<div dir="ltr">Mind sending that patch though gerrit? I know the patch is trivial to apply, but submitting it through gerrit vastly simplifies regression testing. That makes it much more likely that it will be merged in.<div>

<br><div>See: <a href="http://www.vtk.org/Wiki/VTK/Git/Develop">http://www.vtk.org/Wiki/VTK/Git/Develop</a></div><div><div><br></div></div></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>

R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Thu, Jan 9, 2014 at 9:51 AM, Jerome Robert <span dir="ltr">&lt;<a href="mailto:jeromerobert@gmx.com" target="_blank">jeromerobert@gmx.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi all,<br>
<br>
Unless I missed something the following bugs:<br>
<br>
- <a href="http://vtk.org/Bug/view.php?id=10969" target="_blank">http://vtk.org/Bug/view.php?id=10969</a><br>
- <a href="http://vtk.org/Bug/view.php?id=7589" target="_blank">http://vtk.org/Bug/view.php?id=7589</a><br>
<br>
are still there in vtk 6.1.0rc1 and they could be fixed using the following patch:<br>
<br>
diff --git a/CMake/vtkJavaWrapping.cmake b/CMake/vtkJavaWrapping.cmake<br>
index 8596892..0509cae 100644<br>
--- a/CMake/vtkJavaWrapping.cmake<br>
+++ b/CMake/vtkJavaWrapping.cmake<br>
@@ -41,6 +41,9 @@ function(vtk_add_java_wrapping module_name module_srcs module_hdrs)<br>
     &quot;${module_srcs};${Kit_JAVA_EXTRA_WRAP_SRCS}&quot;)<br>
<br>
   add_library(${module_name}Java SHARED ${ModuleJava_SRCS} ${Kit_JAVA_EXTRA_SRCS})<br>
+  if(MINGW)<br>
+    set_target_properties(${module_name}Java PROPERTIES PREFIX &quot;&quot;)<br>
+  endif(MINGW)<br>
   vtk_target_export(${module_name}Java)<br>
   if(CMAKE_HAS_TARGET_INCLUDES)<br>
     set_property(TARGET ${module_name}Java APPEND<br>
<br>
Regards,<br>
<br>
Jerome<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>