in theory, yes. But there is most likely a bug that prevents it from
working with this indirection. I guess no one stumbled over it so far
since it is not a common way of using XMLVM.
Arno
On 8/27/10 11:03 AM, tony obrien wrote:
> 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...
> <mailto: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... <mailto:ar...@pu...>>
>> Subject: Re: [xmlvm-users] Android to iPhone problem...
>> To: xml...@li...
>> <mailto:xml...@li...>
>> Message-ID: <4C6...@pu...
>> <mailto: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
>
> <http://www.sourcecode-llc.com/xmlvm/Scr2.png>
>>
>
> 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>
>
>
>
>
>
>
>
>
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
>
>
>
> _______________________________________________
> xmlvm-users mailing list
> xml...@li...
> https://lists.sourceforge.net/lists/listinfo/xmlvm-users
|