Hi Gerrick,<div><br></div><div>It looks like this Java file will have to be configured to contain the modules that have been enabled. I will take a look at doing this.</div><div><br></div><div>Regards, </div><div><br></div>
<div>Chris<br><br><div class="gmail_quote">On Wed, May 23, 2012 at 10:24 AM, Gerrick Bivins <span dir="ltr"><<a href="mailto:gbivins@objectreservoir.com" target="_blank">gbivins@objectreservoir.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi All,<div>Looks like the vtkNativeLibrary enum still references  pre-modular library names,</div><div>ie</div><div>enum vtkNativeLibrary</div>
<div>{</div><div>...</div><div>COMMON("vtkCommonJava"),</div>FILTERING("vtkFiteringJava"),<div>

...</div><div>}</div><div>Seems like, at a minimum, it should at least be something like</div><div>{</div><div>...</div><div>COMMONCORE("vtkCommonCoreJava"),</div><div>FILTERINGCORE("vtkFiltersCoreJava"),</div>


<div>...</div><div>}</div><div>but I'm sure that doesn't cover it.</div><div><br></div><div>I just began trying out the modular build so I'm not sure where things have moved otherwise I would have taken a whack at fixing this.</div>
<span class="HOEnZb"><font color="#888888">

<div>Gerrick<br><div><div><br></div></div></div>
</font></span><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>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div><br></div>