Changeset: 65c8fd93d01c
Author:ohair
Date: 2008-03-06 11:37 -0800
URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/65c8fd93d01c
6628146: Exclude the .hgignore and .hgtags files from the source bundles
Summary: Just add to list of SCM files.
Reviewed-by: xdono
! make/common/shared
Changeset: a51017b6ba6d
Author:ohair
Date: 2008-03-06 13:56 -0800
URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/a51017b6ba6d
6624808: corba makefiles not using langtools compiler
Summary: If supplied, the langtools javac should be used.
Reviewed-by: xdono
! make/common/share
My apologies, I may have confused what the issue was here.
When building corba independently, you do need to point it at a
ALT_JDK_IMPORT_PATH so it can get a newer javac to use...
Perhaps this can help clarify...
When we separated out the langtools, corba, jaxp, and jaxws repositories
the ques
Kelly suggested the following, but it doesn't work for me.
---
I think I pushed a fix for this into the jdk7/build/corba repository,
but it may be a while before it gets integrated into the master
jdk7/jdk7/corba repository.
You could try:
cd your/corba
hg pull http://hg.openjdk.java.net/