OK, I'm going to look this solution. I need a plugin eclipse for eclipse 3.2, 3.3 and 3.4. Could you give me information about the files structure ? I imagine using some modules but I don't have signifiant experience to using it. What do you think of something like that:
helloworld_project -- src (with the eclipse plugin java classes) -- pom.xml (parent) -- module_3.2 ------ pom.xml (for eclipse 3.2) -- module_3.3 ------ pom.xml (for eclipse 3.3) -- module_3.4 ------ pom.xml (for eclipse 3.4) 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-tp21354325p21367952.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]
