From: Paul P. <bay...@gm...> - 2011-03-14 21:04:47
|
Sorry, I worded my first response poorly. What I meant to say is did you change directories to "/Users/ProMonger/xmlvm/trunk/xmlvm" and then run "ant", or did you run "ant /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml" from some other directory? You should do the former. Thanks, Paul On Mon, Mar 14, 2011 at 4:00 PM, Christoffer Kristensen < chr...@ya...> wrote: > Hi Paul > Yes i am executing exactly that build file. What can i do about it? > Christoffer > > --- Den *man 14/3/11 skrev Paul Poley <bay...@gm...>*: > > > Fra: Paul Poley <bay...@gm...> > Emne: Re: [xmlvm-users] Compile fail after update, please help. > Til: "Christoffer Kristensen" <chr...@ya...> > Cc: xml...@li... > Dato: mandag 14. marts 2011 15.04 > > > Are you executing the build from the xmlvm directory (the one in your path > that contains build.xml)? > > Paul > > On Mon, Mar 14, 2011 at 6:41 AM, Christoffer Kristensen < > chr...@ya...<http://mc/compose?to=chr...@ya...> > > wrote: > > 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 > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li...<http://mc/compose?to=xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > |