Hello!
My automated build and tests are up and running, everything works fine. Im am using hudson and the pde build (configured with pluginbuilder).
When the build succeeds everything is fine, the hudson ball turns blue and so on.
But when something goes wrong and the build or tests fail - the Hudson job does NOT end. I am invoking the headless pde build using this batch command:
cd\
cd %ECLIPSEDIR%
echo START PDE BUILD!
eclipsec -data %ECLIPSEWS% -application org.eclipse.ant.core.antRunner -buildfile %BUILDFILE%
Why does it not stop when the antRun is over?