From: tony o. <to...@so...> - 2010-08-17 12:51:16
|
Hi, I see that my screen shots got "scrubbed" so I placing links instead for those interested enough to help me pursue this... Below is the body as it originally appeared... I have an ANDROID app, (built on NetBeans) that operates successfully on the Droid device(s) I downloaded the xmlvm Trunk, compiled using ANT, and used the generated jar file to create the ".xmlvm" output files from my project -- all without issue. (I am on a MacBook Pro with OSX 10.6 and I used TERMINAL to run the commands...) Before entering the commands below you may assume that I was in the top folder of my project (i.e containing the "src", "dist", "res", "build" etc.) I created the ".xmlvm" output using: java -jar /Users/tonyobrien/Desktop/xmlvm/trunk/xmlvm/dist/xmlvm.jar --in=. --out=xmlvm_output which created the ".xmlvm" files shown here: http://www.sourcecode-llc.com/xmlvm/Scr1.png then applied the following command (expecting the results in a new, empty folder named 'iPhone_Output'): java -jar /Users/tonyobrien/Desktop/xmlvm/trunk/xmlvm/dist/xmlvm.jar --in=xmlvm_output --out=iPhone_Output --target=android-on-iphone --iphone-app=myIphoneApp But I was greeted by the following error stream: http://www.sourcecode-llc.com/xmlvm/Scr2.png I was hoping someone could tell me why I am getting errors trying to convert the ".xmlvm" files to the iPhone Xcode compatible output? regards, tob Tony O'Brien Sourcecode, LLC 856.596.6644 www.sourcecode-llc.com www.sourcecode-llc.com/tss www.sourcecode-llc.com/tssdonor |