Hi (new list member here...)
Just when I thought this was *not* going to happen -- XMLVM comes along; What a GREAT utility.
*but* ;<>)
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:
I 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:
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
|