OpenJDK Mercurial Transition Update 6

2007-11-01 Thread Kelly O'Hair
Update 6 on the Mercurial Transition: http://weblogs.java.net/blog/kellyohair/archive/2007/11/openjdk_mercuri_6.html --- It's alive! http://hg.openjdk.java.net (These repositories are EXPERIMENTAL right now) -kto

Re: build failure - IDL files?

2007-11-01 Thread Kelly O'Hair
Thanks for the verification. The corba make directory and makefiles are kind of a poor copy of the ones in the jdk/j2se directory, we did this as just a temporary thing. And I messed this up. The corba repository will be going through some transformations in the future, hopefully making it 100%

Re: build failure - IDL files?

2007-11-01 Thread Nicholas Riley
On Oct 31, 2007, at 7:14 PM, Kelly O'Hair wrote: 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

RE: custom packages

2007-11-01 Thread Ted Neward
> 2) I want to modify the jvm to make it load by default my classes. > Dude, that's what I just told you: bootclasspath/p will cause the JVM to load your classes before those found in rt.jar. If you want to completely remove the Sun classes, leave rt.jar off the bootclasspath altogether. Try it. *