Re: build failure - IDL files?

2007-10-31 Thread Nicholas Riley
On Oct 30, 2007, at 5:47 PM, Kelly O'Hair wrote: The directory in ALT_JDK_IMPORT_PATH (in your case /mounts/hel/disks/0/shared-data/njriley/openjdk/old) should contain a jdk image, e.g. bin, lib, include, jre/bin, jre/ lib, lib/tools.jar, jre/lib/rt.jar. etc... Does it? No, it only containe

Missing sources ?

2007-10-31 Thread Lillian Angel
Hello, I came across an issue while building OpenJDK today. It seems that some sources that existed in b19 have been removed in b20. I realize some sources have been moved around since langtools were introduced, but there are a few that do not exist anymore. This problem isn't obvious when b

Re: build failure - IDL files?

2007-10-31 Thread Kelly O'Hair
A FULL jdk control build involves having the following directories: control langtools corba jaxp jaxws hotspot j2se And you are right, you should not need to set ALT_JDK_IMPORT_PATH when doing a full control build. The ALT_JDK_IMPORT_PATH should just be used when the build detects one of the

Re: Missing sources ?

2007-10-31 Thread Kelly O'Hair
Lillian Angel wrote: Hello, I came across an issue while building OpenJDK today. It seems that some sources that existed in b19 have been removed in b20. I realize some sources have been moved around since langtools were introduced, but there are a few that do not exist anymore. This probl

Re: Missing sources ?

2007-10-31 Thread Lillian Angel
Kelly O'Hair wrote: Lillian Angel wrote: Hello, I came across an issue while building OpenJDK today. It seems that some sources that existed in b19 have been removed in b20. I realize some sources have been moved around since langtools were introduced, but there are a few that do not ex

EXPERIMENTAL open repositories live

2007-10-31 Thread Kelly O'Hair
Experimental openjdk repositories! http://hg.openjdk.java.net -kto

The Mercurial Forest Extension

2007-10-31 Thread Kelly O'Hair
To get the Mercurial Forest Extension: hg clone http://www.terminus.org/hg/hgforest hgforest Then I copy hgforest/forest.py to the hgext directory of my Mercurial intallation area, and add this to your ~/.hgrc file: [extensions] hgext.forest = But you can put forest.py anywhere you w

Using Mercurial

2007-10-31 Thread Kelly O'Hair
The Mercurial Book at http://hgbook.red-bean.com/ provides an excellent description of how Mercurial works in the first few chapters. I highly recommend people look at this book. -kto

Re: build failure - IDL files?

2007-10-31 Thread Nicholas Riley
On Oct 31, 2007, at 11:03 AM, Kelly O'Hair wrote: A FULL jdk control build involves having the following directories: control langtools corba jaxp jaxws hotspot j2se And you are right, you should not need to set ALT_JDK_IMPORT_PATH when doing a full control build. The ALT_JDK_IMPORT_PATH

Re: build failure - IDL files?

2007-10-31 Thread Kelly O'Hair
This seems strange. The first thing it should do is build langtools, not corba. ahh you cut out part of the log... Once langtools is built, all other java compilations should run the BOOT jdk with the javac.jar from the langtools build. The trigger for this is that the corba, jaxp, jaxws, and jd

Re: build failure - IDL files?

2007-10-31 Thread Kelly O'Hair
There may be a bug in the corba Makefiles. I think the file corba/make/common/shared/Defs.gmk is missing the lines ifdef ALT_LANGTOOLS_DIST LANGTOOLS_DIST :=$(call FullPath,$(ALT_LANGTOOLS_DIST)) else LANGTOOLS_DIST = endif But I haven't verified that 100% yet. I suspect the control Makefil