[vtk-developers] Disable wrapping java for a non vtkObject class
Mathieu Westphal
mathieu.westphal at kitware.com
Thu Jul 2 04:25:38 EDT 2015
So i've added this class wich does not inherit from vtkObjectBase
I've added it as a WRAP_EXCLUDE class in the CMaleLists.txt, hewever,
buildbot keep complaining about it:
/Users/kitware/Dashboards/buildbot/vtk-kamino-osx-shared-release_clang_java_mpi_python_qt_tbb/build/java/vtk/vtkParticleBase.java:51:
cannot find symbol
symbol : method VTKRegister()
location: class vtk.vtkParticleBase
this.VTKRegister();
^
/Users/kitware/Dashboards/buildbot/vtk-kamino-osx-shared-release_clang_java_mpi_python_qt_tbb/build/java/vtk/vtkParticleBase.java:52:
registerJavaObject(java.lang.Long,vtk.vtkObjectBase) in
vtk.vtkJavaMemoryManager cannot be applied to
(long,vtk.vtkParticleBase)
vtkObjectBase.JAVA_OBJECT_MANAGER.registerJavaObject(this.vtkId, this);
^
Note: /Users/kitware/Dashboards/buildbot/vtk-kamino-osx-shared-release_clang_java_mpi_python_qt_tbb/build/java/vtk/vtkJavaMemoryManagerImpl.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
2 errors
Any insight ?
Mathieu Westphal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20150702/9e637193/attachment.html>
More information about the vtk-developers
mailing list