>>>>> Steinar Bang <[EMAIL PROTECTED]>: > I guess I have to look for 1.0-alpha-2...?
Found something here: http://aspsp.blogspot.com/2008/01/building-eclipse-rcp-applications-using.html I added a <version> tag til pde-maven-plugin <plugin> config, like this: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>pde-maven-plugin</artifactId> <version>1.0-alpha-2-SNAPSHOT</version> And I added this <pluginRepositories> setting to the pde-maven-plugin POM: <pluginRepositories> <pluginRepository> <id>codehaus-snapshot</id> <name>Codehaus snapshot repository</name> <url>http://snapshots.repository.codehaus.org</url> </pluginRepository> </pluginRepositories> Then it pulled down the latest 1.0-alpha-2 SNAPSHOT from September 16/17 of 2007. Then I get a different error message Error returned by PDE build. The cause for this error should be found within the PDE build logfile. The problem with that, is that I can't find anything that looks like a PDE build logfile within the pde-maven-plugin project. Does anyone know where it's supposed to reside? Thanx! - Steinar Here's the excerpt from "mvn -e clean install": ... [INFO] [pde:ext {execution: build-pde}] [INFO] Startup jar found at: /home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../../myproj_eclipse_pde_target_platform/target/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar [INFO] java -classpath /home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../../myproj_eclipse_pde_target_platform/target/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar org.eclipse.equinox.launcher.Main -application org.eclipse.ant.core.antRunner -buildfile /home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../../myproj_eclipse_pde_target_platform/target/eclipse/plugins/org.eclipse.pde.build_3.3.2.v20071019/scripts/productBuild/productBuild.xml -Dbuilder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/buildConfiguration -DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/../.. -DbuildTempFolder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86/target/pdeTemp -DarchivePrefix=myproj_studio -DbaseLocation=../../myproj_eclipse_pde_target_platform/target/eclipse -DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio_linux_x86 -DjavacFailOnError=true [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error returned by PDE build. The cause for this error should be found within the PDE build logfile. [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error returned by PDE build. The cause for this error should be found within the PDE build logfile. at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125) at org.apache.maven.cli.MavenCli.main(MavenCli.java:280) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.plugin.MojoExecutionException: Error returned by PDE build. The cause for this error should be found within the PDE build logfile. at org.codehaus.mojo.pde.AbstractEclipsePDEMojo.executeCommandLine(AbstractEclipsePDEMojo.java:271) at org.codehaus.mojo.pde.EclipsePDEMojo.execute(EclipsePDEMojo.java:102) at org.codehaus.mojo.pde.EclipsePDEExtMojo.execute(EclipsePDEExtMojo.java:48) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539) ... 16 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17 seconds [INFO] Finished at: Fri May 02 09:26:23 CEST 2008 [INFO] Final Memory: 23M/76M [INFO] ------------------------------------------------------------------------ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email