>>>>> Steinar Bang <[EMAIL PROTECTED]>: > Also, this issue http://jira.codehaus.org/browse/MOJO-730 indicates that > a workaround for using 1.0-alpha-1, is to copy the equinox launcher in > as startup.jar.
Copying in startup.jar got rid of the first problem, but it then stranded in a problem with very little in the way of useful error messages (see "mvn -e clean install" output below). I guess I have to look for 1.0-alpha-2...? Output from "mvn -e clean install": ... [INFO] [pde:ext {execution: build-pde}] [INFO] java -classpath /home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio/../../myproj_eclipse_pde_target_platform/target/eclipse/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -buildfile /home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio/../../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/buildConfiguration -DbuildDirectory=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio/../.. -DbuildTempFolder=/home/sb/p4/depot/myproj/MAIN/myproj_eclipse_studio_export/myproj_studio/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 -DjavacFailOnError=true [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing command line. Exit code:13 [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.lifecycle.LifecycleExecutionException: Error executing command line. Exit code:13 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 executing command line. Exit code:13 at org.codehaus.mojo.pde.AbstractEclipsePDEMojo.executeCommandLine(AbstractEclipsePDEMojo.java:228) 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 --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email