Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gemini-dev] Gemini Web checked in

The Gemini Web container is now checked in. If you would like to check it out and build it, please follow the instructions on the Virgo wiki [1] (since Gemini Web follows Virgo conventions in every respect except package naming).

In summary:

1. get git, (Sun) Java 6, and Apache ant 1.7.1 or later
2. git clone git://git.eclipse.org/gitroot/gemini.web/org.eclipse.gemini.web.gemini-web-container.git
3. cd org.eclipse.gemini.web.gemini-web-container
4. git submodule update --init
5. cd build-web-container
6. ant clean clean-integration test collect
The web container JARs are then found in target/bundles along with dependency bundles needed to run the web container.
If you hit problems, please post to gemini-dev or raise a bugzilla against gemini.web.
Glyn
[1] http://wiki.eclipse.org/Virgo/Build#Building_Individual_Repositories


Back to the top