Hi Yumin,<br><br>Thanks a lot for your interest !! However...<br><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

I assume once you load your xml plugin from the plugin_loader, and<br>
check the &quot;Auto Load&quot; checkbox, the next time you start paraview, your<br>
xml plugin is loaded automatically, no? </blockquote><div> <br></div><div>That&#39;s my problem: it is not loaded even in this case... Attached is a minimal xml that exposes vtkImageMathematics to paraview filter list. I cannot auto-load it.<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Now regarding the warning message, I believe it is due to the new<br>
addition to ADD_PARAVIEW_PLUGIN macro in ParaViewPlugins.cmake (see<br>
below), and the version shown in the plugin_loader_GUI refers to<br>
plugin &quot;Version&quot; you set when calling ADD_PARAVIEW_PLUGIN in<br>
CMakeLists.txt<br></blockquote><div><br>Yes, my CMakeLists contains the version specification for the cxx plugins. But thank you for the update about REQUIRED_PLUGINS, I was hoping that it will solve my problem. So I set the PVCustomizer (cxx plugin, version &quot;1.0&quot; in the CMakeLists) requiring the XML &quot;ParaviewVTK&quot;. But I cannot load &quot;ParaviewVTK&quot;, so making the former depending on the latter is quite awkward... Finally, you made me progressing and I have a more precise question :<br>
   - How to set the version of a plugin that is only an XML description of VTK filters? -ie I don&#39;t have a CMakeLists for this...-<br><br>Thanks again Yumin!<br><br>Jerome<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5"><br>
On Fri, Oct 23, 2009 at 4:34 AM, Jérôme &lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; ParaView-CVS brought a good surprise for me a few days ago. The plugin<br>
&gt; loader has been rewrote and is now offering an auto-load option that is very<br>
&gt; useful.<br>
&gt; However, I have an XML description of a lot of VTK native filters that<br>
&gt; cannot be opened automatically. I have to &quot;Load new&quot; each time. Then, no<br>
&gt; problem, the filters are exposed in the menu. But the plugin loader gives a<br>
&gt; warning message (see screenshot attached) and no &quot;Version&quot; (effectively, the<br>
&gt; XML doesn&#39;t have a &quot;version=&quot; element)...<br>
&gt;<br>
&gt; Second, I have an AutoStartPlugin that shows exactly the same problem<br>
&gt; (PVCustomizer). The reason, I think, is that this plugin depends on VTK<br>
&gt; filters (SplineFilter) that is described in the previous XML...<br>
&gt;<br>
&gt; Can someone tell me how to make the XML plugin &#39;autoloadeable&#39; ? I wonder if<br>
&gt; it will solve the second problem...<br>
&gt;<br>
&gt; Thanks a lot!<br>
&gt;<br>
&gt; Jerome<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
~~~~~~~~~~~~~~~~<br>
<font color="#888888">Yumin Yuan<br>
R&amp;D Engineer<br>
Kitware Inc.<br>
<a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
Phone : (518) 881-4936<br>
email : <a href="mailto:yumin.yuan@kitware.com">yumin.yuan@kitware.com</a><br>
~~~~~~~~~~~~~~~~<br>
</font></blockquote></div><br>