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: opwoco G. <in...@op...> - 2011-03-21 17:37:10
|
Hi there, I would like to port an android-tab-bar to ios. Is someone interested to develop the tab-support against payment? android: http://developer.android.com/resources/tutorials/views/hello-tabwidget.html ios: http://developer.apple.com/library/ios/#featuredarticles/ViewControllerPGforiPhoneOS/TabBarControllers/TabBarControllers.html greets! Christofer |
From: Sal <sv...@gm...> - 2011-03-21 17:07:41
|
I understand. Not a problem. Maybe I'll try to find a fast work around for it for now - possibly try to link with a fresh BoehmGC download... see if I have any luck. Thanks for all the help. On 3/21/11, Arno Puder <ar...@pu...> wrote: > The version of Boehm GC that is bundled with XMLVM is specifically for > iOS and shouldn't be used for other platforms. I had meant to change > the Makefile for Posix platforms to rely on an external installation > of Boehm GC for the respective platform. I will do that soon. > > Arno > > > On Mar 21, 2011, at 9:34 AM, Sal <sv...@gm...> wrote: > >> My fault. Eclipse errors due to my coniguration, I rebuilt, that >> error was resolved. >> >> Now: >> >> gcc -w -std=c99 -I../src -c ../src/mark.c -o build/obj/mark.o >> ../src/mark.c: In function `GC_mark_some': >> ../src/mark.c:544: error: `asm' undeclared (first use in this function) >> ../src/mark.c:544: error: (Each undeclared identifier is reported only >> once >> ../src/mark.c:544: error: for each function it appears in.) >> ../src/mark.c:544: error: syntax error before "volatile" >> ../src/mark.c:553: error: syntax error before "volatile" >> make: *** [build/obj/mark.o] Error 1 >> >> I am using mingw32 - trying to compile the Posix target - should this >> be usable yet? >> >> On 3/21/11, Arno Puder <ar...@pu...> wrote: >>> Can you please try "ant clean" and re-build XMLVM? >>> >>> Arno >>> >>> On Mar 21, 2011, at 8:20 AM, Sal <sv...@gm...> wrote: >>> >>>> Arno - >>>> >>>> Currently getting an error from a fresh SVN checkout. Using 'make' >>>> after the command: >>>> >>>> java -Xmx700m -jar dist/xmlvm.jar --target=posix >>>> --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest >>>> >>>> gcc -w -std=c99 -I../src -c ../src/java_lang_Object.c -o >>>> build/obj/java_lang_Obj >>>> ect.o >>>> ../src/java_lang_Object.c:3:43: java_lang_Object_AddedMembers.h: No such >>>> file or >>>> directory >>>> ../src/java_lang_Object.c:35: error: >>>> `__CLASS_java_lang_Object_AddedMembers' und >>>> eclared here (not in a function) >>>> ../src/java_lang_Object.c:35: error: initializer element is not constant >>>> ../src/java_lang_Object.c:35: error: (near initialization for >>>> `__field_reflectio >>>> n_data[1].type') >>>> ../src/java_lang_Object.c:40: error: initializer element is not constant >>>> ../src/java_lang_Object.c:40: error: (near initialization for >>>> `__field_reflectio >>>> n_data[1]') >>>> make: *** [build/obj/java_lang_Object.o] Error 1 >>>> >>>> On 3/18/11, Sal <sv...@gm...> wrote: >>>>> I'll begin the search for those posts, then - thanks much for the tip, >>>>> Arno. >>>>> >>>>> Potentially if I get it to work I'd like to help make it automated - >>>>> possibly add some Ant logic to take care of the things needed? Just to >>>>> make >>>>> it easier to stay in sync with all the great, exciting work you guys >>>>> are >>>>> doing here. Let me know any thoughts on this, >>>>> >>>>> Thanks again for all the help, >>>>> >>>>> - Sal >>>>> >>>>> On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: >>>>> >>>>>> >>>>>> the default targets are still using the Objective-C backend (what is >>>>>> described in the documentation). The C backend is still >>>>>> work-in-progress. Do a grep on this mailing list and you will find >>>>>> some >>>>>> posts that explain how to cross-compile iFireworks using the C >>>>>> backend. >>>>>> >>>>>> We are making good progress on the C backend but it will take some >>>>>> more >>>>>> time to make the switch. I will send an update sometime soon. >>>>>> >>>>>> Arno >>>>>> >>>>>> >>>>>> On 3/18/11 12:06 AM, Sal wrote: >>>>>>> Thanks for the link! >>>>>>> >>>>>>> However I don't see mention of the 'C' target or Harmony support - is >>>>>>> this all handled by one of the generic targets? Or has to be >>>>>>> configured >>>>>>> explicitly at the command line when building? I do see mention of the >>>>>>> objc and c++ things. >>>>>>> >>>>>>> Thanks again for the help, I will shortly attempt a fresh checkout >>>>>>> and >>>>>>> build of the codebase. >>>>>>> >>>>>>> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >>>>>>> <mailto:in...@op...>> wrote: >>>>>>> >>>>>>>> Hi sal, >>>>>>>> >>>>>>>> send a piece of the command line output to see what's happen.. >>>>>>>> >>>>>>>> >>>>>>>> to run one of the demo projects take a look the Documentation at >>>>>>>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>>>>>>> directlink: >>>>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>>>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>>>>>>> >>>>>>>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>>>>>>> <mailto:sv...@gm...>> >>>>>>>> >>>>>>>> >>>>>>>> What are the steps to get a simple 'hello world' iPhone app up and >>>>>>>> running from the latest SVN snapshot? Possibly with the Harmony >>>>>>>> support included? (printing to standard out is fine, I understand >>>>>>>> ui is underway). >>>>>>>> >>>>>>>> I read through the manual, but the c target didn't seem >>>>>>>> mentioned... Maybe I missed it, if so apologies - if there are >>>>>>>> docs I'll try those. >>>>>>>> >>>>>>>> I tried (quickly) a svn download and running the ant scripts but >>>>>>>> lots of errors with JDK classes missing, etc. I was wondering what >>>>>>>> the 'proper' way was to hack through it before I started debugging. >>>>>>>> >>>>>>>> If it works I would be happy to put together a wiki page on it, >>>>>>>> possibly put binaries someplace for other newbies to use as well >>>>>>>> to help with getting Java apps compiled on iOS. >>>>>>>> >>>>>>>> Thanks in advance, >>>>>>>> >>>>>>>> Sal >>>>>>>> >>>>>>>> ------------------------------------------------------------------------------ >>>>>>>> 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>http://p.sf.net/sfu/internap-sfd2d >>>>>>>> _______________________________________________ >>>>>>>> xmlvm-users mailing list >>>>>>>> >>>>>>>> <mailto:xml...@li...>xml...@li... >>>>>>>> <mailto:xml...@li...> >>>>>>>> >>>>>>>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> 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 >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> 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: Arno P. <ar...@pu...> - 2011-03-21 16:49:54
|
The version of Boehm GC that is bundled with XMLVM is specifically for iOS and shouldn't be used for other platforms. I had meant to change the Makefile for Posix platforms to rely on an external installation of Boehm GC for the respective platform. I will do that soon. Arno On Mar 21, 2011, at 9:34 AM, Sal <sv...@gm...> wrote: > My fault. Eclipse errors due to my coniguration, I rebuilt, that > error was resolved. > > Now: > > gcc -w -std=c99 -I../src -c ../src/mark.c -o build/obj/mark.o > ../src/mark.c: In function `GC_mark_some': > ../src/mark.c:544: error: `asm' undeclared (first use in this function) > ../src/mark.c:544: error: (Each undeclared identifier is reported only once > ../src/mark.c:544: error: for each function it appears in.) > ../src/mark.c:544: error: syntax error before "volatile" > ../src/mark.c:553: error: syntax error before "volatile" > make: *** [build/obj/mark.o] Error 1 > > I am using mingw32 - trying to compile the Posix target - should this > be usable yet? > > On 3/21/11, Arno Puder <ar...@pu...> wrote: >> Can you please try "ant clean" and re-build XMLVM? >> >> Arno >> >> On Mar 21, 2011, at 8:20 AM, Sal <sv...@gm...> wrote: >> >>> Arno - >>> >>> Currently getting an error from a fresh SVN checkout. Using 'make' >>> after the command: >>> >>> java -Xmx700m -jar dist/xmlvm.jar --target=posix >>> --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest >>> >>> gcc -w -std=c99 -I../src -c ../src/java_lang_Object.c -o >>> build/obj/java_lang_Obj >>> ect.o >>> ../src/java_lang_Object.c:3:43: java_lang_Object_AddedMembers.h: No such >>> file or >>> directory >>> ../src/java_lang_Object.c:35: error: >>> `__CLASS_java_lang_Object_AddedMembers' und >>> eclared here (not in a function) >>> ../src/java_lang_Object.c:35: error: initializer element is not constant >>> ../src/java_lang_Object.c:35: error: (near initialization for >>> `__field_reflectio >>> n_data[1].type') >>> ../src/java_lang_Object.c:40: error: initializer element is not constant >>> ../src/java_lang_Object.c:40: error: (near initialization for >>> `__field_reflectio >>> n_data[1]') >>> make: *** [build/obj/java_lang_Object.o] Error 1 >>> >>> On 3/18/11, Sal <sv...@gm...> wrote: >>>> I'll begin the search for those posts, then - thanks much for the tip, >>>> Arno. >>>> >>>> Potentially if I get it to work I'd like to help make it automated - >>>> possibly add some Ant logic to take care of the things needed? Just to >>>> make >>>> it easier to stay in sync with all the great, exciting work you guys are >>>> doing here. Let me know any thoughts on this, >>>> >>>> Thanks again for all the help, >>>> >>>> - Sal >>>> >>>> On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: >>>> >>>>> >>>>> the default targets are still using the Objective-C backend (what is >>>>> described in the documentation). The C backend is still >>>>> work-in-progress. Do a grep on this mailing list and you will find some >>>>> posts that explain how to cross-compile iFireworks using the C backend. >>>>> >>>>> We are making good progress on the C backend but it will take some more >>>>> time to make the switch. I will send an update sometime soon. >>>>> >>>>> Arno >>>>> >>>>> >>>>> On 3/18/11 12:06 AM, Sal wrote: >>>>>> Thanks for the link! >>>>>> >>>>>> However I don't see mention of the 'C' target or Harmony support - is >>>>>> this all handled by one of the generic targets? Or has to be configured >>>>>> explicitly at the command line when building? I do see mention of the >>>>>> objc and c++ things. >>>>>> >>>>>> Thanks again for the help, I will shortly attempt a fresh checkout and >>>>>> build of the codebase. >>>>>> >>>>>> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >>>>>> <mailto:in...@op...>> wrote: >>>>>> >>>>>>> Hi sal, >>>>>>> >>>>>>> send a piece of the command line output to see what's happen.. >>>>>>> >>>>>>> >>>>>>> to run one of the demo projects take a look the Documentation at >>>>>>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>>>>>> directlink: >>>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>>>>>> >>>>>>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>>>>>> <mailto:sv...@gm...>> >>>>>>> >>>>>>> >>>>>>> What are the steps to get a simple 'hello world' iPhone app up and >>>>>>> running from the latest SVN snapshot? Possibly with the Harmony >>>>>>> support included? (printing to standard out is fine, I understand >>>>>>> ui is underway). >>>>>>> >>>>>>> I read through the manual, but the c target didn't seem >>>>>>> mentioned... Maybe I missed it, if so apologies - if there are >>>>>>> docs I'll try those. >>>>>>> >>>>>>> I tried (quickly) a svn download and running the ant scripts but >>>>>>> lots of errors with JDK classes missing, etc. I was wondering what >>>>>>> the 'proper' way was to hack through it before I started debugging. >>>>>>> >>>>>>> If it works I would be happy to put together a wiki page on it, >>>>>>> possibly put binaries someplace for other newbies to use as well >>>>>>> to help with getting Java apps compiled on iOS. >>>>>>> >>>>>>> Thanks in advance, >>>>>>> >>>>>>> Sal >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> 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>http://p.sf.net/sfu/internap-sfd2d >>>>>>> _______________________________________________ >>>>>>> xmlvm-users mailing list >>>>>>> >>>>>>> <mailto:xml...@li...>xml...@li... >>>>>>> <mailto:xml...@li...> >>>>>>> >>>>>>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> 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 >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> 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: Arno P. <ar...@pu...> - 2011-03-21 16:35:44
|
Can you please try "ant clean" and re-build XMLVM? Arno On Mar 21, 2011, at 8:20 AM, Sal <sv...@gm...> wrote: > Arno - > > Currently getting an error from a fresh SVN checkout. Using 'make' > after the command: > > java -Xmx700m -jar dist/xmlvm.jar --target=posix > --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest > > gcc -w -std=c99 -I../src -c ../src/java_lang_Object.c -o build/obj/java_lang_Obj > ect.o > ../src/java_lang_Object.c:3:43: java_lang_Object_AddedMembers.h: No such file or > directory > ../src/java_lang_Object.c:35: error: `__CLASS_java_lang_Object_AddedMembers' und > eclared here (not in a function) > ../src/java_lang_Object.c:35: error: initializer element is not constant > ../src/java_lang_Object.c:35: error: (near initialization for `__field_reflectio > n_data[1].type') > ../src/java_lang_Object.c:40: error: initializer element is not constant > ../src/java_lang_Object.c:40: error: (near initialization for `__field_reflectio > n_data[1]') > make: *** [build/obj/java_lang_Object.o] Error 1 > > On 3/18/11, Sal <sv...@gm...> wrote: >> I'll begin the search for those posts, then - thanks much for the tip, Arno. >> >> Potentially if I get it to work I'd like to help make it automated - >> possibly add some Ant logic to take care of the things needed? Just to make >> it easier to stay in sync with all the great, exciting work you guys are >> doing here. Let me know any thoughts on this, >> >> Thanks again for all the help, >> >> - Sal >> >> On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: >> >>> >>> the default targets are still using the Objective-C backend (what is >>> described in the documentation). The C backend is still >>> work-in-progress. Do a grep on this mailing list and you will find some >>> posts that explain how to cross-compile iFireworks using the C backend. >>> >>> We are making good progress on the C backend but it will take some more >>> time to make the switch. I will send an update sometime soon. >>> >>> Arno >>> >>> >>> On 3/18/11 12:06 AM, Sal wrote: >>>> Thanks for the link! >>>> >>>> However I don't see mention of the 'C' target or Harmony support - is >>>> this all handled by one of the generic targets? Or has to be configured >>>> explicitly at the command line when building? I do see mention of the >>>> objc and c++ things. >>>> >>>> Thanks again for the help, I will shortly attempt a fresh checkout and >>>> build of the codebase. >>>> >>>> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >>>> <mailto:in...@op...>> wrote: >>>> >>>>> Hi sal, >>>>> >>>>> send a piece of the command line output to see what's happen.. >>>>> >>>>> >>>>> to run one of the demo projects take a look the Documentation at >>>>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>>>> directlink: >>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>>>> >>>>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>>>> <mailto:sv...@gm...>> >>>>> >>>>> >>>>> What are the steps to get a simple 'hello world' iPhone app up and >>>>> running from the latest SVN snapshot? Possibly with the Harmony >>>>> support included? (printing to standard out is fine, I understand >>>>> ui is underway). >>>>> >>>>> I read through the manual, but the c target didn't seem >>>>> mentioned... Maybe I missed it, if so apologies - if there are >>>>> docs I'll try those. >>>>> >>>>> I tried (quickly) a svn download and running the ant scripts but >>>>> lots of errors with JDK classes missing, etc. I was wondering what >>>>> the 'proper' way was to hack through it before I started debugging. >>>>> >>>>> If it works I would be happy to put together a wiki page on it, >>>>> possibly put binaries someplace for other newbies to use as well >>>>> to help with getting Java apps compiled on iOS. >>>>> >>>>> Thanks in advance, >>>>> >>>>> Sal >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> 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>http://p.sf.net/sfu/internap-sfd2d >>>>> _______________________________________________ >>>>> xmlvm-users mailing list >>>>> >>>>> <mailto:xml...@li...>xml...@li... >>>>> <mailto:xml...@li...> >>>>> >>>>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> 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 >>> >>> ------------------------------------------------------------------------------ >>> 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: Sal <sv...@gm...> - 2011-03-21 16:34:56
|
My fault. Eclipse errors due to my coniguration, I rebuilt, that error was resolved. Now: gcc -w -std=c99 -I../src -c ../src/mark.c -o build/obj/mark.o ../src/mark.c: In function `GC_mark_some': ../src/mark.c:544: error: `asm' undeclared (first use in this function) ../src/mark.c:544: error: (Each undeclared identifier is reported only once ../src/mark.c:544: error: for each function it appears in.) ../src/mark.c:544: error: syntax error before "volatile" ../src/mark.c:553: error: syntax error before "volatile" make: *** [build/obj/mark.o] Error 1 I am using mingw32 - trying to compile the Posix target - should this be usable yet? On 3/21/11, Arno Puder <ar...@pu...> wrote: > Can you please try "ant clean" and re-build XMLVM? > > Arno > > On Mar 21, 2011, at 8:20 AM, Sal <sv...@gm...> wrote: > >> Arno - >> >> Currently getting an error from a fresh SVN checkout. Using 'make' >> after the command: >> >> java -Xmx700m -jar dist/xmlvm.jar --target=posix >> --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest >> >> gcc -w -std=c99 -I../src -c ../src/java_lang_Object.c -o >> build/obj/java_lang_Obj >> ect.o >> ../src/java_lang_Object.c:3:43: java_lang_Object_AddedMembers.h: No such >> file or >> directory >> ../src/java_lang_Object.c:35: error: >> `__CLASS_java_lang_Object_AddedMembers' und >> eclared here (not in a function) >> ../src/java_lang_Object.c:35: error: initializer element is not constant >> ../src/java_lang_Object.c:35: error: (near initialization for >> `__field_reflectio >> n_data[1].type') >> ../src/java_lang_Object.c:40: error: initializer element is not constant >> ../src/java_lang_Object.c:40: error: (near initialization for >> `__field_reflectio >> n_data[1]') >> make: *** [build/obj/java_lang_Object.o] Error 1 >> >> On 3/18/11, Sal <sv...@gm...> wrote: >>> I'll begin the search for those posts, then - thanks much for the tip, >>> Arno. >>> >>> Potentially if I get it to work I'd like to help make it automated - >>> possibly add some Ant logic to take care of the things needed? Just to >>> make >>> it easier to stay in sync with all the great, exciting work you guys are >>> doing here. Let me know any thoughts on this, >>> >>> Thanks again for all the help, >>> >>> - Sal >>> >>> On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: >>> >>>> >>>> the default targets are still using the Objective-C backend (what is >>>> described in the documentation). The C backend is still >>>> work-in-progress. Do a grep on this mailing list and you will find some >>>> posts that explain how to cross-compile iFireworks using the C backend. >>>> >>>> We are making good progress on the C backend but it will take some more >>>> time to make the switch. I will send an update sometime soon. >>>> >>>> Arno >>>> >>>> >>>> On 3/18/11 12:06 AM, Sal wrote: >>>>> Thanks for the link! >>>>> >>>>> However I don't see mention of the 'C' target or Harmony support - is >>>>> this all handled by one of the generic targets? Or has to be configured >>>>> explicitly at the command line when building? I do see mention of the >>>>> objc and c++ things. >>>>> >>>>> Thanks again for the help, I will shortly attempt a fresh checkout and >>>>> build of the codebase. >>>>> >>>>> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >>>>> <mailto:in...@op...>> wrote: >>>>> >>>>>> Hi sal, >>>>>> >>>>>> send a piece of the command line output to see what's happen.. >>>>>> >>>>>> >>>>>> to run one of the demo projects take a look the Documentation at >>>>>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>>>>> directlink: >>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>>>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>>>>> >>>>>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>>>>> <mailto:sv...@gm...>> >>>>>> >>>>>> >>>>>> What are the steps to get a simple 'hello world' iPhone app up and >>>>>> running from the latest SVN snapshot? Possibly with the Harmony >>>>>> support included? (printing to standard out is fine, I understand >>>>>> ui is underway). >>>>>> >>>>>> I read through the manual, but the c target didn't seem >>>>>> mentioned... Maybe I missed it, if so apologies - if there are >>>>>> docs I'll try those. >>>>>> >>>>>> I tried (quickly) a svn download and running the ant scripts but >>>>>> lots of errors with JDK classes missing, etc. I was wondering what >>>>>> the 'proper' way was to hack through it before I started debugging. >>>>>> >>>>>> If it works I would be happy to put together a wiki page on it, >>>>>> possibly put binaries someplace for other newbies to use as well >>>>>> to help with getting Java apps compiled on iOS. >>>>>> >>>>>> Thanks in advance, >>>>>> >>>>>> Sal >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> 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>http://p.sf.net/sfu/internap-sfd2d >>>>>> _______________________________________________ >>>>>> xmlvm-users mailing list >>>>>> >>>>>> <mailto:xml...@li...>xml...@li... >>>>>> <mailto:xml...@li...> >>>>>> >>>>>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>>>> >>>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> 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 >>>> >>>> ------------------------------------------------------------------------------ >>>> 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: Sal <sv...@gm...> - 2011-03-21 15:20:37
|
Arno - Currently getting an error from a fresh SVN checkout. Using 'make' after the command: java -Xmx700m -jar dist/xmlvm.jar --target=posix --in=bin/org/xmlvm/test/ReflectionTest.class --out=ReflectionTest gcc -w -std=c99 -I../src -c ../src/java_lang_Object.c -o build/obj/java_lang_Obj ect.o ../src/java_lang_Object.c:3:43: java_lang_Object_AddedMembers.h: No such file or directory ../src/java_lang_Object.c:35: error: `__CLASS_java_lang_Object_AddedMembers' und eclared here (not in a function) ../src/java_lang_Object.c:35: error: initializer element is not constant ../src/java_lang_Object.c:35: error: (near initialization for `__field_reflectio n_data[1].type') ../src/java_lang_Object.c:40: error: initializer element is not constant ../src/java_lang_Object.c:40: error: (near initialization for `__field_reflectio n_data[1]') make: *** [build/obj/java_lang_Object.o] Error 1 On 3/18/11, Sal <sv...@gm...> wrote: > I'll begin the search for those posts, then - thanks much for the tip, Arno. > > Potentially if I get it to work I'd like to help make it automated - > possibly add some Ant logic to take care of the things needed? Just to make > it easier to stay in sync with all the great, exciting work you guys are > doing here. Let me know any thoughts on this, > > Thanks again for all the help, > > - Sal > > On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: > >> >> the default targets are still using the Objective-C backend (what is >> described in the documentation). The C backend is still >> work-in-progress. Do a grep on this mailing list and you will find some >> posts that explain how to cross-compile iFireworks using the C backend. >> >> We are making good progress on the C backend but it will take some more >> time to make the switch. I will send an update sometime soon. >> >> Arno >> >> >> On 3/18/11 12:06 AM, Sal wrote: >>> Thanks for the link! >>> >>> However I don't see mention of the 'C' target or Harmony support - is >>> this all handled by one of the generic targets? Or has to be configured >>> explicitly at the command line when building? I do see mention of the >>> objc and c++ things. >>> >>> Thanks again for the help, I will shortly attempt a fresh checkout and >>> build of the codebase. >>> >>> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >>> <mailto:in...@op...>> wrote: >>> >>>> Hi sal, >>>> >>>> send a piece of the command line output to see what's happen.. >>>> >>>> >>>> to run one of the demo projects take a look the Documentation at >>>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>>> directlink: >>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>>> >>>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>>> <mailto:sv...@gm...>> >>>> >>>> >>>> What are the steps to get a simple 'hello world' iPhone app up and >>>> running from the latest SVN snapshot? Possibly with the Harmony >>>> support included? (printing to standard out is fine, I understand >>>> ui is underway). >>>> >>>> I read through the manual, but the c target didn't seem >>>> mentioned... Maybe I missed it, if so apologies - if there are >>>> docs I'll try those. >>>> >>>> I tried (quickly) a svn download and running the ant scripts but >>>> lots of errors with JDK classes missing, etc. I was wondering what >>>> the 'proper' way was to hack through it before I started debugging. >>>> >>>> If it works I would be happy to put together a wiki page on it, >>>> possibly put binaries someplace for other newbies to use as well >>>> to help with getting Java apps compiled on iOS. >>>> >>>> Thanks in advance, >>>> >>>> Sal >>>> >>>> ------------------------------------------------------------------------------ >>>> 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>http://p.sf.net/sfu/internap-sfd2d >>>> _______________________________________________ >>>> xmlvm-users mailing list >>>> >>>> <mailto:xml...@li...>xml...@li... >>>> <mailto:xml...@li...> >>>> >>>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> 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 >> >> ------------------------------------------------------------------------------ >> 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-21 14:30:29
|
It looks like its mistakenly pulling the quotations from the string as it should translate to: ... = @"YH7G3Y"; On Mon, Mar 21, 2011 at 10:04 AM, <D.D...@ak...> wrote: > Hello, > > I'm working on xmlvm in order to port java applications to Objective-C. > I noticed that when I try to run the cross-compiled Xcode project, I get an > error on variables declared as final. > In particular, I'm using some final strings. > Example > > (in MyClass.java) > > public final static String DEFAULT_PNR = "YH7G3Y"; > > In Xcode, file MyClass.m, this is converted to: > > Ek* _STATIC_MyClass_DEFAULT_PNR = @YH7G3Y; > > And I get an error: "Expected expression before @ token". > > > I noticed that when I remove the "final" token in java I don't get the > error. > Have you ever encountered the same problem? > > Thank you very much, > > Domenico De Fano > > > ------------------------------------------------------------------------------ > 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: <D.D...@ak...> - 2011-03-21 14:19:09
|
<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div>Hello,<br><br>I'm working on xmlvm in order to port java applications to Objective-C.<br>I noticed that when I try to run the cross-compiled Xcode project, I get an error on variables declared as final. <br>In particular, I'm using some final strings. <br>Example<br><br>(in MyClass.java)<br><br> public final static String DEFAULT_PNR = "YH7G3Y";<br><br>In Xcode, file MyClass.m, this is converted to:<br><br> Ek* _STATIC_MyClass_DEFAULT_PNR = @YH7G3Y;<br><br>And I get an error: "Expected expression before @ token".<br><br><br>I noticed that when I remove the "final" token in java I don't get the error.<br>Have you ever encountered the same problem?<br><br>Thank you very much,<br><br>Domenico De Fano<br></div></font> |
From: Arno P. <ar...@pu...> - 2011-03-21 06:01:38
|
actually, I'm working on this right now. Keep an eye on the commits over the next week. Arno On 3/20/11 10:38 PM, Andrew Hodgson wrote: > Hi, > Im trying to port an application from java Android/Linux. It relies > on java.io.FileInputStream > > It compiles but when I run it get an error because FileInputStream > uses classes in the redlist. > > Is there another way to read a file ? > > Andrew > > > > ------------------------------------------------------------------------------ > 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: Andrew H. <a.s...@gm...> - 2011-03-21 05:39:24
|
Hi, Im trying to port an application from java Android/Linux. It relies on java.io.FileInputStream It compiles but when I run it get an error because FileInputStream uses classes in the redlist. Is there another way to read a file ? Andrew |
From: Arno P. <ar...@pu...> - 2011-03-20 23:17:12
|
when you use XMLVM to write an iPhone app, you have to build up the UI programmatically, i.e., XMLVM cannot read and interpret .xib files. Arno On 3/20/11 3:28 PM, Christoffer Kristensen wrote: > Hi everybody. > > I have a big problem with my xmlvm iphone app. > The problem is that i can not seem to include an interface for it. > what i've done is: > created an iphone app from an android app, with layouts etc., by > navigating to the android app directory in terminal and afterwards i > typed "ant run-Xcode" after a few tweaks and cuts it finally build in > xcode. after a few more tweaks and cuts it also build in xcode. > But when i run the code it just starts the simulator up and then > terminates to the simulator screen. > what i wish to do is to have the app load the GUI that i've created (i > have added a .xib file and viewController .h & .m files). > Sorry for my tedious question but i really need some guidence. Hope that > someone can help! And thank you for always replying when i have a question. > > Kind regards > Christoffer > > > > > ------------------------------------------------------------------------------ > 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: Miggi <mig...@go...> - 2011-03-20 22:48:32
|
Hello Arno. This is the whole layout of my little dummy program: <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/ScrollView01" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"> <LinearLayout android:layout_width="fill_parent" android:orientation="vertical" android:layout_height="fill_parent"> <TextView android:id="@+id/TextViewTitle" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/feedbacktitle" android:textSize="10sp"> </TextView> <EditText android:id="@+id/EditTextName" android:layout_height="wrap_content" android:hint="@string/feedbackname" android:inputType="textPersonName" android:layout_width="fill_parent"> </EditText> <EditText android:id="@+id/EditTextEmail" android:layout_height="wrap_content" android:hint="@string/feedbackemail" android:inputType="textEmailAddress" android:layout_width="fill_parent"> </EditText> <EditText android:id="@+id/EditTextFeedbackBody" android:layout_height="wrap_content" android:hint="@string/feedbackbody" android:inputType="textMultiLine" android:lines="5" android:layout_width="fill_parent"> </EditText> <CheckBox android:id="@+id/CheckBoxResponse" android:layout_height="wrap_content" android:text="@string/feedbackresponse" android:layout_width="fill_parent"> </CheckBox> <Button android:id="@+id/ButtonSendFeedback" android:layout_height="wrap_content" android:text="@string/feedbackbutton" android:onClick="sendFeedback" android:layout_width="fill_parent"> </Button> </LinearLayout> </ScrollView> > Message: 4 > Date: Sat, 19 Mar 2011 09:25:27 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Error in java_lang_reflect_Constructor > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > XMLVM tries to instantiate a UI element that it finds in your .xml > resource via Java reflection, but that particular UI element does not > yet exist in XMLVM. You can find the UI elements that are supported by > XMLVM in source folder src/android2iphone in packages android.widget and > android.view. > > If you tell me which UI element you are trying to use I can give you an > estimate on how difficult it would be to implement it in XMLVM. > > Arno > > > On 3/19/11 4:04 AM, Miggi wrote: >> After the java_lang_RuntimeException and the error in >> android_webkit_WebView_2 (which is gone without changing something) the >> project still won't run. >> >> Now I get a NSException in the class java_lang_reflect_Constructor in >> the method newInstance___java_lang_Object_ARRAYTYPE. >> >> Here's again the output from Xcode console: >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> 2011-03-19 11:52:11.887 de.android.ContactForms[7701:207] *** >> Terminating app due to uncaught exception 'NSInvalidArgumentException', >> reason: '+[NSInvocation invocationWithMethodSignature:]: method >> signature argument cannot be nil' >> *** Call stack at first throw: >> ( >> 0 CoreFoundation 0x030c1b99 >> __exceptionPreprocess + 185 >> 1 libobjc.A.dylib 0x02eb640e >> objc_exception_throw + 47 >> 2 CoreFoundation 0x03031a59 +[NSInvocation >> invocationWithMethodSignature:] + 553 >> 3 de.android.ContactForms 0x00016e7b >> -[java_lang_reflect_Constructor >> newInstance___java_lang_Object_ARRAYTYPE:] + 320 >> 4 de.android.ContactForms 0x00089ca4 >> -[android_internal_LayoutParser >> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >> + 1027 >> 5 de.android.ContactForms 0x00088883 >> -[android_internal_LayoutParser >> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >> + 1000 >> 6 de.android.ContactForms 0x0002b6e3 >> -[org_xmlvm_iphone_NSXMLParserDelegate >> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >> 7 Foundation 0x005bb999 _startElementNs >> + 1478 >> 8 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl >> + 8539 >> 9 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >> 10 Foundation 0x005babaa -[NSXMLParser >> parse] + 321 >> 11 de.android.ContactForms 0x0002b608 >> -[NSXMLParser(cat_NSXMLParser) parse__] + 36 >> 12 de.android.ContactForms 0x0008787e >> +[android_internal_LayoutManager >> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >> 13 de.android.ContactForms 0x000c3dbf >> -[android_view_Window setContentView___int:] + 203 >> 14 de.android.ContactForms 0x00042113 >> -[android_app_Activity setContentView___int:] + 137 >> 15 de.android.ContactForms 0x00002459 >> -[de_android_ContactForms_ContactForm onCreate___android_os_Bundle:] + 157 >> 16 de.android.ContactForms 0x00040e4e >> -[android_app_Activity create___java_lang_Object:] + 600 >> 17 Foundation 0x00500978 >> -[NSObject(NSThreadPerformAdditions) >> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >> 18 Foundation 0x00512f86 >> -[NSObject(NSThreadPerformAdditions) >> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >> 19 de.android.ContactForms 0x00029e77 >> +[NSObject(cat_org_xmlvm_iphone_NSObject) >> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >> + 175 >> 20 de.android.ContactForms 0x000408c4 >> -[android_app_Activity xmlvmCreate___android_os_Bundle:] + 173 >> 21 de.android.ContactForms 0x0004aae7 >> -[android_content_Context >> startActivityForResult___android_content_Intent_int::] + 1528 >> 22 de.android.ContactForms 0x0004aeda >> -[android_content_Context startActivity___android_content_Intent:] + 118 >> 23 de.android.ContactForms 0x00046370 >> -[android_app_Application onCreate__] + 707 >> 24 de.android.ContactForms 0x0007c619 >> -[android_internal_AndroidAppLauncher >> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >> 25 de.android.ContactForms 0x0002ffc9 >> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >> + 43 >> 26 UIKit 0x00782f80 -[UIApplication >> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >> 27 UIKit 0x007853b0 -[UIApplication >> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 346 >> 28 UIKit 0x0078f3ec -[UIApplication >> handleEvent:withNewEvent:] + 1958 >> 29 UIKit 0x00787b3c -[UIApplication >> sendEvent:] + 71 >> 30 UIKit 0x0078c9bf >> _UIApplicationHandleEvent + 7672 >> 31 GraphicsServices 0x03603822 >> PurpleEventCallback + 1550 >> 32 CoreFoundation 0x030a2ff4 >> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >> 33 CoreFoundation 0x03003807 >> __CFRunLoopDoSource1 + 215 >> 34 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >> 35 CoreFoundation 0x03000350 >> CFRunLoopRunSpecific + 208 >> 36 CoreFoundation 0x03000271 >> CFRunLoopRunInMode + 97 >> 37 UIKit 0x00784c6d -[UIApplication >> _run] + 625 >> 38 UIKit 0x00790af2 >> UIApplicationMain + 1160 >> 39 de.android.ContactForms 0x0002fb70 >> +[org_xmlvm_iphone_UIApplication >> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >> 40 de.android.ContactForms 0x0007ca6d >> +[android_internal_AndroidAppLauncher >> main___java_lang_String_ARRAYTYPE:] + 173 >> 41 de.android.ContactForms 0x0007cdf0 main + 278 >> 42 de.android.ContactForms 0x0000226d start + 53 >> 43 ??? 0x00000001 0x0 + 1 >> ) >> terminate called after throwing an instance of 'NSException' >> >> Stil an idea what's going wrong? Shall I post the unerlying >> android-project with its main.xml and string.xml? >> >> Thank you >> Miggi >> >> ------------------------------------------------------------------------------ >> 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-20 22:28:51
|
Hi everybody. I have a big problem with my xmlvm iphone app. The problem is that i can not seem to include an interface for it. what i've done is:created an iphone app from an android app, with layouts etc., by navigating to the android app directory in terminal and afterwards i typed "ant run-Xcode" after a few tweaks and cuts it finally build in xcode. after a few more tweaks and cuts it also build in xcode.But when i run the code it just starts the simulator up and then terminates to the simulator screen. what i wish to do is to have the app load the GUI that i've created (i have added a .xib file and viewController .h & .m files).Sorry for my tedious question but i really need some guidence. Hope that someone can help! And thank you for always replying when i have a question. Kind regards Christoffer |
From: Arno P. <ar...@pu...> - 2011-03-19 16:25:39
|
XMLVM tries to instantiate a UI element that it finds in your .xml resource via Java reflection, but that particular UI element does not yet exist in XMLVM. You can find the UI elements that are supported by XMLVM in source folder src/android2iphone in packages android.widget and android.view. If you tell me which UI element you are trying to use I can give you an estimate on how difficult it would be to implement it in XMLVM. Arno On 3/19/11 4:04 AM, Miggi wrote: > After the java_lang_RuntimeException and the error in > android_webkit_WebView_2 (which is gone without changing something) the > project still won't run. > > Now I get a NSException in the class java_lang_reflect_Constructor in > the method newInstance___java_lang_Object_ARRAYTYPE. > > Here's again the output from Xcode console: > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: array > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: dimen > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: raw > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: array > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: dimen > <I> <Resources>: Unable to resolve resources for > de.android.ContactForms: raw > 2011-03-19 11:52:11.887 de.android.ContactForms[7701:207] *** > Terminating app due to uncaught exception 'NSInvalidArgumentException', > reason: '+[NSInvocation invocationWithMethodSignature:]: method > signature argument cannot be nil' > *** Call stack at first throw: > ( > 0 CoreFoundation 0x030c1b99 > __exceptionPreprocess + 185 > 1 libobjc.A.dylib 0x02eb640e > objc_exception_throw + 47 > 2 CoreFoundation 0x03031a59 +[NSInvocation > invocationWithMethodSignature:] + 553 > 3 de.android.ContactForms 0x00016e7b > -[java_lang_reflect_Constructor > newInstance___java_lang_Object_ARRAYTYPE:] + 320 > 4 de.android.ContactForms 0x00089ca4 > -[android_internal_LayoutParser > createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] > + 1027 > 5 de.android.ContactForms 0x00088883 > -[android_internal_LayoutParser > didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] > + 1000 > 6 de.android.ContactForms 0x0002b6e3 > -[org_xmlvm_iphone_NSXMLParserDelegate > parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 > 7 Foundation 0x005bb999 _startElementNs > + 1478 > 8 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl > + 8539 > 9 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 > 10 Foundation 0x005babaa -[NSXMLParser > parse] + 321 > 11 de.android.ContactForms 0x0002b608 > -[NSXMLParser(cat_NSXMLParser) parse__] + 36 > 12 de.android.ContactForms 0x0008787e > +[android_internal_LayoutManager > getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 > 13 de.android.ContactForms 0x000c3dbf > -[android_view_Window setContentView___int:] + 203 > 14 de.android.ContactForms 0x00042113 > -[android_app_Activity setContentView___int:] + 137 > 15 de.android.ContactForms 0x00002459 > -[de_android_ContactForms_ContactForm onCreate___android_os_Bundle:] + 157 > 16 de.android.ContactForms 0x00040e4e > -[android_app_Activity create___java_lang_Object:] + 600 > 17 Foundation 0x00500978 > -[NSObject(NSThreadPerformAdditions) > performSelector:onThread:withObject:waitUntilDone:modes:] + 229 > 18 Foundation 0x00512f86 > -[NSObject(NSThreadPerformAdditions) > performSelectorOnMainThread:withObject:waitUntilDone:] + 184 > 19 de.android.ContactForms 0x00029e77 > +[NSObject(cat_org_xmlvm_iphone_NSObject) > performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] > + 175 > 20 de.android.ContactForms 0x000408c4 > -[android_app_Activity xmlvmCreate___android_os_Bundle:] + 173 > 21 de.android.ContactForms 0x0004aae7 > -[android_content_Context > startActivityForResult___android_content_Intent_int::] + 1528 > 22 de.android.ContactForms 0x0004aeda > -[android_content_Context startActivity___android_content_Intent:] + 118 > 23 de.android.ContactForms 0x00046370 > -[android_app_Application onCreate__] + 707 > 24 de.android.ContactForms 0x0007c619 > -[android_internal_AndroidAppLauncher > applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 > 25 de.android.ContactForms 0x0002ffc9 > -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] > + 43 > 26 UIKit 0x00782f80 -[UIApplication > _callInitializationDelegatesForURL:payload:suspended:] + 1252 > 27 UIKit 0x007853b0 -[UIApplication > _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 346 > 28 UIKit 0x0078f3ec -[UIApplication > handleEvent:withNewEvent:] + 1958 > 29 UIKit 0x00787b3c -[UIApplication > sendEvent:] + 71 > 30 UIKit 0x0078c9bf > _UIApplicationHandleEvent + 7672 > 31 GraphicsServices 0x03603822 > PurpleEventCallback + 1550 > 32 CoreFoundation 0x030a2ff4 > __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 > 33 CoreFoundation 0x03003807 > __CFRunLoopDoSource1 + 215 > 34 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 > 35 CoreFoundation 0x03000350 > CFRunLoopRunSpecific + 208 > 36 CoreFoundation 0x03000271 > CFRunLoopRunInMode + 97 > 37 UIKit 0x00784c6d -[UIApplication > _run] + 625 > 38 UIKit 0x00790af2 > UIApplicationMain + 1160 > 39 de.android.ContactForms 0x0002fb70 > +[org_xmlvm_iphone_UIApplication > main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 > 40 de.android.ContactForms 0x0007ca6d > +[android_internal_AndroidAppLauncher > main___java_lang_String_ARRAYTYPE:] + 173 > 41 de.android.ContactForms 0x0007cdf0 main + 278 > 42 de.android.ContactForms 0x0000226d start + 53 > 43 ??? 0x00000001 0x0 + 1 > ) > terminate called after throwing an instance of 'NSException' > > Stil an idea what's going wrong? Shall I post the unerlying > android-project with its main.xml and string.xml? > > Thank you > Miggi > > ------------------------------------------------------------------------------ > 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: Panayotis K. <pan...@pa...> - 2011-03-19 13:59:00
|
On Mar 19, 2011, at 2:07 PM, Christoffer Kristensen wrote: > Hi > does xmlvm generate to equivalent .xib files from the layout files in android apps? > I mean, xmlvm generated a lot of UI's etc. but it did not create a coorrsponding .xib file and now i'm struggling with the UI files in interface builder. does anybody know of a guide or great tutorial when dealing with such? > Thanks in advance and a nice weekend to you all. > Christoffer XMLVM produces all UI elements programmatically, it does not create any XIB files. Interface builder is at the moment not "compatible" with XMLVM. |
From: Christoffer K. <chr...@ya...> - 2011-03-19 12:07:12
|
Hi does xmlvm generate to equivalent .xib files from the layout files in android apps? I mean, xmlvm generated a lot of UI's etc. but it did not create a coorrsponding .xib file and now i'm struggling with the UI files in interface builder. does anybody know of a guide or great tutorial when dealing with such?Thanks in advance and a nice weekend to you all.Christoffer |
From: Miggi <mig...@go...> - 2011-03-19 11:05:20
|
After the java_lang_RuntimeException and the error in android_webkit_WebView_2 (which is gone without changing something) the project still won't run. Now I get a NSException in the class java_lang_reflect_Constructor in the method newInstance___java_lang_Object_ARRAYTYPE. Here's again the output from Xcode console: <I> <Resources>: Unable to resolve resources for de.android.ContactForms: array <I> <Resources>: Unable to resolve resources for de.android.ContactForms: dimen <I> <Resources>: Unable to resolve resources for de.android.ContactForms: raw <I> <Resources>: Unable to resolve resources for de.android.ContactForms: array <I> <Resources>: Unable to resolve resources for de.android.ContactForms: dimen <I> <Resources>: Unable to resolve resources for de.android.ContactForms: raw 2011-03-19 11:52:11.887 de.android.ContactForms[7701:207] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '+[NSInvocation invocationWithMethodSignature:]: method signature argument cannot be nil' *** Call stack at first throw: ( 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 2 CoreFoundation 0x03031a59 +[NSInvocation invocationWithMethodSignature:] + 553 3 de.android.ContactForms 0x00016e7b -[java_lang_reflect_Constructor newInstance___java_lang_Object_ARRAYTYPE:] + 320 4 de.android.ContactForms 0x00089ca4 -[android_internal_LayoutParser createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] + 1027 5 de.android.ContactForms 0x00088883 -[android_internal_LayoutParser didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] + 1000 6 de.android.ContactForms 0x0002b6e3 -[org_xmlvm_iphone_NSXMLParserDelegate parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 7 Foundation 0x005bb999 _startElementNs + 1478 8 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 9 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 10 Foundation 0x005babaa -[NSXMLParser parse] + 321 11 de.android.ContactForms 0x0002b608 -[NSXMLParser(cat_NSXMLParser) parse__] + 36 12 de.android.ContactForms 0x0008787e +[android_internal_LayoutManager getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 13 de.android.ContactForms 0x000c3dbf -[android_view_Window setContentView___int:] + 203 14 de.android.ContactForms 0x00042113 -[android_app_Activity setContentView___int:] + 137 15 de.android.ContactForms 0x00002459 -[de_android_ContactForms_ContactForm onCreate___android_os_Bundle:] + 157 16 de.android.ContactForms 0x00040e4e -[android_app_Activity create___java_lang_Object:] + 600 17 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 229 18 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 184 19 de.android.ContactForms 0x00029e77 +[NSObject(cat_org_xmlvm_iphone_NSObject) performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] + 175 20 de.android.ContactForms 0x000408c4 -[android_app_Activity xmlvmCreate___android_os_Bundle:] + 173 21 de.android.ContactForms 0x0004aae7 -[android_content_Context startActivityForResult___android_content_Intent_int::] + 1528 22 de.android.ContactForms 0x0004aeda -[android_content_Context startActivity___android_content_Intent:] + 118 23 de.android.ContactForms 0x00046370 -[android_app_Application onCreate__] + 707 24 de.android.ContactForms 0x0007c619 -[android_internal_AndroidAppLauncher applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 25 de.android.ContactForms 0x0002ffc9 -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] + 43 26 UIKit 0x00782f80 -[UIApplication _callInitializationDelegatesForURL:payload:suspended:] + 1252 27 UIKit 0x007853b0 -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] + 346 28 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 29 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 30 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 31 GraphicsServices 0x03603822 PurpleEventCallback + 1550 32 CoreFoundation 0x030a2ff4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 33 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 34 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 35 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 36 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 37 UIKit 0x00784c6d -[UIApplication _run] + 625 38 UIKit 0x00790af2 UIApplicationMain + 1160 39 de.android.ContactForms 0x0002fb70 +[org_xmlvm_iphone_UIApplication main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 40 de.android.ContactForms 0x0007ca6d +[android_internal_AndroidAppLauncher main___java_lang_String_ARRAYTYPE:] + 173 41 de.android.ContactForms 0x0007cdf0 main + 278 42 de.android.ContactForms 0x0000226d start + 53 43 ??? 0x00000001 0x0 + 1 ) terminate called after throwing an instance of 'NSException' Stil an idea what's going wrong? Shall I post the unerlying android-project with its main.xml and string.xml? Thank you Miggi |
From: Arno P. <ar...@pu...> - 2011-03-18 19:38:44
|
the string is not properly escaped. I fixed a few things a couple of days ago. Please update to HEAD, do an "ant clean" and try again. If you still get the problem, please post the original Java source fragment that corresponds to the error you are seeing. Arno On 3/18/11 5:00 AM, Miggi wrote: > Hello Arno. > > I think, my previous problem is solved, thank you. But now, the project > couldn't be build anymore after cross-compile it with XMLVM. When I try > to run the produced iPhone-project I get these 6 errors: > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: expected ';' before 'height' > > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: expected ';' before 'width' > > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: expected expression before ';' token > > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: 'text' undeclared (first use in this function) > > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: 'align' undeclared (first use in this function) > > > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 > /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: > error: expected ';' before ':' token > > All of these errors are in the same line of code: > _r0.o = @"<html><body style="height: 100%;"><table style="width: 100%; > height: 100%; text-align: center;"><tr><td>Unable to load > page!</td></tr></table></body></html>"; > > Any idea whats wrong with it? > > Thank you. > > Miggi > > Am 18.03.2011 07:44, schrieb xml...@li...: >> Send xmlvm-users mailing list submissions to >> xml...@li... >> >> To subscribe or unsubscribe via the World Wide Web, visit >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> or, via email, send a message with subject or body 'help' to >> xml...@li... >> >> You can reach the person managing the list at >> xml...@li... >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of xmlvm-users digest..." >> >> >> Today's Topics: >> >> 1. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) >> 2. Re: Guide for android 2 iphone (Arno Puder) >> 3. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) >> 4. Problems when starting a xcode project. (Christoffer Kristensen) >> 5. C target quick start (Sal) >> >> >> ---------------------------------------------------------------------- >> >> Message: 1 >> Date: Wed, 16 Mar 2011 22:37:34 -0700 >> From: Arno Puder<ar...@pu...> >> Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an >> exception >> To: xml...@li... >> Message-ID:<4D8...@pu...> >> Content-Type: text/plain; charset=UTF-8; format=flowed >> >> >> it seems that you didn't include Android's R-class of your application >> via --in. >> >> Arno >> >> >> On 3/16/11 4:41 PM, Miggi wrote: >>> I've cross-compiled an Android project to iPhone and the whole >>> compilation process was without any error. But when I try to run the >>> iPhone project it terminates nearly immediatly because of an uncaught >>> exception. >>> >>> The class where the exception occures is java_lang_Class and the method >>> is forName___java_lang_String. The missed class is >>> de.android.ContactForms.R$array. >>> >>> Here I'll post you the output on the console in the Xcode debugger: >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: array >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: dimen >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: raw >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: array >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: dimen >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: raw >>> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >>> Terminating app due to uncaught exception 'java_lang_RuntimeException', >>> reason: '(null)' >>> *** Call stack at first throw: >>> ( >>> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >>> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >>> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >>> CHECK___boolean:] + 0 >>> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >>> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >>> + 2568 >>> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >>> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >>> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >>> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >>> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >>> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >>> + 350 >>> 7 CoreFoundation 0x030325cd __invoking___ + 29 >>> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >>> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >>> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >>> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >>> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >>> + 1027 >>> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >>> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >>> + 1000 >>> 12 de.android.ContactForms 0x0002b6cf >>> -[org_xmlvm_iphone_NSXMLParserDelegate >>> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >>> 13 Foundation 0x005bb999 _startElementNs + 1478 >>> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >>> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >>> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >>> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >>> parse__] + 36 >>> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >>> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >>> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >>> setContentView___int:] + 203 >>> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >>> setContentView___int:] + 137 >>> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >>> signal: ?SIGABRT?. >>> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >>> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >>> create___java_lang_Object:] + 600 >>> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >>> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >>> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >>> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >>> 25 de.android.ContactForms 0x00029e63 >>> +[NSObject(cat_org_xmlvm_iphone_NSObject) >>> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >>> + 175 >>> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >>> xmlvmCreate___android_os_Bundle:] + 173 >>> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >>> startActivityForResult___android_content_Intent_int::] + 1528 >>> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >>> startActivity___android_content_Intent:] + 118 >>> 29 de.android.ContactForms 0x0004635c -[android_app_Application >>> onCreate__] + 707 >>> 30 de.android.ContactForms 0x0007c605 >>> -[android_internal_AndroidAppLauncher >>> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >>> 31 de.android.ContactForms 0x0002ffb5 >>> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >>> + 43 >>> 32 UIKit 0x00782f80 -[UIApplication >>> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >>> 33 UIKit 0x007853b0 -[UIApplication >>> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >>> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >>> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >>> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >>> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >>> 38 CoreFoundation 0x030a2ff4 >>> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >>> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >>> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >>> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >>> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >>> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >>> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >>> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >>> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >>> 46 de.android.ContactForms 0x0007ca59 >>> +[android_internal_AndroidAppLauncher >>> main___java_lang_String_ARRAYTYPE:] + 173 >>> 47 de.android.ContactForms 0x0007cddc main + 278 >>> 48 de.android.ContactForms 0x00002259 start + 53 >>> ) >>> terminate called after throwing an instance of 'java_lang_RuntimeException' >>> >>> Any ideas? >>> >>> Thank you and greetings >>> Miggi >>> >>> ------------------------------------------------------------------------------ >>> 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 >> >> >> ------------------------------ >> >> Message: 2 >> Date: Wed, 16 Mar 2011 22:42:26 -0700 >> From: Arno Puder<ar...@pu...> >> Subject: Re: [xmlvm-users] Guide for android 2 iphone >> To: xml...@li... >> Message-ID:<4D8...@pu...> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> >> unfortunately some of the documentation is out of date. The >> android-on-iphone target is deprecated. Please check sections 3-6 of the >> documentation. What is described there is current. >> >> Arno >> >> >> On 3/15/11 1:20 PM, Christoffer Kristensen wrote: >>> Hi Xmlvm users >>> Does anybody have a simple guide for cross compiling android .class >>> files to iphone via the terminal. I don't think i'm doing it right. >>> Where do i need to be in the directory? why does it not work when i >>> define my target as "--target=android-on-iphone" as the manual says? >>> >>> Kind regards >>> Christoffer >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> 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 >> >> >> ------------------------------ >> >> Message: 3 >> Date: Wed, 16 Mar 2011 22:54:07 -0700 >> From: Arno Puder<ar...@pu...> >> Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an >> exception >> To: xml...@li... >> Message-ID:<4D8...@pu...> >> Content-Type: text/plain; charset=UTF-8; format=flowed > >> >> >> actually, ignore what I wrote in my last message. You did include the >> R-class. You get an exception in >> android.internal.Dimension.resolveDimension() due to a runtime assertion >> (at the end of the method). You are using a unit that XMLVM does not >> support yet. Supported units for dimensions are px, dp, dip, and sp. >> >> Arno >> >> >> On 3/16/11 4:41 PM, Miggi wrote: >>> I've cross-compiled an Android project to iPhone and the whole >>> compilation process was without any error. But when I try to run the >>> iPhone project it terminates nearly immediatly because of an uncaught >>> exception. >>> >>> The class where the exception occures is java_lang_Class and the method >>> is forName___java_lang_String. The missed class is >>> de.android.ContactForms.R$array. >>> >>> Here I'll post you the output on the console in the Xcode debugger: >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: array >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: dimen >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: raw >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: array >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: dimen >>> <I> <Resources>: Unable to resolve resources for >>> de.android.ContactForms: raw >>> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >>> Terminating app due to uncaught exception 'java_lang_RuntimeException', >>> reason: '(null)' >>> *** Call stack at first throw: >>> ( >>> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >>> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >>> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >>> CHECK___boolean:] + 0 >>> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >>> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >>> + 2568 >>> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >>> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >>> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >>> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >>> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >>> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >>> + 350 >>> 7 CoreFoundation 0x030325cd __invoking___ + 29 >>> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >>> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >>> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >>> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >>> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >>> + 1027 >>> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >>> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >>> + 1000 >>> 12 de.android.ContactForms 0x0002b6cf >>> -[org_xmlvm_iphone_NSXMLParserDelegate >>> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >>> 13 Foundation 0x005bb999 _startElementNs + 1478 >>> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >>> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >>> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >>> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >>> parse__] + 36 >>> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >>> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >>> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >>> setContentView___int:] + 203 >>> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >>> setContentView___int:] + 137 >>> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >>> signal: ?SIGABRT?. >>> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >>> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >>> create___java_lang_Object:] + 600 >>> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >>> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >>> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >>> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >>> 25 de.android.ContactForms 0x00029e63 >>> +[NSObject(cat_org_xmlvm_iphone_NSObject) >>> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >>> + 175 >>> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >>> xmlvmCreate___android_os_Bundle:] + 173 >>> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >>> startActivityForResult___android_content_Intent_int::] + 1528 >>> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >>> startActivity___android_content_Intent:] + 118 >>> 29 de.android.ContactForms 0x0004635c -[android_app_Application >>> onCreate__] + 707 >>> 30 de.android.ContactForms 0x0007c605 >>> -[android_internal_AndroidAppLauncher >>> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >>> 31 de.android.ContactForms 0x0002ffb5 >>> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >>> + 43 >>> 32 UIKit 0x00782f80 -[UIApplication >>> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >>> 33 UIKit 0x007853b0 -[UIApplication >>> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >>> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >>> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >>> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >>> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >>> 38 CoreFoundation 0x030a2ff4 >>> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >>> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >>> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >>> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >>> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >>> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >>> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >>> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >>> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >>> 46 de.android.ContactForms 0x0007ca59 >>> +[android_internal_AndroidAppLauncher >>> main___java_lang_String_ARRAYTYPE:] + 173 >>> 47 de.android.ContactForms 0x0007cddc main + 278 >>> 48 de.android.ContactForms 0x00002259 start + 53 >>> ) >>> terminate called after throwing an instance of 'java_lang_RuntimeException' >>> >>> Any ideas? >>> >>> Thank you and greetings >>> Miggi >>> >>> ------------------------------------------------------------------------------ >>> 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 >> >> >> ------------------------------ >> >> Message: 4 >> Date: Thu, 17 Mar 2011 14:04:35 +0000 (GMT) >> From: Christoffer Kristensen<chr...@ya...> >> Subject: [xmlvm-users] Problems when starting a xcode project. >> To: xml...@li... >> Message-ID:<805...@we...> >> Content-Type: text/plain; charset="iso-8859-1" >> >> Hi all.When i try to run an android program with the command "ant use-Xcode run" i get "BUILD FAILED" with this output: >> -do-compile:[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds[xmlvm.ajavac] Compiling 2 source files to /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/bin/classes[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:65: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: class android.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ?? ? ? ^[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:101: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: classandroid.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ? ? >> ? ? ^[xmlvm.ajavac] 2 errors >> BUILD FAILED/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/xcode.xml:179: The following error occurred while executing this line:/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: Compile failed; see the compiler error output for details.Does anybody know how i can fix this or at least bypass it? >> So far, thank you for all your help.Kind regards?Christoffer >> >> >> -------------- next part -------------- >> An HTML attachment was scrubbed... >> >> ------------------------------ >> >> Message: 5 >> Date: Fri, 18 Mar 2011 02:43:55 -0400 >> From: Sal<sv...@gm...> >> Subject: [xmlvm-users] C target quick start >> To: "xml...@li..." >> <xml...@li...> >> Message-ID:<665...@gm...> >> Content-Type: text/plain; charset=us-ascii >> >> >> What are the steps to get a simple 'hello world' iPhone app up and running from the latest SVN snapshot? Possibly with the Harmony support included? (printing to standard out is fine, I understand ui is underway). >> >> I read through the manual, but the c target didn't seem mentioned... Maybe I missed it, if so apologies - if there are docs I'll try those. >> >> I tried (quickly) a svn download and running the ant scripts but lots of errors with JDK classes missing, etc. I was wondering what the 'proper' way was to hack through it before I started debugging. >> >> If it works I would be happy to put together a wiki page on it, possibly put binaries someplace for other newbies to use as well to help with getting Java apps compiled on iOS. >> >> Thanks in advance, >> >> Sal >> >> >> ------------------------------ >> >> ------------------------------------------------------------------------------ >> 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 >> >> >> End of xmlvm-users Digest, Vol 21, Issue 14 >> ******************************************* >> > > > > ------------------------------------------------------------------------------ > 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: Miggi <mig...@go...> - 2011-03-18 12:00:24
|
Hello Arno. I think, my previous problem is solved, thank you. But now, the project couldn't be build anymore after cross-compile it with XMLVM. When I try to run the produced iPhone-project I get these 6 errors: /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before 'height' /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before 'width' /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected expression before ';' token /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: 'text' undeclared (first use in this function) /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: 'align' undeclared (first use in this function) /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75:0 /Users/svp/Desktop/de.android.ContactForms/dist/../build/xcode/src/lib/android/android_webkit_WebView_2.m:75: error: expected ';' before ':' token All of these errors are in the same line of code: _r0.o = @"<html><body style="height: 100%;"><table style="width: 100%; height: 100%; text-align: center;"><tr><td>Unable to load page!</td></tr></table></body></html>"; Any idea whats wrong with it? Thank you. Miggi Am 18.03.2011 07:44, schrieb xml...@li...: > Send xmlvm-users mailing list submissions to > xml...@li... > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > or, via email, send a message with subject or body 'help' to > xml...@li... > > You can reach the person managing the list at > xml...@li... > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of xmlvm-users digest..." > > > Today's Topics: > > 1. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) > 2. Re: Guide for android 2 iphone (Arno Puder) > 3. Re: Cross-compiled iPhone-project throws an exception (Arno Puder) > 4. Problems when starting a xcode project. (Christoffer Kristensen) > 5. C target quick start (Sal) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 16 Mar 2011 22:37:34 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an > exception > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > it seems that you didn't include Android's R-class of your application > via --in. > > Arno > > > On 3/16/11 4:41 PM, Miggi wrote: >> I've cross-compiled an Android project to iPhone and the whole >> compilation process was without any error. But when I try to run the >> iPhone project it terminates nearly immediatly because of an uncaught >> exception. >> >> The class where the exception occures is java_lang_Class and the method >> is forName___java_lang_String. The missed class is >> de.android.ContactForms.R$array. >> >> Here I'll post you the output on the console in the Xcode debugger: >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >> Terminating app due to uncaught exception 'java_lang_RuntimeException', >> reason: '(null)' >> *** Call stack at first throw: >> ( >> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >> CHECK___boolean:] + 0 >> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >> + 2568 >> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >> + 350 >> 7 CoreFoundation 0x030325cd __invoking___ + 29 >> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >> + 1027 >> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >> + 1000 >> 12 de.android.ContactForms 0x0002b6cf >> -[org_xmlvm_iphone_NSXMLParserDelegate >> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >> 13 Foundation 0x005bb999 _startElementNs + 1478 >> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >> parse__] + 36 >> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >> setContentView___int:] + 203 >> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >> setContentView___int:] + 137 >> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >> signal: ?SIGABRT?. >> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >> create___java_lang_Object:] + 600 >> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >> 25 de.android.ContactForms 0x00029e63 >> +[NSObject(cat_org_xmlvm_iphone_NSObject) >> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >> + 175 >> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >> xmlvmCreate___android_os_Bundle:] + 173 >> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >> startActivityForResult___android_content_Intent_int::] + 1528 >> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >> startActivity___android_content_Intent:] + 118 >> 29 de.android.ContactForms 0x0004635c -[android_app_Application >> onCreate__] + 707 >> 30 de.android.ContactForms 0x0007c605 >> -[android_internal_AndroidAppLauncher >> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >> 31 de.android.ContactForms 0x0002ffb5 >> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >> + 43 >> 32 UIKit 0x00782f80 -[UIApplication >> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >> 33 UIKit 0x007853b0 -[UIApplication >> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >> 38 CoreFoundation 0x030a2ff4 >> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >> 46 de.android.ContactForms 0x0007ca59 >> +[android_internal_AndroidAppLauncher >> main___java_lang_String_ARRAYTYPE:] + 173 >> 47 de.android.ContactForms 0x0007cddc main + 278 >> 48 de.android.ContactForms 0x00002259 start + 53 >> ) >> terminate called after throwing an instance of 'java_lang_RuntimeException' >> >> Any ideas? >> >> Thank you and greetings >> Miggi >> >> ------------------------------------------------------------------------------ >> 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 > > > ------------------------------ > > Message: 2 > Date: Wed, 16 Mar 2011 22:42:26 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Guide for android 2 iphone > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > unfortunately some of the documentation is out of date. The > android-on-iphone target is deprecated. Please check sections 3-6 of the > documentation. What is described there is current. > > Arno > > > On 3/15/11 1:20 PM, Christoffer Kristensen wrote: >> Hi Xmlvm users >> Does anybody have a simple guide for cross compiling android .class >> files to iphone via the terminal. I don't think i'm doing it right. >> Where do i need to be in the directory? why does it not work when i >> define my target as "--target=android-on-iphone" as the manual says? >> >> Kind regards >> Christoffer >> >> >> >> >> ------------------------------------------------------------------------------ >> 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 > > > ------------------------------ > > Message: 3 > Date: Wed, 16 Mar 2011 22:54:07 -0700 > From: Arno Puder<ar...@pu...> > Subject: Re: [xmlvm-users] Cross-compiled iPhone-project throws an > exception > To: xml...@li... > Message-ID:<4D8...@pu...> > Content-Type: text/plain; charset=UTF-8; format=flowed > > > actually, ignore what I wrote in my last message. You did include the > R-class. You get an exception in > android.internal.Dimension.resolveDimension() due to a runtime assertion > (at the end of the method). You are using a unit that XMLVM does not > support yet. Supported units for dimensions are px, dp, dip, and sp. > > Arno > > > On 3/16/11 4:41 PM, Miggi wrote: >> I've cross-compiled an Android project to iPhone and the whole >> compilation process was without any error. But when I try to run the >> iPhone project it terminates nearly immediatly because of an uncaught >> exception. >> >> The class where the exception occures is java_lang_Class and the method >> is forName___java_lang_String. The missed class is >> de.android.ContactForms.R$array. >> >> Here I'll post you the output on the console in the Xcode debugger: >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: array >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: dimen >> <I> <Resources>: Unable to resolve resources for >> de.android.ContactForms: raw >> 2011-03-16 20:28:04.318 de.android.ContactForms[5205:207] *** >> Terminating app due to uncaught exception 'java_lang_RuntimeException', >> reason: '(null)' >> *** Call stack at first throw: >> ( >> 0 CoreFoundation 0x030c1b99 __exceptionPreprocess + 185 >> 1 libobjc.A.dylib 0x02eb640e objc_exception_throw + 47 >> 2 de.android.ContactForms 0x0007ff46 +[android_internal_Assert >> CHECK___boolean:] + 0 >> 3 de.android.ContactForms 0x00081a81 +[android_internal_Dimension >> resolveDimension___android_content_Context_java_lang_String_android_util_DisplayMetrics:::] >> + 2568 >> 4 de.android.ContactForms 0x001081cd -[android_widget_TextView >> parseTextViewAttributes___android_util_AttributeSet:] + 1150 >> 5 de.android.ContactForms 0x00106949 -[android_widget_TextView >> initTextView___android_content_Context_android_util_AttributeSet::] + 195 >> 6 de.android.ContactForms 0x0010683a -[android_widget_TextView >> __init_android_widget_TextView___android_content_Context_android_util_AttributeSet::] >> + 350 >> 7 CoreFoundation 0x030325cd __invoking___ + 29 >> 8 CoreFoundation 0x030324a1 -[NSInvocation invoke] + 145 >> 9 de.android.ContactForms 0x00016f2d -[java_lang_reflect_Constructor >> newInstance___java_lang_Object_ARRAYTYPE:] + 518 >> 10 de.android.ContactForms 0x00089c90 -[android_internal_LayoutParser >> createView___java_lang_String_android_content_Context_android_util_AttributeSet:::] >> + 1027 >> 11 de.android.ContactForms 0x0008886f -[android_internal_LayoutParser >> didStartElement___org_xmlvm_iphone_NSXMLParser_java_lang_String_java_lang_String_java_lang_String_java_util_Map:::::] >> + 1000 >> 12 de.android.ContactForms 0x0002b6cf >> -[org_xmlvm_iphone_NSXMLParserDelegate >> parser:didStartElement:namespaceURI:qualifiedName:attributes:] + 130 >> 13 Foundation 0x005bb999 _startElementNs + 1478 >> 14 libxml2.2.dylib 0x03d32ac0 xmlParseXMLDecl + 8539 >> 15 libxml2.2.dylib 0x03d3b3c4 xmlParseChunk + 1955 >> 16 Foundation 0x005babaa -[NSXMLParser parse] + 321 >> 17 de.android.ContactForms 0x0002b5f4 -[NSXMLParser(cat_NSXMLParser) >> parse__] + 36 >> 18 de.android.ContactForms 0x0008786a +[android_internal_LayoutManager >> getLayout___android_content_Context_int_android_view_ViewGroup:::] + 533 >> 19 de.android.ContactForms 0x000c3dab -[android_view_Window >> setContentView___int:] + 203 >> 20 de.android.ContactForms 0x000420ff -[android_app_Activity >> setContentView___int:] + 137 >> 21 de.android.ContactForms 0x00002445 -[de_android_ContaProgram received >> signal: ?SIGABRT?. >> ctForms_ContactForm onCreate___android_os_Bundle:] + 157 >> 22 de.android.ContactForms 0x00040e3a -[android_app_Activity >> create___java_lang_Object:] + 600 >> 23 Foundation 0x00500978 -[NSObject(NSThreadPerformAdditions) >> performSelector:onThread:withObject:waitUntilDone:modes:] + 229 >> 24 Foundation 0x00512f86 -[NSObject(NSThreadPerformAdditions) >> performSelectorOnMainThread:withObject:waitUntilDone:] + 184 >> 25 de.android.ContactForms 0x00029e63 >> +[NSObject(cat_org_xmlvm_iphone_NSObject) >> performSelectorOnMainThread___java_lang_Object_java_lang_String_java_lang_Object_boolean::::] >> + 175 >> 26 de.android.ContactForms 0x000408b0 -[android_app_Activity >> xmlvmCreate___android_os_Bundle:] + 173 >> 27 de.android.ContactForms 0x0004aad3 -[android_content_Context >> startActivityForResult___android_content_Intent_int::] + 1528 >> 28 de.android.ContactForms 0x0004aec6 -[android_content_Context >> startActivity___android_content_Intent:] + 118 >> 29 de.android.ContactForms 0x0004635c -[android_app_Application >> onCreate__] + 707 >> 30 de.android.ContactForms 0x0007c605 >> -[android_internal_AndroidAppLauncher >> applicationDidFinishLaunching___org_xmlvm_iphone_UIApplication:] + 140 >> 31 de.android.ContactForms 0x0002ffb5 >> -[org_xmlvm_iphone_UIApplicationDelegate applicationDidFinishLaunching:] >> + 43 >> 32 UIKit 0x00782f80 -[UIApplication >> _callInitializationDelegatesForURL:payload:suspended:] + 1252 >> 33 UIKit 0x007853b0 -[UIApplication >> _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:]+ 346 >> 34 UIKit 0x0078f3ec -[UIApplication handleEvent:withNewEvent:] + 1958 >> 35 UIKit 0x00787b3c -[UIApplication sendEvent:] + 71 >> 36 UIKit 0x0078c9bf _UIApplicationHandleEvent + 7672 >> 37 GraphicsServices 0x03603822 PurpleEventCallback + 1550 >> 38 CoreFoundation 0x030a2ff4 >> __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 52 >> 39 CoreFoundation 0x03003807 __CFRunLoopDoSource1 + 215 >> 40 CoreFoundation 0x03000a93 __CFRunLoopRun + 979 >> 41 CoreFoundation 0x03000350 CFRunLoopRunSpecific + 208 >> 42 CoreFoundation 0x03000271 CFRunLoopRunInMode + 97 >> 43 UIKit 0x00784c6d -[UIApplication _run] + 625 >> 44 UIKit 0x00790af2 UIApplicationMain + 1160 >> 45 de.android.ContactForms 0x0002fb5c +[org_xmlvm_iphone_UIApplication >> main___java_lang_String_ARRAYTYPE_java_lang_Class_java_lang_Class:::] + 565 >> 46 de.android.ContactForms 0x0007ca59 >> +[android_internal_AndroidAppLauncher >> main___java_lang_String_ARRAYTYPE:] + 173 >> 47 de.android.ContactForms 0x0007cddc main + 278 >> 48 de.android.ContactForms 0x00002259 start + 53 >> ) >> terminate called after throwing an instance of 'java_lang_RuntimeException' >> >> Any ideas? >> >> Thank you and greetings >> Miggi >> >> ------------------------------------------------------------------------------ >> 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 > > > ------------------------------ > > Message: 4 > Date: Thu, 17 Mar 2011 14:04:35 +0000 (GMT) > From: Christoffer Kristensen<chr...@ya...> > Subject: [xmlvm-users] Problems when starting a xcode project. > To: xml...@li... > Message-ID:<805...@we...> > Content-Type: text/plain; charset="iso-8859-1" > > Hi all.When i try to run an android program with the command "ant use-Xcode run" i get "BUILD FAILED" with this output: > -do-compile:[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds[xmlvm.ajavac] Compiling 2 source files to /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/bin/classes[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:65: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: class android.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ?? ? ? ^[xmlvm.ajavac] /Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/src/big8/wifi/DeviceListActivity.java:101: cannot find symbol[xmlvm.ajavac] symbol ?: variable layout[xmlvm.ajavac] location: classandroid.R[xmlvm.ajavac] android.R.layout.simple_list_item_1,[xmlvm.ajavac] ? ? > ? ? ^[xmlvm.ajavac] 2 errors > BUILD FAILED/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/xcode.xml:179: The following error occurred while executing this line:/Users/ProMonger/xmlvm/trunk/xmlvm/demo/android/dev-project-http/nbproject/androidsupport.xml:81: Compile failed; see the compiler error output for details.Does anybody know how i can fix this or at least bypass it? > So far, thank you for all your help.Kind regards?Christoffer > > > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 5 > Date: Fri, 18 Mar 2011 02:43:55 -0400 > From: Sal<sv...@gm...> > Subject: [xmlvm-users] C target quick start > To: "xml...@li..." > <xml...@li...> > Message-ID:<665...@gm...> > Content-Type: text/plain; charset=us-ascii > > > What are the steps to get a simple 'hello world' iPhone app up and running from the latest SVN snapshot? Possibly with the Harmony support included? (printing to standard out is fine, I understand ui is underway). > > I read through the manual, but the c target didn't seem mentioned... Maybe I missed it, if so apologies - if there are docs I'll try those. > > I tried (quickly) a svn download and running the ant scripts but lots of errors with JDK classes missing, etc. I was wondering what the 'proper' way was to hack through it before I started debugging. > > If it works I would be happy to put together a wiki page on it, possibly put binaries someplace for other newbies to use as well to help with getting Java apps compiled on iOS. > > Thanks in advance, > > Sal > > > ------------------------------ > > ------------------------------------------------------------------------------ > 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 > > > End of xmlvm-users Digest, Vol 21, Issue 14 > ******************************************* > |
From: Arno P. <ar...@pu...> - 2011-03-18 07:25:23
|
you can't create an Xcode project under Windows. Try to run xmlvm under Mac OS. Arno On 3/18/11 12:22 AM, dav...@gm... wrote: > Hi there, > > First of all many thanks for building such a great concept and keeping it open-source :-) > > Since I'm new to this project I stubbled upon the following problem: > I built a skeleton android project, and since there is already some app content (eg. a prefilled layout) I tried to cross-compile this skeleton app to iphone. > Everything worked fine, but if I import the source into Xcode and try to compile it there I get error messages indicating that the android lib is not available (eg. in the MainActivity.h is an import of android_app_Activity.h but i can't find this header file in the compiled source) > > Here is what i did: > java -jar xmlvm.jar --skeleton=android --out=d:\projects\android\test --app-name=testapp > > java -jar xmlvml.jar --in=d:\projects\android\test --target=iphone --iphone-app=testapp --out=d:\projects\iphone\test > > May I have forgotten something? > > Thanks in advance for your help > dave > > > > > |
From: <dav...@gm...> - 2011-03-18 07:22:12
|
Hi there, First of all many thanks for building such a great concept and keeping it open-source :-) Since I'm new to this project I stubbled upon the following problem: I built a skeleton android project, and since there is already some app content (eg. a prefilled layout) I tried to cross-compile this skeleton app to iphone. Everything worked fine, but if I import the source into Xcode and try to compile it there I get error messages indicating that the android lib is not available (eg. in the MainActivity.h is an import of android_app_Activity.h but i can't find this header file in the compiled source) Here is what i did: java -jar xmlvm.jar --skeleton=android --out=d:\projects\android\test --app-name=testapp java -jar xmlvml.jar --in=d:\projects\android\test --target=iphone --iphone-app=testapp --out=d:\projects\iphone\test May I have forgotten something? Thanks in advance for your help dave -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Lastminute, Cluburlaub, Flug, Hotel und mehr... sunstore Reisen - http://www.sunstore-reisen.cc NEU: FreePhone - kostenlos mobil telefonieren und surfen! Jetzt informieren: http://www.gmx.net/de/go/freephone |
From: Sal <sv...@gm...> - 2011-03-18 07:16:38
|
I'll begin the search for those posts, then - thanks much for the tip, Arno. Potentially if I get it to work I'd like to help make it automated - possibly add some Ant logic to take care of the things needed? Just to make it easier to stay in sync with all the great, exciting work you guys are doing here. Let me know any thoughts on this, Thanks again for all the help, - Sal On Mar 18, 2011, at 3:09 AM, Arno Puder <ar...@pu...> wrote: > > the default targets are still using the Objective-C backend (what is > described in the documentation). The C backend is still > work-in-progress. Do a grep on this mailing list and you will find some > posts that explain how to cross-compile iFireworks using the C backend. > > We are making good progress on the C backend but it will take some more > time to make the switch. I will send an update sometime soon. > > Arno > > > On 3/18/11 12:06 AM, Sal wrote: >> Thanks for the link! >> >> However I don't see mention of the 'C' target or Harmony support - is >> this all handled by one of the generic targets? Or has to be configured >> explicitly at the command line when building? I do see mention of the >> objc and c++ things. >> >> Thanks again for the help, I will shortly attempt a fresh checkout and >> build of the codebase. >> >> On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... >> <mailto:in...@op...>> wrote: >> >>> Hi sal, >>> >>> send a piece of the command line output to see what's happen.. >>> >>> >>> to run one of the demo projects take a look the Documentation at >>> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >>> directlink: >>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >>> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >>> >>> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >>> <mailto:sv...@gm...>> >>> >>> >>> What are the steps to get a simple 'hello world' iPhone app up and >>> running from the latest SVN snapshot? Possibly with the Harmony >>> support included? (printing to standard out is fine, I understand >>> ui is underway). >>> >>> I read through the manual, but the c target didn't seem >>> mentioned... Maybe I missed it, if so apologies - if there are >>> docs I'll try those. >>> >>> I tried (quickly) a svn download and running the ant scripts but >>> lots of errors with JDK classes missing, etc. I was wondering what >>> the 'proper' way was to hack through it before I started debugging. >>> >>> If it works I would be happy to put together a wiki page on it, >>> possibly put binaries someplace for other newbies to use as well >>> to help with getting Java apps compiled on iOS. >>> >>> Thanks in advance, >>> >>> Sal >>> ------------------------------------------------------------------------------ >>> 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>http://p.sf.net/sfu/internap-sfd2d >>> _______________________________________________ >>> xmlvm-users mailing list >>> <mailto:xml...@li...>xml...@li... >>> <mailto:xml...@li...> >>> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>> >>> >> >> >> ------------------------------------------------------------------------------ >> 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 > > ------------------------------------------------------------------------------ > 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: Arno P. <ar...@pu...> - 2011-03-18 07:09:52
|
the default targets are still using the Objective-C backend (what is described in the documentation). The C backend is still work-in-progress. Do a grep on this mailing list and you will find some posts that explain how to cross-compile iFireworks using the C backend. We are making good progress on the C backend but it will take some more time to make the switch. I will send an update sometime soon. Arno On 3/18/11 12:06 AM, Sal wrote: > Thanks for the link! > > However I don't see mention of the 'C' target or Harmony support - is > this all handled by one of the generic targets? Or has to be configured > explicitly at the command line when building? I do see mention of the > objc and c++ things. > > Thanks again for the help, I will shortly attempt a fresh checkout and > build of the codebase. > > On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op... > <mailto:in...@op...>> wrote: > >> Hi sal, >> >> send a piece of the command line output to see what's happen.. >> >> >> to run one of the demo projects take a look the Documentation at >> <http://xmlvm.org>xmlvm.org <http://xmlvm.org>: >> directlink: >> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project>https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project >> <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> >> >> 2011/3/18 Sal <<mailto:sv...@gm...>sv...@gm... >> <mailto:sv...@gm...>> >> >> >> What are the steps to get a simple 'hello world' iPhone app up and >> running from the latest SVN snapshot? Possibly with the Harmony >> support included? (printing to standard out is fine, I understand >> ui is underway). >> >> I read through the manual, but the c target didn't seem >> mentioned... Maybe I missed it, if so apologies - if there are >> docs I'll try those. >> >> I tried (quickly) a svn download and running the ant scripts but >> lots of errors with JDK classes missing, etc. I was wondering what >> the 'proper' way was to hack through it before I started debugging. >> >> If it works I would be happy to put together a wiki page on it, >> possibly put binaries someplace for other newbies to use as well >> to help with getting Java apps compiled on iOS. >> >> Thanks in advance, >> >> Sal >> ------------------------------------------------------------------------------ >> 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>http://p.sf.net/sfu/internap-sfd2d >> _______________________________________________ >> xmlvm-users mailing list >> <mailto:xml...@li...>xml...@li... >> <mailto:xml...@li...> >> <https://lists.sourceforge.net/lists/listinfo/xmlvm-users>https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > > > ------------------------------------------------------------------------------ > 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: Sal <sv...@gm...> - 2011-03-18 07:06:15
|
Thanks for the link! However I don't see mention of the 'C' target or Harmony support - is this all handled by one of the generic targets? Or has to be configured explicitly at the command line when building? I do see mention of the objc and c++ things. Thanks again for the help, I will shortly attempt a fresh checkout and build of the codebase. On Mar 18, 2011, at 2:50 AM, opwoco GbR <in...@op...> wrote: > Hi sal, > > send a piece of the command line output to see what's happen.. > > > to run one of the demo projects take a look the Documentation at xmlvm.org: > directlink: https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project > > > 2011/3/18 Sal <sv...@gm...> > > What are the steps to get a simple 'hello world' iPhone app up and running from the latest SVN snapshot? Possibly with the Harmony support included? (printing to standard out is fine, I understand ui is underway). > > I read through the manual, but the c target didn't seem mentioned... Maybe I missed it, if so apologies - if there are docs I'll try those. > > I tried (quickly) a svn download and running the ant scripts but lots of errors with JDK classes missing, etc. I was wondering what the 'proper' way was to hack through it before I started debugging. > > If it works I would be happy to put together a wiki page on it, possibly put binaries someplace for other newbies to use as well to help with getting Java apps compiled on iOS. > > Thanks in advance, > > Sal > ------------------------------------------------------------------------------ > 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-18 06:50:50
|
Hi sal, send a piece of the command line output to see what's happen.. to run one of the demo projects take a look the Documentation at xmlvm.org: directlink: https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project <https://sites.google.com/a/xmlvm.org/documentation/#TOC-How-to-run-an-XMLVM-project> 2011/3/18 Sal <sv...@gm...> > > What are the steps to get a simple 'hello world' iPhone app up and running > from the latest SVN snapshot? Possibly with the Harmony support included? > (printing to standard out is fine, I understand ui is underway). > > I read through the manual, but the c target didn't seem mentioned... Maybe > I missed it, if so apologies - if there are docs I'll try those. > > I tried (quickly) a svn download and running the ant scripts but lots of > errors with JDK classes missing, etc. I was wondering what the 'proper' way > was to hack through it before I started debugging. > > If it works I would be happy to put together a wiki page on it, possibly > put binaries someplace for other newbies to use as well to help with getting > Java apps compiled on iOS. > > Thanks in advance, > > Sal > > ------------------------------------------------------------------------------ > 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 > |