Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread Dmitry Samersoff
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

Problems with openjdk7 mac jaxws and jaxp properties

2010-11-10 Thread David Orriss Jr
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

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread Stephen Bannasch
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

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread Weijun Wang
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

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread David Orriss Jr
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

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread David Orriss Jr
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: >

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread Stephen Bannasch
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

Re: 'httprepository' object has no attribute 'do_read'

2010-11-10 Thread Weijun Wang
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/

'httprepository' object has no attribute 'do_read'

2010-11-10 Thread David Orriss Jr
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?