How are you building your plugin? I believe that the ADD_PARAVIEW_PLUGIN macro constructs the list of Plugins that get written into the .plugins file.<br><br><div class="gmail_quote">On Thu, May 27, 2010 at 3:54 PM, Mike Jackson <span dir="ltr">&lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So then what is the point of having ParaView look in the plugins<br>
directory if it is not going to be used. Why not just have ParaView<br>
look in the &quot;bin&quot; folder (at least on windows)?<br>
<br>
I see there is a file called &quot;.plugins&quot; inside the bin directory. Mine<br>
has the following content:<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;Plugins&gt;<br>
  &lt;Plugin name=&quot;SierraPlotTools&quot; auto_load=&quot;0&quot;/&gt;<br>
  &lt;Plugin name=&quot;SurfaceLIC&quot; auto_load=&quot;0&quot;/&gt;<br>
  &lt;Plugin name=&quot;AnalyzeReader&quot; auto_load=&quot;0&quot;/&gt;<br>
  &lt;Plugin name=&quot;AnalyzeWriter&quot; auto_load=&quot;0&quot;/&gt;<br>
  &lt;Plugin name=&quot;NIfTIReader&quot; auto_load=&quot;0&quot;/&gt;<br>
  &lt;Plugin name=&quot;NIfTIWriter&quot; auto_load=&quot;0&quot;/&gt;<br>
&lt;/Plugins&gt;<br>
<br>
This is missing my plugins although the plugins are &quot;installed&quot; in the<br>
bin directory during the &quot;INSTALL&quot; project build. There is another<br>
file in the build directory called &quot;PluginList.txt&quot; that _does_ list<br>
my plugins though.<br>
<div>_________________________________________________________<br>
Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer                  Dayton, Ohio<br>
<br>
<br>
<br>
</div><div><div></div><div>On Thu, May 27, 2010 at 3:42 PM, Utkarsh Ayachit<br>
&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt; Mike,<br>
&gt;<br>
&gt; That was a conscious decision. We deliberately install all plugin dlls<br>
&gt; in the same directory as the paraview.exe on windows, just to avoid<br>
&gt; missing dlls issues at runtime. Originally, we had the separate<br>
&gt; &quot;plugins&quot; directory to make it easier for users to locate the plugins<br>
&gt; and load them manually. But now, that&#39;s a non-issue, since paraview<br>
&gt; explicitly lists all the plugins it&#39;s distributed with in the plugin<br>
&gt; manager dialog.<br>
&gt;<br>
&gt; Are you saying that the plugins added using<br>
&gt; PARAVIEW_EXTRA_EXTERNAL_MODULES are not being installed at all? If<br>
&gt; that&#39;s the case, then it&#39;s definitely a bug.<br>
&gt;<br>
&gt; As far as the package generation goes, you need to use CPack. Refer to<br>
&gt; this wiki page for details:<br>
&gt; <a href="http://www.paraview.org/Wiki/ParaView:Build_And_Install#Install_ParaView" target="_blank">http://www.paraview.org/Wiki/ParaView:Build_And_Install#Install_ParaView</a><br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Thu, May 27, 2010 at 12:37 PM, Mike Jackson<br>
&gt; &lt;<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt;&gt; Pulled ParaView 3.8.0 from Git. Configured with CMake for VS2008 x64<br>
&gt;&gt; with PARAVIEW_EXTRA_EXTERNAL_MODULES listing 4 of my custom plugins.<br>
&gt;&gt; Compiled. Installed. And all the &quot;client&quot; plugins are installed lose<br>
&gt;&gt; into the ParaView-3.8.0/bin directory instead of<br>
&gt;&gt; ParaView-3.8.0/bin/plugins. Also, I have NSIS installed, where is the<br>
&gt;&gt; &quot;PACKAGE&quot; target in the VS Solution or is there another mechanism to<br>
&gt;&gt; use to create the installer?<br>
&gt;&gt;  The other (probably more likely) possibility is that I didn&#39;t really<br>
&gt;&gt; pull the 3.8.0 tag from git and instead have some other tag.<br>
&gt;&gt;<br>
&gt;&gt; # On branch v3.8.0<br>
&gt;&gt; # Changed but not updated:<br>
&gt;&gt; #   (use &quot;git add &lt;file&gt;...&quot; to update what will be committed)<br>
&gt;&gt; #   (use &quot;git checkout -- &lt;file&gt;...&quot; to discard changes in working directory)<br>
&gt;&gt; #<br>
&gt;&gt; #       modified:   CMake/FindHDF5.cmake<br>
&gt;&gt; #<br>
&gt;&gt; # Untracked files:<br>
&gt;&gt; #   (use &quot;git add &lt;file&gt;...&quot; to include in what will be committed)<br>
&gt;&gt; #<br>
&gt;&gt; #       .cproject<br>
&gt;&gt; #       .project<br>
&gt;&gt; #       Applications/ParaView/Testing/XML/Fractal3D.xml<br>
&gt;&gt; #       CMake/AdjustLibVars.cmake<br>
&gt;&gt; #       CMake/_FindHDF5.cmake<br>
&gt;&gt; #       i386/<br>
&gt;&gt; #       x64/<br>
&gt;&gt; no changes added to commit (use &quot;git add&quot; and/or &quot;git commit -a&quot;)<br>
&gt;&gt;<br>
&gt;&gt;  I just tried this with the ParaView 3.8.0 source code .zip file from<br>
&gt;&gt; the <a href="http://paraview.org" target="_blank">paraview.org</a> web site and had the same results. I also built the<br>
&gt;&gt; NSIS installer, and then actually ran the installer and the same issue<br>
&gt;&gt; happens. Bug?<br>
&gt;&gt; _________________________________________________________<br>
&gt;&gt; Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
&gt;&gt; BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt;&gt; Principal Software Engineer                  Dayton, Ohio<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; 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>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;<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 ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>