David,
Please, try this version of forest extension:
http://bitbucket.org/gxti/hgforest/overview
hg clone https://bitbucket.org/gxti/hgforest
-Dmitry
On 2010-11-11 06:41, David Orriss Jr wrote:
> Hello,
>
> I'm following the steps to build OpenJDK7. I'm following the steps here:
>
> http://w
Hello,
The build of OpenJDK7 was failing because the ANT build can't find the
files referenced in jaxws.properties
jaxws_src.bundle.name= jdk7-jaxws2_2-2010_08_19.zip
jaxws_src.bundle.md5.checksum=8775ccefd3b4fa2dde5155ec4b7e4ceb
jaxws_src.master.bundle.dir=${drops.master.copy.base}
jaxws_src.mas
At 8:42 PM -0800 11/10/10, David Orriss Jr wrote:
>On Wed, Nov 10, 2010 at 8:29 PM, Stephen Bannasch
> wrote:
>> At 7:41 PM -0800 11/10/10, David Orriss Jr wrote:
>>>Hello,
>>>
>>>I'm following the steps to build OpenJDK7. I'm following the steps here:
>>>
>>>http://wikis.sun.com/display/OpenJDK/D
On 11/11/2010 12:33 PM, David Orriss Jr wrote:
> Thanks Max,
>
> Tell me, if I want to be able to update with the latest changes after
> the initial clone, how would I do that? Swapping hg clone for hg
> update reports:
You go into each repo and call "hg pull" then "hg update".
pull pulls remo
On Wed, Nov 10, 2010 at 8:29 PM, Stephen Bannasch
wrote:
> At 7:41 PM -0800 11/10/10, David Orriss Jr wrote:
>>Hello,
>>
>>I'm following the steps to build OpenJDK7. I'm following the steps here:
>>
>>http://wikis.sun.com/display/OpenJDK/Darwin10Build
>>
>>However when I get to the step to fetch
Thanks Max,
Tell me, if I want to be able to update with the latest changes after
the initial clone, how would I do that? Swapping hg clone for hg
update reports:
abort: There is no Mercurial repository here (.hg not found)!
Thanks again.
On Wed, Nov 10, 2010 at 8:15 PM, Weijun Wang wrote:
>
At 7:41 PM -0800 11/10/10, David Orriss Jr wrote:
>Hello,
>
>I'm following the steps to build OpenJDK7. I'm following the steps here:
>
>http://wikis.sun.com/display/OpenJDK/Darwin10Build
>
>However when I get to the step to fetch code:
>
>$ hg fclone http://hg.openjdk.java.net/bsd-port/bsd-port
I heard the forest extension is quite unstable and obsolete now. Kelly
suggests to clone sub-repos one by one at the moment, like this:
for i in bsd-port bsd-port/corba bsd-port/jaxp bsd-port/jaxws
bsd-port/langtools bsd-port/jdk bsd-port/hotspot ; do
hg clone http://hg.openjdk.java.net/
Hello,
I'm following the steps to build OpenJDK7. I'm following the steps here:
http://wikis.sun.com/display/OpenJDK/Darwin10Build
However when I get to the step to fetch code:
$ hg fclone http://hg.openjdk.java.net/bsd-port/bsd-port
I get the the error trace below. Anyone seen this before?