From: Arno P. <ar...@pu...> - 2012-02-01 17:42:40
|
I am not familiar with xstream, but the question whether XMLVM can cross-compile this to iOS largely depends on the API that xstream itself depends on. XMLVM supports XML API (including JAXP) so chances are pretty good. The only way to know for sure is to write a little iOS Hello World (take one of the tutorials in xmlvm/tutorial/ios/helloworld as a basis) and give it a try. Note that this will definitely *not* work with the Objective-C backend. You need to select --target=iphonec. Arno On 2/1/12 5:23 AM, ju...@ed... wrote: > Has anybody attempted to cross compile a java (android) application > which uses xstream (1.3.1 or the more stable 1.4.2) ? > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |