Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] PDE silent death

Hi all,

I have just updated the headless build of my Eclipse plugin to use Eclipse
v3.3, and on my Windows machine it works fine.

Trying to do the exact same headless build on our Linux machine, any
attempt to trigger the headless build results in the build exiting
silently with the dreaded error 13 - no error message is logged, no clue
is given as to what might be wrong.

The ant docs mention the -verbose flag to coax ant into telling the world
what it is doing, but the PDE ant runner seems to strip off this option,
and so ant stays silent as a tomb.

Can anyone recommend a way to convince the PDE build to break its silence
and give me a clue as to what might be wrong?

The build looks like this:

[INFO] [pde:clean {execution: clean-pde}]
[INFO] Startup jar found at:
/udd001/app/alchemy/java/Eclipse/eclipse-jee-europa-fall2-win32/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
[INFO] java -classpath
/udd001/app/alchemy/java/Eclipse/eclipse-jee-europa-fall2-win32/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
org.eclipse.equinox.launcher.Main -application
org.eclipse.ant.core.antRunner -buildfile
/udd001/app/alchemy/development/trader/trunk/alchemy-eclipse-rcp/plugins/com.standardbank.alchemy.plugin/build.xml
clean
[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] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------

(there is no build logfile).

Regards,
Graham
--




Back to the top