From: Christoffer K. <chr...@ya...> - 2011-03-14 11:42:04
|
I updated XMLVM but now it does not want to build, how is that?this is the out put: Buildfile: /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml init: build-xmlvm: [echo] Compiling XMLVM [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:122: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds build-objc-compat-lib: [echo] Generating objc-compat.jar [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds build-android-compat-lib: [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:90: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds cc-android-compat-lib: cc-android-compat-lib.impl: xmlvmjar: [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/one-jar-boot.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/lwjgl.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/objc-compat.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/android-compat.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:170: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:198: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:210: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /Users/ProMonger/xmlvm/trunk/xmlvm/build/proxies-java [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/src/xmlvm2c/lib/proxies/java/lang/Thread.java:176: cannot find symbol [javac] symbol : constructor ThreadGroup(java.lang.ThreadGroup) [javac] location: class java.lang.ThreadGroup [javac] this.threadGroup = new ThreadGroup((ThreadGroup)null); [javac] ^ [javac] 1 error BUILD FAILED/Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: Compile failed; see the compiler error output for details. What can i do about this?Kind regards Christoffer Kristensen |