You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(29) |
Aug
(75) |
Sep
(32) |
Oct
(147) |
Nov
(31) |
Dec
(49) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(46) |
Feb
(35) |
Mar
(148) |
Apr
(33) |
May
(53) |
Jun
(46) |
Jul
(60) |
Aug
(44) |
Sep
(135) |
Oct
(23) |
Nov
(68) |
Dec
(42) |
2011 |
Jan
(94) |
Feb
(55) |
Mar
(114) |
Apr
(78) |
May
(64) |
Jun
(10) |
Jul
(31) |
Aug
(2) |
Sep
(25) |
Oct
(13) |
Nov
(8) |
Dec
(24) |
2012 |
Jan
(5) |
Feb
(33) |
Mar
(31) |
Apr
(19) |
May
(24) |
Jun
(23) |
Jul
(14) |
Aug
(15) |
Sep
(12) |
Oct
(3) |
Nov
(4) |
Dec
(19) |
2013 |
Jan
(8) |
Feb
(20) |
Mar
(4) |
Apr
(2) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(1) |
Nov
(4) |
Dec
|
2014 |
Jan
|
Feb
|
Mar
(6) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
(7) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Paul P. <bay...@gm...> - 2011-03-14 21:04:47
|
Sorry, I worded my first response poorly. What I meant to say is did you change directories to "/Users/ProMonger/xmlvm/trunk/xmlvm" and then run "ant", or did you run "ant /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml" from some other directory? You should do the former. Thanks, Paul On Mon, Mar 14, 2011 at 4:00 PM, Christoffer Kristensen < chr...@ya...> wrote: > Hi Paul > Yes i am executing exactly that build file. What can i do about it? > Christoffer > > --- Den *man 14/3/11 skrev Paul Poley <bay...@gm...>*: > > > Fra: Paul Poley <bay...@gm...> > Emne: Re: [xmlvm-users] Compile fail after update, please help. > Til: "Christoffer Kristensen" <chr...@ya...> > Cc: xml...@li... > Dato: mandag 14. marts 2011 15.04 > > > Are you executing the build from the xmlvm directory (the one in your path > that contains build.xml)? > > Paul > > On Mon, Mar 14, 2011 at 6:41 AM, Christoffer Kristensen < > chr...@ya...<http://mc/compose?to=chr...@ya...> > > wrote: > > I updated XMLVM but now it does not want to build, how is that? > this is the out put: > > Buildfile: /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml > > init: > > build-xmlvm: > [echo] Compiling XMLVM > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:122: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > build-objc-compat-lib: > [echo] Generating objc-compat.jar > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:76: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > build-android-compat-lib: > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:90: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > cc-android-compat-lib: > > cc-android-compat-lib.impl: > > xmlvmjar: > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/lib/one-jar-boot.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/lwjgl.jar > into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/objc-compat.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/android-compat.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:170: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:198: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:210: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] Compiling 1 source file to > /Users/ProMonger/xmlvm/trunk/xmlvm/build/proxies-java > [javac] > /Users/ProMonger/xmlvm/trunk/xmlvm/src/xmlvm2c/lib/proxies/java/lang/Thread.java:176: > cannot find symbol > [javac] symbol : constructor ThreadGroup(java.lang.ThreadGroup) > [javac] location: class java.lang.ThreadGroup > [javac] this.threadGroup = new ThreadGroup((ThreadGroup)null); > [javac] ^ > [javac] 1 error > > BUILD FAILED > /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: Compile failed; see the > compiler error output for details. > > What can i do about this? > Kind regards > Christoffer Kristensen > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li...<http://mc/compose?to=xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > |
From: Paul P. <bay...@gm...> - 2011-03-14 14:04:13
|
Are you executing the build from the xmlvm directory (the one in your path that contains build.xml)? Paul On Mon, Mar 14, 2011 at 6:41 AM, Christoffer Kristensen < chr...@ya...> wrote: > I updated XMLVM but now it does not want to build, how is that? > this is the out put: > > Buildfile: /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml > > init: > > build-xmlvm: > [echo] Compiling XMLVM > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:122: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > build-objc-compat-lib: > [echo] Generating objc-compat.jar > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:76: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > build-android-compat-lib: > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:90: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > > cc-android-compat-lib: > > cc-android-compat-lib.impl: > > xmlvmjar: > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/lib/one-jar-boot.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/lwjgl.jar > into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/objc-compat.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [unjar] Expanding: > /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/android-compat.jar into > /Users/ProMonger/xmlvm/trunk/xmlvm/build/base > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:170: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:198: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:210: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: warning: > 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set > to false for repeatable builds > [javac] Compiling 1 source file to > /Users/ProMonger/xmlvm/trunk/xmlvm/build/proxies-java > [javac] > /Users/ProMonger/xmlvm/trunk/xmlvm/src/xmlvm2c/lib/proxies/java/lang/Thread.java:176: > cannot find symbol > [javac] symbol : constructor ThreadGroup(java.lang.ThreadGroup) > [javac] location: class java.lang.ThreadGroup > [javac] this.threadGroup = new ThreadGroup((ThreadGroup)null); > [javac] ^ > [javac] 1 error > > BUILD FAILED > /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: Compile failed; see the > compiler error output for details. > > What can i do about this? > Kind regards > Christoffer Kristensen > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Christoffer K. <chr...@ya...> - 2011-03-14 11:42:04
|
I updated XMLVM but now it does not want to build, how is that?this is the out put: Buildfile: /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml init: build-xmlvm: [echo] Compiling XMLVM [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:122: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds build-objc-compat-lib: [echo] Generating objc-compat.jar [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:76: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds build-android-compat-lib: [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:90: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds cc-android-compat-lib: cc-android-compat-lib.impl: xmlvmjar: [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/one-jar-boot.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/lib/lwjgl.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/objc-compat.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [unjar] Expanding: /Users/ProMonger/xmlvm/trunk/xmlvm/dist/lib/android-compat.jar into /Users/ProMonger/xmlvm/trunk/xmlvm/build/base [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:170: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:198: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:210: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [javac] Compiling 1 source file to /Users/ProMonger/xmlvm/trunk/xmlvm/build/proxies-java [javac] /Users/ProMonger/xmlvm/trunk/xmlvm/src/xmlvm2c/lib/proxies/java/lang/Thread.java:176: cannot find symbol [javac] symbol : constructor ThreadGroup(java.lang.ThreadGroup) [javac] location: class java.lang.ThreadGroup [javac] this.threadGroup = new ThreadGroup((ThreadGroup)null); [javac] ^ [javac] 1 error BUILD FAILED/Users/ProMonger/xmlvm/trunk/xmlvm/build.xml:222: Compile failed; see the compiler error output for details. What can i do about this?Kind regards Christoffer Kristensen |
From: Panayotis K. <pan...@pa...> - 2011-03-14 11:12:51
|
On 14 Μαρ 2011, at 1:06 μ.μ., Christoffer Kristensen wrote: > Hi fellow XMLVM users. > > I can see that there has been some changes within the last 24 hours. So now i'm wondering how do i update to gain the changes? > > Kind regards > > Christoffer Kristensen go to the root folder of xmlvm and type: svn up |
From: Christoffer K. <chr...@ya...> - 2011-03-14 11:06:45
|
Hi fellow XMLVM users. I can see that there has been some changes within the last 24 hours. So now i'm wondering how do i update to gain the changes? Kind regards Christoffer Kristensen |
From: Tor L. <tm...@ik...> - 2011-03-12 19:20:26
|
> an android application which is crosscompiled to ios I can't resis posting a reminder what "cross-compilation" actually means: Running the compiler on a different platform than the code produced will run on. All development for iOS or Android is cross-compilation, also when using 100% vendor toolchains and toolkits (as you don't run the compilers on iOS or Android themselves). Another term is needed for what XMLVM does. --tml |
From: Marko Ž. <xm...@st...> - 2011-03-12 19:03:55
|
I tried tu run iFireworks demo on the smilator, using ant target xrun from Eclipse (latest, Pulsar) and the build failed. This is the log output: [exec] setenv XCODE_VERSION_MINOR 0400 [exec] setenv YACC /Developer/usr/bin/yacc [exec] /bin/sh -c /MobDev/xmlvm/demo/iphone/ifireworks/dist/build/iFireworks.build/Debug-iphonesimulator/iFireworks.build/Script-93301B0B132BF8E50071E007.sh [exec] ** BUILD SUCCEEDED ** xrun: BUILD FAILED /MobDev/xmlvm/demo/iphone/ifireworks/nbproject/xcode.xml:139: /MobDev/xmlvm/demo/iphone/ifireworks/build/Debug-iphonesimulator/iFireworks.app not found. But when I change in nbproject/xcode.xml this line: <fileset dir="build/Debug-iphonesimulator/${ant.project.name}.app"/> to this: <fileset dir="*dist/*build/Debug-iphonesimulator/${ant.project.name}.app"/> then it works. Is this a bug in xcode.xml or something else? -- Studio Artlan Marko Žmak, dipl.ing.mat. Mob: +385 98 212 801 Email: xm...@st... Web: http://www.studioartlan.com/ |
From: Panayotis K. <pan...@pa...> - 2011-03-12 17:59:21
|
On Mar 12, 2011, at 7:28 PM, Marko Žmak wrote: > > I tried to build xmlvm/build.xml from Eclipse (Run As -> Ant Build), but > build failed. This is the error output: Please update to the latest SVN version and try again |
From: Marko Ž. <xm...@st...> - 2011-03-12 17:28:39
|
I tried to build xmlvm/build.xml from Eclipse (Run As -> Ant Build), but build failed. This is the error output: xmlvmjar: [unjar] Expanding: /MobDev/xmlvm/lib/one-jar-boot.jar into /MobDev/xmlvm/build/base [unjar] Expanding: /MobDev/xmlvm/lib/lwjgl.jar into /MobDev/xmlvm/build/base [unjar] Expanding: /MobDev/xmlvm/dist/lib/objc-compat.jar into /MobDev/xmlvm/build/base [unjar] Expanding: /MobDev/xmlvm/dist/lib/android-compat.jar into /MobDev/xmlvm/build/base [javac] Compiling 15 source files to /MobDev/xmlvm/build/base [javac] /MobDev/xmlvm/src/tools/ant/xcode-updater/org/xmlvm/ant/AndroidManifestParser.java:72: setProperty(java.lang.String,java.lang.String,java.lang.Object,boolean) in org.apache.tools.ant.PropertyHelper cannot be applied to (java.lang.String,java.lang.Object,boolean) [javac] ph.setProperty("xmlvm.android.package", (Object) packg, false); [javac] ^ [javac] /MobDev/xmlvm/src/tools/ant/xcode-updater/org/xmlvm/ant/AndroidManifestParser.java:73: setProperty(java.lang.String,java.lang.String,java.lang.Object,boolean) in org.apache.tools.ant.PropertyHelper cannot be applied to (java.lang.String,java.lang.Object,boolean) [javac] ph.setProperty("xmlvm.android.activity", (Object) name, false); [javac] ^ [javac] Note: /MobDev/xmlvm/src/tools/ant/xcode-updater/org/xmlvm/ant/utils/FileUtilities.java uses unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors BUILD FAILED /MobDev/xmlvm/build.xml:170: Compile failed; see the compiler error output for details. Any ideas what's wrong? I used the latest XmlVM (downloaded today), and latest Eclipse Pulsar. OS is Snow Leopard. -- Studio Artlan Marko Žmak, dipl.ing.mat. Mob: +385 98 212 801 Email: xm...@st... Web: http://www.studioartlan.com/ |
From: opwoco G. <in...@op...> - 2011-03-12 14:54:34
|
Hi! I've got a question to all the other users of xmlvm out there: How do you handle menus at an android application which is crosscompiled to ios? I see that tabs are not supported. I'm used to have tabs at ios as well as on android. How have you managed that issue? |
From: Sascha H. <sa...@gm...> - 2011-03-12 08:14:14
|
Hi everyone! In order to separate discussions about developing XMLVM itself from questions that users of XMLVM have we created a new mailing list<https://lists.sourceforge.net/lists/listinfo/xmlvm-developers>for XMLVM developers. It is open to anyone, but is intended for people who are working on XMLVM code or plan to contribute a patch and have questions about the code. This mailing list is quite important as the number of active contributors of XMLVM is rising, while at the same time we don't want to bother XMLVM users with the gory inner workings of XMLVM :) Of course we will keep on posting announcements to this xmlvm-users mailing list in the future to keep you informed about what is going on with XMLVM. Needless to say that we keep answering all your questions that you have about XMLVM. Thank you for your interest in XMLVM! // Sascha |
From: Arno P. <ar...@pu...> - 2011-03-11 21:51:50
|
the trimmer is only meant to be used with the Objective-C backend. The C backend already features a dependency analysis that only includes required classes. Once we switch to the new C backend (hopefully fairly soon) both the Objective-C backend as well as the trimmer will be deprecated. Arno On 3/11/11 1:03 PM, Markus Heberling wrote: > Hi, > > I have created an iphone project with --skeleton=iphone. It is working fine so far. I wanted to try it out with the c backend and changed the xcode.xml to call --target=iphonec instead of --target=iphone. Unfortunatly xcode complains about missing files after that. It seems that the BoehmGC is not included. I set the trimmer to false and then it worked after that. So it seems the trimmer discards the BoehmGC library. Is there anyway to stop it from doing so? > > Regards, > Markus > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Markus H. <ma...@ti...> - 2011-03-11 21:23:26
|
Hi, I have created an iphone project with --skeleton=iphone. It is working fine so far. I wanted to try it out with the c backend and changed the xcode.xml to call --target=iphonec instead of --target=iphone. Unfortunatly xcode complains about missing files after that. It seems that the BoehmGC is not included. I set the trimmer to false and then it worked after that. So it seems the trimmer discards the BoehmGC library. Is there anyway to stop it from doing so? Regards, Markus |
From: Arno P. <ar...@pu...> - 2011-03-11 18:38:23
|
unfortunately we don't support TabActivity yet. Check the folder xmlvm/src/android2iphone for a list of classes (and methods) that XMLVM supports. Arno On 3/11/11 10:30 AM, opwoco GbR wrote: > Hi! > > i got a "cannot find symbol - android.app.TabActivity" error - did I > misconfigure my Project? > I'm using Android 2.2 SDK. > > > here is what the output says... > > [xmlvm.ajavac] Compiling 3 source files to > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/bin/classes > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:8: > cannot find symbol > [xmlvm.ajavac] symbol : class TabActivity > [xmlvm.ajavac] location: package android.app > [xmlvm.ajavac] import android.app.TabActivity; > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:11: > cannot find symbol > [xmlvm.ajavac] symbol : class TabHost > [xmlvm.ajavac] location: package android.widget > [xmlvm.ajavac] import android.widget.TabHost; > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:13: > cannot find symbol > [xmlvm.ajavac] symbol: class TabActivity > [xmlvm.ajavac] public class main_widget extends TabActivity{ > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:18: > cannot find symbol > [xmlvm.ajavac] symbol : variable super > [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget > [xmlvm.ajavac] super.onCreate(icicle); > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:20: > cannot find symbol > [xmlvm.ajavac] symbol : class TabHost > [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget > [xmlvm.ajavac] TabHost myTabHost = getTabHost(); > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:20: > cannot find symbol > [xmlvm.ajavac] symbol : method getTabHost() > [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget > [xmlvm.ajavac] TabHost myTabHost = getTabHost(); > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:21: > cannot find symbol > [xmlvm.ajavac] symbol : constructor > Intent(de.opwoco.app.fwapp.main_widget,java.lang.Class<de.opwoco.app.fwapp.news_widget>) > [xmlvm.ajavac] location: class android.content.Intent > [xmlvm.ajavac] Intent myNewsIntent = new Intent(this, > news_widget.class); > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:22: > package TabHost does not exist > [xmlvm.ajavac] TabHost.TabSpec myTabSpecs; > [xmlvm.ajavac] ^ > [xmlvm.ajavac] > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:16: > method does not override or implement a method from a supertype > [xmlvm.ajavac] @Override > [xmlvm.ajavac] ^ > [xmlvm.ajavac] 9 errors > > BUILD FAILED > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/nbproject/xcode.xml:170: > The following error occurred while executing this line: > /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/nbproject/androidsupport.xml:76: > Compile failed; see the compiler error output for details. > > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: opwoco G. <in...@op...> - 2011-03-11 18:30:55
|
Hi! i got a "cannot find symbol - android.app.TabActivity" error - did I misconfigure my Project? I'm using Android 2.2 SDK. here is what the output says... [xmlvm.ajavac] Compiling 3 source files to /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/bin/classes [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:8: cannot find symbol [xmlvm.ajavac] symbol : class TabActivity [xmlvm.ajavac] location: package android.app [xmlvm.ajavac] import android.app.TabActivity; [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:11: cannot find symbol [xmlvm.ajavac] symbol : class TabHost [xmlvm.ajavac] location: package android.widget [xmlvm.ajavac] import android.widget.TabHost; [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:13: cannot find symbol [xmlvm.ajavac] symbol: class TabActivity [xmlvm.ajavac] public class main_widget extends TabActivity{ [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:18: cannot find symbol [xmlvm.ajavac] symbol : variable super [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget [xmlvm.ajavac] super.onCreate(icicle); [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:20: cannot find symbol [xmlvm.ajavac] symbol : class TabHost [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget [xmlvm.ajavac] TabHost myTabHost = getTabHost(); [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:20: cannot find symbol [xmlvm.ajavac] symbol : method getTabHost() [xmlvm.ajavac] location: class de.opwoco.app.fwapp.main_widget [xmlvm.ajavac] TabHost myTabHost = getTabHost(); [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:21: cannot find symbol [xmlvm.ajavac] symbol : constructor Intent(de.opwoco.app.fwapp.main_widget,java.lang.Class<de.opwoco.app.fwapp.news_widget>) [xmlvm.ajavac] location: class android.content.Intent [xmlvm.ajavac] Intent myNewsIntent = new Intent(this, news_widget.class); [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:22: package TabHost does not exist [xmlvm.ajavac] TabHost.TabSpec myTabSpecs; [xmlvm.ajavac] ^ [xmlvm.ajavac] /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/src/de/opwoco/app/fwapp/main_widget.java:16: method does not override or implement a method from a supertype [xmlvm.ajavac] @Override [xmlvm.ajavac] ^ [xmlvm.ajavac] 9 errors BUILD FAILED /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/nbproject/xcode.xml:170: The following error occurred while executing this line: /Users/cwmp/xmlvm/opwoco-workspace/fwapp-xmlvm/nbproject/androidsupport.xml:76: Compile failed; see the compiler error output for details. |
From: Arno P. <ar...@pu...> - 2011-03-11 08:02:28
|
you need to add --lib=android to the command line. Arno On 3/10/11 11:25 PM, 杜宇 wrote: > Hi, > Thanks again to arno, > I generated two folders with xmlvm from a android version of HelloWorld > demo, > and the objc code can not be compiled. > in org_hello_hello.h and org_hello_hello.m > I found some imports like: > #import "android_os_Bundle.h" > #import "android_app_Activity.h" > but I don't know where the files are. > so, It could not be compiled. > Who knows something about this problem, > please help me. > thanks > David > 11/3/2011 > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: 杜宇 <duy...@gm...> - 2011-03-11 07:25:44
|
Hi, Thanks again to arno, I generated two folders with xmlvm from a android version of HelloWorld demo, and the objc code can not be compiled. in org_hello_hello.h and org_hello_hello.m I found some imports like: #import "android_os_Bundle.h" #import "android_app_Activity.h" but I don't know where the files are. so, It could not be compiled. Who knows something about this problem, please help me. thanks David 11/3/2011 |
From: Arno P. <ar...@pu...> - 2011-03-11 05:34:47
|
sorry, that is my bad. Can you please update and try again? Arno On 3/10/11 9:32 PM, 杜宇 wrote: > Hi all, > I have a problem when try to translate an android .class file to a > iphone objc file. > here is a snapshot of screen > D:\xmlvm>java -jar dist/xmlvm.jar > --in=bin/org/xmlvm/test/ArrayTest.class --out= > bin/org/xmlvm/test/xmlvm/ --target=iphone > [03/11/11 13:27:37.286] WARNING: Using xmlvm as application name > [03/11/11 13:27:37.286] DEBUG: Forcing --enable_ref_counting for target > IPHON > E > Error at xsl:value-of on line 2943 > XPST0008: XPath syntax error at char 63 on line 2943 in > {...eplace(replace($st > ring,'\\1...}: > Variable $string has not been declared > [03/11/11 13:27:37.963] ERROR: XsltRunner: Could not create transformer > for x > mlvm2objc.xsl: Failed to compile stylesheet. 1 error detected. > Exception in thread "main" java.lang.reflect.InvocationTargetException > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at com.simontuffs.onejar.Boot.run(Boot.java:306) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > Caused by: java.lang.NullPointerException > at org.xmlvm.proc.XsltRunner.runXSLT(XsltRunner.java:87) > at org.xmlvm.proc.out.ObjectiveCOutputProcess.genObjC(ObjectiveCOutputPr > ocess.java:100) > at org.xmlvm.proc.out.ObjectiveCOutputProcess.process(ObjectiveCOutputPr > ocess.java:59) > at org.xmlvm.proc.XmlvmProcessImpl.preprocess(XmlvmProcessImpl.java:212) > at org.xmlvm.proc.out.IPhoneOutputProcess.process(IPhoneOutputProcess.ja > va:65) > at org.xmlvm.proc.XmlvmProcessor.process(XmlvmProcessor.java:139) > at org.xmlvm.Main.main(Main.java:54) > ... 6 more > could anyone help me with this problem? > thanks very much! > David > 11/3/2011 > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: 杜宇 <duy...@gm...> - 2011-03-11 05:32:46
|
Hi all, I have a problem when try to translate an android .class file to a iphone objc file. here is a snapshot of screen D:\xmlvm>java -jar dist/xmlvm.jar --in=bin/org/xmlvm/test/ArrayTest.class --out= bin/org/xmlvm/test/xmlvm/ --target=iphone [03/11/11 13:27:37.286] WARNING: Using xmlvm as application name [03/11/11 13:27:37.286] DEBUG: Forcing --enable_ref_counting for target IPHON E Error at xsl:value-of on line 2943 XPST0008: XPath syntax error at char 63 on line 2943 in {...eplace(replace($st ring,'\\1...}: Variable $string has not been declared [03/11/11 13:27:37.963] ERROR: XsltRunner: Could not create transformer for x mlvm2objc.xsl: Failed to compile stylesheet. 1 error detected. Exception in thread "main" java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.simontuffs.onejar.Boot.run(Boot.java:306) at com.simontuffs.onejar.Boot.main(Boot.java:159) Caused by: java.lang.NullPointerException at org.xmlvm.proc.XsltRunner.runXSLT(XsltRunner.java:87) at org.xmlvm.proc.out.ObjectiveCOutputProcess.genObjC(ObjectiveCOutputPr ocess.java:100) at org.xmlvm.proc.out.ObjectiveCOutputProcess.process(ObjectiveCOutputPr ocess.java:59) at org.xmlvm.proc.XmlvmProcessImpl.preprocess(XmlvmProcessImpl.java:212) at org.xmlvm.proc.out.IPhoneOutputProcess.process(IPhoneOutputProcess.ja va:65) at org.xmlvm.proc.XmlvmProcessor.process(XmlvmProcessor.java:139) at org.xmlvm.Main.main(Main.java:54) ... 6 more could anyone help me with this problem? thanks very much! David 11/3/2011 |
From: Sascha H. <sa...@xm...> - 2011-03-09 12:25:41
|
We don't yet support Java source code as input. You need to point XMLVM to the compiled class files. On Wed, Mar 9, 2011 at 1:14 PM, Christoffer Kristensen < chr...@ya...> wrote: > Okay. This seems to work for the moment. this is what i got back: > > [03/09/11 13:06:43.883] DEBUG: Forcing --enable_ref_counting for target > OBJC > [03/09/11 13:06:43.904] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.classpath > [03/09/11 13:06:43.904] WARNING: Unable to create InputProcesses for > input: /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.DS_Store > [03/09/11 13:06:43.905] WARNING: Unable to create InputProcesses for > input: /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.project > [03/09/11 13:06:43.905] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/AndroidManifest.xml > [03/09/11 13:06:43.905] WARNING: Unable to create InputProcesses for > input: /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/build.xml > [03/09/11 13:06:43.905] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/default.properties > [03/09/11 13:06:43.905] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/proguard.cfg > [03/09/11 13:06:43.906] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/.DS_Store > [03/09/11 13:06:43.906] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/.DS_Store > [03/09/11 13:06:43.906] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/.DS_Store > [03/09/11 13:06:43.906] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/ConnectActivity.java > [03/09/11 13:06:43.907] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/ConnectionService.java > [03/09/11 13:06:43.907] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/DynamicServerActivity.java > [03/09/11 13:06:43.907] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/SendMessageActivity.java > [03/09/11 13:06:43.907] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/src/big8/wifi/Start.java > [03/09/11 13:06:43.908] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/.DS_Store > [03/09/11 13:06:43.908] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/values/.DS_Store > [03/09/11 13:06:43.908] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/values/messages.xml > [03/09/11 13:06:43.908] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/values/strings.xml > [03/09/11 13:06:43.909] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/.DS_Store > [03/09/11 13:06:43.909] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/connect.xml > [03/09/11 13:06:43.909] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/dynamicserver.xml > [03/09/11 13:06:43.909] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/main.xml > [03/09/11 13:06:43.910] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/next.xml > [03/09/11 13:06:43.910] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/layout/sendmessage.xml > [03/09/11 13:06:43.910] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/drawable-mdpi/icon.png > [03/09/11 13:06:43.910] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/drawable-ldpi/icon.png > [03/09/11 13:06:43.911] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/drawable-hdpi/.DS_Store > [03/09/11 13:06:43.911] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/res/drawable-hdpi/icon.png > [03/09/11 13:06:43.911] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/gen/.DS_Store > [03/09/11 13:06:43.911] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/gen/big8/.DS_Store > [03/09/11 13:06:43.912] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/gen/big8/wifi/.DS_Store > [03/09/11 13:06:43.912] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/gen/big8/wifi/R.java > [03/09/11 13:06:43.912] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/.DS_Store > [03/09/11 13:06:43.912] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/classes.dex > [03/09/11 13:06:43.913] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/dev-project.apk > [03/09/11 13:06:43.913] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/resources.ap_ > [03/09/11 13:06:43.913] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/big8/.DS_Store > [03/09/11 13:06:43.913] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/bin/big8/wifi/.DS_Store > [03/09/11 13:06:43.916] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.lock > [03/09/11 13:06:43.916] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.log > [03/09/11 13:06:43.916] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/version.ini > [03/09/11 13:06:43.917] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.ui.workbench/dialog_settings.xml > [03/09/11 13:06:43.917] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml > [03/09/11 13:06:43.918] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.ui.workbench/workingsets.xml > [03/09/11 13:06:43.919] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.ui.intro/dialog_settings.xml > [03/09/11 13:06:43.919] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.ui/dialog_settings.xml > [03/09/11 13:06:43.919] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.ui/OpenTypeHistory.xml > [03/09/11 13:06:43.919] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.ui/QualifiedTypeNameHistory.xml > [03/09/11 13:06:43.920] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.launching/.install.xml > [03/09/11 13:06:43.920] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.launching/libraryInfos.xml > [03/09/11 13:06:43.932] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.core/nonChainingJarsCache > [03/09/11 13:06:43.932] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.jdt.core/variablesAndContainers.dat > [03/09/11 13:06:43.932] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.debug.ui/dialog_settings.xml > [03/09/11 13:06:43.933] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.debug.ui/launchConfigurationHistory.xml > [03/09/11 13:06:43.933] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.debug.core/.launches/New_configuration.launch > [03/09/11 13:06:43.933] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs > [03/09/11 13:06:43.934] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.debug.ui.prefs > [03/09/11 13:06:43.934] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.core.prefs > [03/09/11 13:06:43.934] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.launching.prefs > [03/09/11 13:06:43.934] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs > [03/09/11 13:06:43.948] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.ide.prefs > [03/09/11 13:06:43.948] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.ui.prefs > [03/09/11 13:06:43.949] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.resources/.root/1.tree > [03/09/11 13:06:43.949] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/history.version > [03/09/11 13:06:43.949] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.index > [03/09/11 13:06:43.949] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version > [03/09/11 13:06:43.950] WARNING: Unable to create InputProcesses for > input: > /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project/.metadata/.plugins/org.eclipse.ant.ui/dialog_settings.xml > > In my output there is a bunch of .h & .m files. I'm guessing i need to > tweak it some more. > > --- Den *ons 9/3/11 skrev Sascha Haeberling <sa...@xm...>*: > > > Fra: Sascha Haeberling <sa...@xm...> > Emne: Re: [xmlvm-users] Problems in Getting started with xmlvm > Til: "Ian Frisbie" <ifr...@gm...> > Cc: "Christoffer Kristensen" <chr...@ya...>, > xml...@li... > Dato: onsdag 9. marts 2011 11.44 > > > Specifying at least -Xmx1G has been proven useful in the past. > > On Wed, Mar 9, 2011 at 11:42 AM, Ian Frisbie <ifr...@gm...<http://mc/compose?to=ifr...@gm...> > > wrote: > > I don't specify the starting memory size, just the max - try doing that. > Here is an example of a shell file I use to launch: > > #!/bin/sh > alias xmlvm="java -Xmx500M -jar [full path to xmlvm]/dist/xmlvm.jar" > xmlvm --in=[files] --target=objc --out=[target directory] > > You also might want to start by specifying a single class file, just as a > test. I'm guessing it has something to do with specifying starting mem > though ("-Xms32m") > > Ian > > On Wed, Mar 9, 2011 at 3:55 AM, Christoffer Kristensen < > chr...@ya...<http://mc/compose?to=chr...@ya...> > > wrote: > > Hi. > I'm trying to convert a client/server android app to iphone with xmlvm. Up > until now without luck. > I'm on a Mac running a 64 bit version of snow loepard. > When i follow the manual, provided by xmlvm, i keep getting problems. I'm > new to both xmlvm as well as the terminal instructions. > > What I do is: > > *Compiling xmlvm: In terminal i change directory to xmlvm. type "ant" and > xmlvm compiles and builds allright. > > *Invoking xmlvm: > > I type "java -jar dist/xmlvm.jar" > > What i get in return is: > > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2786) > at > java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) > at > com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) > at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) > at com.simontuffs.onejar.Boot.run(Boot.java:282) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > > *In order to change the Java heap Space i run the command "java -Xms32m > -Xmx512m -jar dist/xmlvm.jar" > What i get in return is: > > Error: Need at least one --in argument Usage: xmlvm [--in=<path> > [--out=<dir>]] > [--target=[xmlvm|dexmlvm|jvm|clr|dfa|class|exe|dex|js|java|c|python|objc|iphone|qooxdoo|vtable|webos]] > [--skeleton=<type>] [--lib=<name> [--app-name=<app-name>] > [--resource=<path>] [--qx-main=<main-class> [--qx-debug]] > [--debug=[none|error|warning|all]] [--version] [--help] Give --help > parameter to see more detailed command line instructions. > > NB. i'm still in the xmlvm directory as i was from the start. > > *Next i would create an alias by typing > "alias xmlvm="java -jar $(pwd)/dist/xmlvm.jar" > > i don't know if the alias is created or not. > > *Next i would define my in path by typing "xmlvm --in=<in here i would type > the path to my android app from root>" > > When i do this I get > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2786) > at > java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) > at > com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) > at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) > at com.simontuffs.onejar.Boot.run(Boot.java:282) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > > *Then i would define the target and the app name and the output: > --target=android-on-iphone > --iphone-app=TheApplication --out= > > I never got this far. my problems started when trying to invoke xmlvm. > I'm not sure what directory i need to be in when typing the different > commands. And i'm not sure where my Android app needs to be placed, in order > for the xmlvm to get a hold of it. > What am i doing wrong? I hope you can help me! > Thank you for introducing this great project I hope that i'll get my head > around it someday. > > Best regards > Christoffer Kristensen > > > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li...<http://mc/compose?to=xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > -- > Ian D. Frisbie > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li...<http://mc/compose?to=xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > |
From: Sascha H. <sa...@xm...> - 2011-03-09 10:45:15
|
Specifying at least -Xmx1G has been proven useful in the past. On Wed, Mar 9, 2011 at 11:42 AM, Ian Frisbie <ifr...@gm...> wrote: > I don't specify the starting memory size, just the max - try doing that. > Here is an example of a shell file I use to launch: > > #!/bin/sh > alias xmlvm="java -Xmx500M -jar [full path to xmlvm]/dist/xmlvm.jar" > xmlvm --in=[files] --target=objc --out=[target directory] > > You also might want to start by specifying a single class file, just as a > test. I'm guessing it has something to do with specifying starting mem > though ("-Xms32m") > > Ian > > On Wed, Mar 9, 2011 at 3:55 AM, Christoffer Kristensen < > chr...@ya...> wrote: > >> Hi. >> I'm trying to convert a client/server android app to iphone with xmlvm. Up >> until now without luck. >> I'm on a Mac running a 64 bit version of snow loepard. >> When i follow the manual, provided by xmlvm, i keep getting problems. I'm >> new to both xmlvm as well as the terminal instructions. >> >> What I do is: >> >> *Compiling xmlvm: In terminal i change directory to xmlvm. type "ant" and >> xmlvm compiles and builds allright. >> >> *Invoking xmlvm: >> >> I type "java -jar dist/xmlvm.jar" >> >> What i get in return is: >> >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space >> at java.util.Arrays.copyOf(Arrays.java:2786) >> at >> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) >> at >> com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) >> at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) >> at >> com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) >> at >> com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) >> at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) >> at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) >> at com.simontuffs.onejar.Boot.run(Boot.java:282) >> at com.simontuffs.onejar.Boot.main(Boot.java:159) >> >> *In order to change the Java heap Space i run the command "java -Xms32m >> -Xmx512m -jar dist/xmlvm.jar" >> What i get in return is: >> >> Error: Need at least one --in argument Usage: xmlvm [--in=<path> >> [--out=<dir>]] >> [--target=[xmlvm|dexmlvm|jvm|clr|dfa|class|exe|dex|js|java|c|python|objc|iphone|qooxdoo|vtable|webos]] >> [--skeleton=<type>] [--lib=<name> [--app-name=<app-name>] >> [--resource=<path>] [--qx-main=<main-class> [--qx-debug]] >> [--debug=[none|error|warning|all]] [--version] [--help] Give --help >> parameter to see more detailed command line instructions. >> >> NB. i'm still in the xmlvm directory as i was from the start. >> >> *Next i would create an alias by typing >> "alias xmlvm="java -jar $(pwd)/dist/xmlvm.jar" >> >> i don't know if the alias is created or not. >> >> *Next i would define my in path by typing "xmlvm --in=<in here i would >> type the path to my android app from root>" >> >> When i do this I get >> Exception in thread "main" java.lang.OutOfMemoryError: Java heap space >> at java.util.Arrays.copyOf(Arrays.java:2786) >> at >> java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) >> at >> com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) >> at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) >> at >> com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) >> at >> com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) >> at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) >> at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) >> at com.simontuffs.onejar.Boot.run(Boot.java:282) >> at com.simontuffs.onejar.Boot.main(Boot.java:159) >> >> *Then i would define the target and the app name and the output: >> --target=android-on-iphone >> --iphone-app=TheApplication --out= >> >> I never got this far. my problems started when trying to invoke xmlvm. >> I'm not sure what directory i need to be in when typing the different >> commands. And i'm not sure where my Android app needs to be placed, in order >> for the xmlvm to get a hold of it. >> What am i doing wrong? I hope you can help me! >> Thank you for introducing this great project I hope that i'll get my head >> around it someday. >> >> Best regards >> Christoffer Kristensen >> >> >> >> >> >> ------------------------------------------------------------------------------ >> Colocation vs. Managed Hosting >> A question and answer guide to determining the best fit >> for your organization - today and in the future. >> http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > > > -- > Ian D. Frisbie > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Ian F. <ifr...@gm...> - 2011-03-09 10:42:17
|
I don't specify the starting memory size, just the max - try doing that. Here is an example of a shell file I use to launch: #!/bin/sh alias xmlvm="java -Xmx500M -jar [full path to xmlvm]/dist/xmlvm.jar" xmlvm --in=[files] --target=objc --out=[target directory] You also might want to start by specifying a single class file, just as a test. I'm guessing it has something to do with specifying starting mem though ("-Xms32m") Ian On Wed, Mar 9, 2011 at 3:55 AM, Christoffer Kristensen < chr...@ya...> wrote: > Hi. > I'm trying to convert a client/server android app to iphone with xmlvm. Up > until now without luck. > I'm on a Mac running a 64 bit version of snow loepard. > When i follow the manual, provided by xmlvm, i keep getting problems. I'm > new to both xmlvm as well as the terminal instructions. > > What I do is: > > *Compiling xmlvm: In terminal i change directory to xmlvm. type "ant" and > xmlvm compiles and builds allright. > > *Invoking xmlvm: > > I type "java -jar dist/xmlvm.jar" > > What i get in return is: > > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2786) > at > java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) > at > com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) > at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) > at com.simontuffs.onejar.Boot.run(Boot.java:282) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > > *In order to change the Java heap Space i run the command "java -Xms32m > -Xmx512m -jar dist/xmlvm.jar" > What i get in return is: > > Error: Need at least one --in argument Usage: xmlvm [--in=<path> > [--out=<dir>]] > [--target=[xmlvm|dexmlvm|jvm|clr|dfa|class|exe|dex|js|java|c|python|objc|iphone|qooxdoo|vtable|webos]] > [--skeleton=<type>] [--lib=<name> [--app-name=<app-name>] > [--resource=<path>] [--qx-main=<main-class> [--qx-debug]] > [--debug=[none|error|warning|all]] [--version] [--help] Give --help > parameter to see more detailed command line instructions. > > NB. i'm still in the xmlvm directory as i was from the start. > > *Next i would create an alias by typing > "alias xmlvm="java -jar $(pwd)/dist/xmlvm.jar" > > i don't know if the alias is created or not. > > *Next i would define my in path by typing "xmlvm --in=<in here i would type > the path to my android app from root>" > > When i do this I get > Exception in thread "main" java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2786) > at > java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) > at > com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) > at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) > at > com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) > at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) > at com.simontuffs.onejar.Boot.run(Boot.java:282) > at com.simontuffs.onejar.Boot.main(Boot.java:159) > > *Then i would define the target and the app name and the output: > --target=android-on-iphone > --iphone-app=TheApplication --out= > > I never got this far. my problems started when trying to invoke xmlvm. > I'm not sure what directory i need to be in when typing the different > commands. And i'm not sure where my Android app needs to be placed, in order > for the xmlvm to get a hold of it. > What am i doing wrong? I hope you can help me! > Thank you for introducing this great project I hope that i'll get my head > around it someday. > > Best regards > Christoffer Kristensen > > > > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > -- Ian D. Frisbie |
From: Christoffer K. <chr...@ya...> - 2011-03-09 09:09:48
|
Hi.I'm trying to convert a client/server android app to iphone with xmlvm. Up until now without luck.I'm on a Mac running a 64 bit version of snow loepard.When i follow the manual, provided by xmlvm, i keep getting problems. I'm new to both xmlvm as well as the terminal instructions. What I do is: *Compiling xmlvm: In terminal i change directory to xmlvm. type "ant" and xmlvm compiles and builds allright. *Invoking xmlvm: I type "java -jar dist/xmlvm.jar" What i get in return is: Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2786) at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) at com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) at com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) at com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) at com.simontuffs.onejar.Boot.run(Boot.java:282) at com.simontuffs.onejar.Boot.main(Boot.java:159) *In order to change the Java heap Space i run the command "java -Xms32m -Xmx512m -jar dist/xmlvm.jar"What i get in return is: Error: Need at least one --in argument Usage: xmlvm [--in=<path> [--out=<dir>]] [--target=[xmlvm|dexmlvm|jvm|clr|dfa|class|exe|dex|js|java|c|python|objc|iphone|qooxdoo|vtable|webos]] [--skeleton=<type>] [--lib=<name> [--app-name=<app-name>] [--resource=<path>] [--qx-main=<main-class> [--qx-debug]] [--debug=[none|error|warning|all]] [--version] [--help] Give --help parameter to see more detailed command line instructions. NB. i'm still in the xmlvm directory as i was from the start. *Next i would create an alias by typing "alias xmlvm="java -jar $(pwd)/dist/xmlvm.jar" i don't know if the alias is created or not. *Next i would define my in path by typing "xmlvm --in=<in here i would type the path to my android app from root>" When i do this I get Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at java.util.Arrays.copyOf(Arrays.java:2786) at java.io.ByteArrayOutputStream.toByteArray(ByteArrayOutputStream.java:133) at com.simontuffs.onejar.JarClassLoader.alreadyCached(JarClassLoader.java:796) at com.simontuffs.onejar.JarClassLoader.loadBytes(JarClassLoader.java:509) at com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:455) at com.simontuffs.onejar.JarClassLoader.loadByteCode(JarClassLoader.java:446) at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:386) at com.simontuffs.onejar.JarClassLoader.load(JarClassLoader.java:276) at com.simontuffs.onejar.Boot.run(Boot.java:282) at com.simontuffs.onejar.Boot.main(Boot.java:159) *Then i would define the target and the app name and the output: --target=android-on-iphone --iphone-app=TheApplication --out= I never got this far. my problems started when trying to invoke xmlvm.I'm not sure what directory i need to be in when typing the different commands. And i'm not sure where my Android app needs to be placed, in order for the xmlvm to get a hold of it.What am i doing wrong? I hope you can help me!Thank you for introducing this great project I hope that i'll get my head around it someday. Best regards Christoffer Kristensen |
From: opwoco G. <in...@op...> - 2011-03-07 06:53:00
|
Hi guys! I can't find any Information which iOS and which Android sdk i can use with xmlvm. I would like to build an android App and crosscompile it to iOS Greets! |
From: Andrew H. <a.s...@gm...> - 2011-03-07 03:46:57
|
Thanks for your help. Becoming clearer. Just one more query. Our java project is made up of lots of separate jars and Linux or Android GUI's that brings in appropriate bits. Ideally we would like to follow the same model on the iPhone. I.e convert each jar it a libX.a & X/*.h and then bring them into the various apps. Is this possible using XMLVM and if so, how would you recommend doing it. Andrew On Sat, Mar 5, 2011 at 2:17 PM, Arno Puder <ar...@pu...> wrote: > > > On 3/4/11 5:01 PM, Andrew Hodgson wrote: > > 2. What target would the group recommend for porting a standard java > > application with minimal GUI's, lots of complex multi-threaded > > algorithms, networking and audio processing ? > > to add to Sascha's comments: if you are just trying to cross-compile > some self-contained Java code, the C backend is already superior to the > Objective-C backend. We are still shaking out some bugs with > multi-threading and exception handling, but by and large it is usable. > What will need more work is the conversion of the iOS API for the C > backend. Here the Objective-C backend is still more complete. > > I will send updates over the mailing list when we reach certain milestones. > > Arno > > > ------------------------------------------------------------------------------ > What You Don't Know About Data Connectivity CAN Hurt You > This paper provides an overview of data connectivity, details > its effect on application quality, and explores various alternative > solutions. http://p.sf.net/sfu/progress-d2d > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > -- Andrew Hodgson C.T.O Real Thing Entertainment Pty Ltd 40/135 Cardigan St Carlton Victoria 3053 Australia Phone: 0411 79 36 26 Fax: (03) 8640 0624 Email: and...@re... |