From: Arno P. <ar...@pu...> - 2012-06-07 09:49:44
|
one little comment from my side: On 6/7/12 11:05 AM, Spoorthi D'Silva wrote: > To make use of this new code base, one needs to use a special flag > --xmlvm-new-ios-api. > Eg:java -Xmx1G -jar ../../../dist/xmlvm.jar > --in=bin/org/xmlvm/test/ios/ --out=out --app-name=HelloWorld > --target=iphonec --xmlvm-new-ios-api ; Note that there are two versions of the Java classes for iOS: - Package org.xmlvm.iphone.*: these are the (old) hand-written iOS classes. - Package org.xmlvm.ios.*: these are the (new) iOS classes generated with the help of crossmobile. If you want to use the new API, you need to develop against package org.xmlvm.ios.* in conjunction with the --xmlvm-new-ios-api. Arno |