Developer FAQ
From BioclipseWiki
Contents |
When trying to compile Bioclipse from source, Eclipse says: The Activator for bundle xxx.xxx.xxx is invalid
- Answer: It is definitely a build problem. Ensure that the plugin's build.properties is correct. Go to the PDE by DC on plugin.xml or manifest.mf, go to build tab. Make sure the build is set to build the library "." from folder "src/". The "." denotes the current plugin and will be translated to pluginID.jar on build. Also check in PDE, tab Runtime, in Classpath frame, that "." is included. If not, create a new "." entry. Also check that all your external jar files are included here. --Ola 10:38, 19 September 2007 (CEST)
