What am I doing wrong here?
Andrew John Hughes
gnu_andrew at member.fsf.org
Wed Mar 19 08:53:51 UTC 2008
On 19/03/2008, Ted Neward <ted at tedneward.com> wrote:
> As near as I can tell, I'm pulling from the master repositories--I used the
> URL you offer below plus the "subproject" URLs; are you saying that there's
> a better place to pull corba, langtools, jaxp, ... ? My understanding is
> that each of those subprojects has the code in question, and they're not in
> the "jdk" project. Correct?
>
>
> Ted Neward
> Java, .NET, XML Services
> Consulting, Teaching, Speaking, Writing
> http://www.tedneward.com
>
>
> > -----Original Message-----
>
> > From: Bradford.Wetmore at Sun.COM [mailto:Bradford.Wetmore at Sun.COM]
> > Sent: Tuesday, March 18, 2008 9:06 PM
> > To: Ted Neward
> > Cc: build-dev at openjdk.java.net
> > Subject: Re: What am I doing wrong here?
> >
> > Ted,
> >
> > Since you're talking about the build workspaces, this may not be
> > immediately obvious, but the MASTER workspaces:
> >
> > http://hg.openjdk.java.net/jdk7/jdk7
> >
> > will generally be more stable than the individual project repositories
> > (build/TL/JSN/etc.) Developers put back directly into the project
> > repositories, which are then build/tested by the gatekeepers, and only
> > after passing some basic QA tests will those changes be put into the
> > MASTER.
> >
> > The MASTER will lag the projects by up to a couple of weeks, but is
> > generally more stable.
> >
> > Brad
> >
> >
> > Ted Neward wrote:
> > > Ah.... Got it. Thanks.
> > >
> > > Ted Neward
> > > Java, .NET, XML Services
> > > Consulting, Teaching, Speaking, Writing
> > > http://www.tedneward.com
> > >
> > >
> > >> -----Original Message-----
> > >> From: Weijun.Wang at Sun.COM [mailto:Weijun.Wang at Sun.COM]
> > >> Sent: Tuesday, March 18, 2008 5:56 PM
> > >> To: Ted Neward
> > >> Cc: build-dev at openjdk.java.net
> > >> Subject: Re: What am I doing wrong here?
> > >>
> > >> "hg pull" first
> > >>
> > >> On Mar 19, 2008, at 8:53 AM, Ted Neward wrote:
> > >>
> > >>> So I've got the Mercurial repos on my machine, and I see the
> > >>> changesets being posted to the build-dev list, but when I do "hg
> > >>> update" on my box, nothing gets downloaded. Am I missing something
> > >>> here? Wrong hg command, or …?
> > >>>
> > >>> Ted Neward
> > >>> Java, .NET, XML Services
> > >>> Consulting, Teaching, Speaking, Writing
> > >>> http://www.tedneward.com
> > >>>
> > >>>
> > >>> No virus found in this outgoing message.
> > >>> Checked by AVG.
> > >>> Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date:
> > >>> 3/18/2008 8:10 AM
> > >>>
> > >> No virus found in this incoming message.
> > >> Checked by AVG.
> > >> Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date:
> > >> 3/18/2008 8:10 AM
> > >>
> > >
> > > No virus found in this outgoing message.
> > > Checked by AVG.
> > > Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date:
> > 3/18/2008
> > > 8:10 AM
> > >
> > >
> >
> > No virus found in this incoming message.
> > Checked by AVG.
> > Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date:
> > 3/18/2008 8:10 AM
> >
>
> No virus found in this outgoing message.
> Checked by AVG.
> Version: 7.5.519 / Virus Database: 269.21.7/1333 - Release Date: 3/18/2008
> 8:10 AM
>
>
>
Ted,
The JDK is maintained as a Mercurial forest. While you can download
each individual repository (CORBA, JAXP, JAXWS, HotSpot, JDK), if you
just want to build OpenJDK you generally do:
hg fclone http://hg.openjdk.java.net/jdk7/jdk7
with the Mercurial forest extension installed.
--
Andrew :-)
Document Freedom Day - March 26th
http://documentfreedom.org
Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint: F8EF F1EA 401E 2E60 15FA 7927 142C 2591 94EF D9D8
More information about the build-dev
mailing list