Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[p2-dev] ant tasks needed to drive e4 builds

I'd like to solicit help with the e4 builds.

Build project:
:pserver:dev.eclipse.org:/cvsroot/eclipse
e4/releng/org.eclipse.e4.builder

Right now org.eclipse.e4.builder/scripts/masterBuild.sh launches the
e4 builds.  It uses org.eclipse.e4.builder/builder/general as the
builder (we build against a master feature, org.eclipse.e4.master) and
copies/modifies templates from org.eclipse.e4.builder/templates to
generate the published download site.

But a number of artifacts are generated by the script, the tests are
run from the script, the difference between test builds and published
builds are controlled by the scripts, etc.  That makes this very much
a linux only build.  Plus, it also must consume 4 zipped repos (using
repo2runnable) that must be provided, for example:
eclipse-R-3.5-200906111540.zip
GEF-Update-3.5.0.zip
emf-xsd-Update-2.5.0.zip
wst-sdk-buildrepo-R-3.1-20090616035105.zip

I'd like help to convert most of what the bash script does to an ant
driven build.  The goal would be that a test build could be launched
from within eclipse on any of the platforms.

If anyone can help please join in the discussion (or with patches! :-)
on https://bugs.eclipse.org/bugs/show_bug.cgi?id=281407

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top