I found the cause (thanks to Igor Nekrestyanov). It was in my build
script. I explicitly set the MAKE environment variable. Accidentally,
the variable included the "all" target. It caused make always do the
"all" target. It crashed the build.
Thanks,
--Mikhail
Mikhail Lapshin wrote:
Hello,
I try to build the latest jdk7 on Windows XP and get the following error:
n:/archer/export5/re/jdk/7/latest/binaries/W7GB8U~D/bin/javac
-J-XX:ThreadStackSize=768 -J-client -J-Xmx384m -J-Xms128m
-J-XX:PermSize=32m -J-XX:MaxPermSize=160m -g -source 1.5 -target 5
-encoding ascii
-Xbootclasspath:w:/mercurial/jdk7-swing-build/windows-i586/classes
-Xmaxwarns 1000 -Xlint:serial -Werror -sourcepath
../../../src/closed/windows/classes;../../../src/closed/share/classes;w:/mercurial/jdk7-swing-build/windows-i586/gensrc;../../../src/windows/classes;../../../src/share/classes
-d w:/mercurial/jdk7-swing-build/windows-i586/classes
@w:/mercurial/jdk7-swing-build/windows-i586/tmp/java/java.nio/nio/.classes.list
..\..\..\src\share\classes\sun\util\resources\LocaleData.java:52:
cannot find symbol
symbol : class LocaleDataMetaInfo
location: package sun.util
import sun.util.LocaleDataMetaInfo;
There is no LocaleDataMetaInfo calss in the gensrc folder. It is not
generated by some reason.
My config is below. Any suggestions?
Thanks!
--Mikhail