PDE plugin is bit outdated and I don't think it supports Eclipse 3.4.
There is another plugin that can be used to handle building of Eclipse plugins and it works with Eclipse 3.3. and 3.4. There is some initial documentation on the wiki at http://docs.codehaus.org/display/M2ECLIPSE/Tycho+project+overview regards, Eugene sandraB wrote: > > Hi, > I try to use the pde-maven-plugin to generate a HelloWorld plugin eclipse. > I already succeed for the eclipse 3.2 and eclipse 3.3 version but I've got > an issue with eclipse 3.4. > > > [WARNING] Attempting to build MavenProject instance for Artifact > (org.codehaus.mojo:pde-maven-plugin:1.0-alpha-2-20070917.003805-1) of > type: maven-plugin; constructing POM artifact instead. > [INFO] [pde:ext] > [INFO] Startup jar found at: > D:\sandra\appli\eclipse\3.4.1\plugins\org.eclipse.equinox.launcher.source_1.0.101.R34x_v20080819.jar > [INFO] java -classpath > D:\sandra\appli\eclipse\3.4.1\plugins\org.eclipse.equinox.launcher.source_1.0.101.R34x_v20080819.jar > org.eclipse.equinox.launcher.Main -application > org.eclipse.ant.core.antRunner -buildfile > D:\sandra\Projets\3.4.1\plugins\helloWorld2\target\pdeBuilder\build.xml > java.lang.NoClassDefFoundError: org/eclipse/equinox/launcher/Main > Caused by: java.lang.ClassNotFoundException: > org.eclipse.equinox.launcher.Main > > Could you help me to solve this issue ? > Thanks in advance > -- View this message in context: http://www.nabble.com/pde-maven-plugin-tp21354325p21355564.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
