From: Scott d. <sde...@ho...> - 2011-07-09 22:24:31
|
Sorry to hit this list with probably an obvious question, but I can't find answers anywhere else at present. I downloaded XMLVM according to the docs, and am building it. The XMLVM portion builds fine, but the demos won't build. I get the following error with "ant demos": ... -xproject-plugins: [echo] your run classpath: C:\dev\XMLVM\xmlvm\dist\xmlvm.jar:build/classes [echo] your dest: build/plugins/objc/ BUILD FAILED C:\dev\XMLVM\xmlvm\build.xml:336: The following error occurred while executing this line: C:\dev\XMLVM\xmlvm\demo\build.xml:46: The following error occurred while executing this line: C:\dev\XMLVM\xmlvm\demo\iphone\ifireworks\nbproject\xmlvm.xml:100: The following error occurred while executing this line: C:\dev\XMLVM\xmlvm\demo\iphone\ifireworks\nbproject\build-xcode.xml:52: java.io.IOException: Unable to use path C:\dev\XMLVM\xmlvm\demo\iphone\ifireworks\C:\dev\XMLVM\xmlvm\demo\iphone\ifireworks\build\plugins\objc Total time: 21 seconds C:\dev\XMLVM\xmlvm>ant -version Apache Ant version 1.6.5 compiled on June 2 2005 ... I've included my ant version in case that matters. I'm using Java 1.6.0_14 as well, as a 1.6 VM is recommended, I should be OK, right? Anyhow, I thought there might be some bug or other in there. If needed I can build in Cygwin. The demos are ... pretty necessary at this point. It's kinda not gonna be easy to figure this out without them, eh? Thanks in advance! -Scotty Los Angeles |