Bug#731823: Fixed in mentors, can anybody please sponsor?

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Fri May 9 14:18:20 UTC 2014


Hi *


file vtkXYPlotActor.class
vtkXYPlotActor.class: compiled Java class data, version 49.0 (Java 1.5)
file vtkTypeInt16Array.class
vtkTypeInt16Array.class: compiled Java class data, version 49.0 (Java 1.5)

the trick was this patch
+--- a/CMake/vtkWrapJava.cmake
++++ b/CMake/vtkWrapJava.cmake
+@@ -204,7 +204,7 @@ MACRO(VTK_GENERATE_JAVA_DEPENDENCIES TARGET)
+   ADD_CUSTOM_COMMAND(
+     OUTPUT ${driver}
+     COMMAND "${JAVA_COMPILE}"
+-      -source 5 -classpath
 "${javaPath}" "${srcPath}/vtk${TARGET}Driver.java"
++      -source 1.5 -target 1.5 -classpath "${javaPath}" "${srcPath}/vtk${TARGET}Driver.java"
+     DEPENDS ${sources}
+     )
+   ADD_CUSTOM_COMMAND(TARGET ${TARGET} SOURCE ${TARGET} DEPENDS ${driver})


So I started from jordi's patch, added this, rebuilt, checked the binary, uploaded on mentors...
changestool for adding the orig tar.gz (sick, mentors wants it)


waiting for a sponsor ;)

cheers,

Gianfranco
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-science-maintainers/attachments/20140509/2f873af5/attachment.html>


More information about the debian-science-maintainers mailing list