MantisBT - ParaView
View Issue Details
0012566ParaView(No Category)public2011-08-31 17:352011-11-02 06:47
Cory Quammen 
David Partyka 
normalminorhave not tried
closedfixed 
3.10.1 
3.123.12 
Sandia
incorrect functionality
0012566: .plugins file not searched for in ParaView.app/Contents/Support on Mac OS X
When creating a DragNDrop installer on Mac OS X, the bundle generation script (configured from Applications/ParaView/CreateBundle.sh.in) copies the .plugins file to ParaView.app/Contents/Support. However, in the ParaView application, the Support directory is never searched when looking for the .plugins file.

The solution is to either:

1). modify the CreateBundle.sh.in to copy the .plugins file into the ParaView.app/Contents/Plugins directory

or

2). add the Support directory as a search path in vtkPVPluginTracker.cxx, lines 87-88.

I'm in favor of solution 1 so that the Support directory can be done away with altogether.
No tags attached.
Issue History
2011-08-31 17:35Cory QuammenNew Issue
2011-09-01 08:03David PartykaAssigned To => David Partyka
2011-10-20 18:23David PartykaProjectTBD => Sandia
2011-10-20 18:23David PartykaFixed in Version => 3.12
2011-10-20 18:23David PartykaTarget Version => 3.12
2011-10-20 18:24David PartykaStatusbacklog => todo
2011-10-20 18:24David PartykaStatustodo => active development
2011-10-20 18:28David PartykaNote Added: 0027591
2011-10-20 18:28David PartykaStatusactive development => gatekeeper review
2011-10-20 18:28David PartykaResolutionopen => fixed
2011-10-20 18:29David PartykaNote Added: 0027592
2011-10-20 18:29David PartykaStatusgatekeeper review => customer review
2011-11-02 06:47David PartykaNote Added: 0027648
2011-11-02 06:47David PartykaStatuscustomer review => closed

Notes
(0027591)
David Partyka   
2011-10-20 18:28   
We fixed this via option 1. See ee2cb8aa7d0836350122edc9d2d70a26e352d2b5
(0027592)
David Partyka   
2011-10-20 18:29   
Merged into master on 09/28/2011. See the v3.12.0-RC2 tag.
(0027648)
David Partyka   
2011-11-02 06:47   
Verfied, the .plugins file is now in the correct place. Closing as per Alan.