
Related bugs and references

https://bugs.eclipse.org/bugs/show_bug.cgi?id=58413
https://bugs.eclipse.org/bugs/show_bug.cgi?id=87151
http://www.eclipse.org/articles/Article-PDE-Automation/automation.html
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/pde-build-home/articles/Automated%20Builds/article.html?rev=HEAD&content-type=text/html

Bug I submitted about java1.4 target not respected
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105899


Actual command line:

set EC_HOME=D:\bin\eclipse\312
set EC_WORKSPACE=E:\eclipse_workspace
set RETROWEAVER_HOME=E:\install\Dev.Retroweaver
set PYDEV_VERSION=1.0.5
set BUILD_ID=1_0_5
e:



cd %EC_WORKSPACE%\org.python.pydev.releng 
java5 -cp %EC_HOME%\startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -buildfile build.xml -Dconfigs="*,*,*" -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86 -DbaseLocation=%EC_HOME% -DjavacFailOnError=true -DEC_HOME=%EC_HOME% -DEC_WORKSPACE=%EC_WORKSPACE% -DPYDEV_VERSION=%PYDEV_VERSION% -DBUILD_ID=%BUILD_ID%  -DRETROWEAVER_HOME=%RETROWEAVER_HOME% -DdontFetchAnything=True -DcleanAfter=True

ec4
