From: tony o. <to...@so...> - 2010-08-27 18:03:28
|
I followed your advise and *was* able to create the xcode output I expected... Thanks for the idea -- but *shouldn't* it have worked going through the xmlvm output step too? On Aug 26, 2010, at 6:17 PM, xml...@li... wrote: > > > 1. Re: Android to iPhone problem... (Arno Puder) > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 17 Aug 2010 10:03:32 -0700 > From: Arno Puder <ar...@pu...> > Subject: Re: [xmlvm-users] Android to iPhone problem... > To: xml...@li... > Message-ID: <4C6...@pu...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > 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 > > 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 > 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 an error stream: http://www.sourcecode-llc.com/xmlvm/Scr2.png > regards, tob Tony O'Brien Sourcecode, LLC 856.596.6644 www.sourcecode-llc.com www.sourcecode-llc.com/tss www.sourcecode-llc.com/tssdonor |