Hi Miklos, If you use the CMake macros FunctionCreateProvisioningFile or FunctionCreateBlueBerryApplication, the "PLUGINS" parameter specifies the set of plug-ins written into the provisioning file (actually, the transitive closure of the dependency graph of the given set). If you omit this parameter, all enabled third-party and your own plug-ins should automatically be added.
I assume the problem appears in your own application, right? Thanks, Sascha On 02/07/2012 10:55 AM, Miklos Espak wrote: > Hi, > > I have built the measurement plugin, but the measurement view does not > appear in the application. > > In the output there is the line: > > Framework instance 1 : # 35 "org.mitk.gui.qt.measurement" : > "1.0.0" location: > "file:///home/espakm/src/MITK-release/MITK-build/bin/plugins/liborg_mitk_gui_qt_measurement.so" > > > > but there is no > > [0.120] [BlueBerry] Installing CTK plug-in from: ... measurement.so > > It is missing from the generated provisioning file. > > What does it determine which plugins appear in the provisioning file? > The exclude list in the main CMakeLists.txt is empty: > > # Plug-ins listed below will not be > # - added as a build-time dependency to the executable > # - listed in the provisioning file for the executable > # - installed if they are external plug-ins > > set(_exclude_plugins > > ) > > Thanks, > Miklos > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
