dev@glassfish.java.net

Re: What java.net projects are used to create a startable GF 3.1?

From: Jane Young <jane.young_at_oracle.com>
Date: Thu, 28 Jul 2011 15:00:19 -0700

Are you okay with java.net sources for GF 3.1.1?

Here's what you could do:
1. svn checkout
https://svn.java.net/svn/glassfish~svn/branches/source-build-3.1.1
2. cd source-build-3.1.1
3. ant -f checkout-sources.xml
4. the sources are in a directory called "external".

You will need "hg", "svn", "cvs" and "git" in your path.

This will checkout almost all the sources including java.net and
external projects that go directly into GF 3.1.1.

HTH,
Jane


On 7/28/11 11:57 AM, Vince Kraemer wrote:
> Hi all,
>
> I want to check out all the code that Oracle directly contributes into
> the 'next' GlassFish Server OSE.
>
> I know that I need to checkout
> https://svn.java.net/svn/glassfish~svn/trunk/main.
>
> I assume that I need to checkout
> https://svn.java.net/svn/hk2~svn/trunk/hk2.
>
> What else should I checkout?
>
> Thanks,
> vbk
>