This thread continued on a subset of the to: list, but to summarize
the net result here,
we identified and fixed a problem with the langtools make/build.xml
file that was causing
bootclasspath problems on WIndows. This problem has been fixed, and
changesets
have been pushed to jdk6/jdk6 and jdk7/tl.
Thanks , Rémi and Ulf, for helping to point out the problem.
-- Jon
On Aug 11, 2009, at 2:46 AM, Rémi Forax wrote:
Le 11/08/2009 11:06, Ulf Zibis a écrit :
Jonathan,
thanks for additional help.
Now I tried:
C:\Projects\OpenJDK7\langtools\make>"C:\Programme\Java\NetBeans
6.7.1\java2\ant\
bin\ant" -Dboot.java/home=C:/Programme/Java/jdk1.7.0
I've noticed that.
You have to run ant with jdk7.
JAVA_HOME=C:/Programme/Java/jdk1.7.0
ant -Dboot.java/home=C:/Programme/Java/jdk1.7.0
Jon, it seems the ant build script need be updated because
we are not able to compile with jdk6 anymore.
The bootstrap javac/javap/etc should be built with -source 1.6 -
target 1.6.
Rémi