Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[epp-dev] EPP automated build, first incarnation

Hi,
I just checked in the first version of the EPP automated build. The result of the build is an update site that is intended to be contributed to Galileo.

If you want to try it out, you can follow these steps:

Log in to build.eclipse.org:

bash> cvs -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/org.eclipse checkout -d org.eclipse.epp.allpackages.feature www/buckminster/samples/epp/org.eclipse.epp.allpackages.feature
bash> cd org.eclipse.epp.allpackages.feature
bash> ./eclipse.build.sh

The generated site can be found in ~/epp.build/buildresult/org.eclipse.epp.allpackages.feature_1.0.0-eclipse.feature/site.p2/

I've had some issues with SocketTimeoutExceptions. If you run into that, just run the build again (it won't clean out the result unless you explicitly tell it to). There are solutions to that problem (such as using file URL's instead of http) and I also belive P2 has made some progress since M7 (which this build is based on).

Documentation in the form of a wiki page will follow.

Regards,
Thomas Hallgren


Back to the top