From: Arno P. <ar...@pu...> - 2010-08-17 17:03:44
|
there is no need to first generate the .xmlvm files and then cross-compile them. You can point --in to your .class files directly and do everything in one step. You can take a look at build.xml for some examples. Arno On 8/16/10 10:36 AM, tony obrien wrote: > 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 <http://www.sourcecode-llc.com/> > www.sourcecode-llc.com/tss <http://www.sourcecode-llc.com/tss> > www.sourcecode-llc.com/tssdonor <http://www.sourcecode-llc.com/tssdonor> > > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by > > Make an app they can't live without > Enter the BlackBerry Developer Challenge > http://p.sf.net/sfu/RIM-dev2dev > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |