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: Wolfgang K. <wol...@xm...> - 2010-11-08 11:43:19
|
Panayotis, TableView - or do you mean TableLayout? TableLayout is already available. To support TableLayout we integrated the Android sources into XMLVM as we already did with the other LayoutManagers. I added attribute parsing to TableLayout last week. -- Wolfgang Panayotis Katsaloulis wrote: > Is anybody working with tableview on android compatibility library? > I need to implement (at least some) of this functionality and I wouldn't like to conflict with anybody's else work. > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Panayotis K. <pan...@pa...> - 2010-11-08 11:38:54
|
Is anybody working with tableview on android compatibility library? I need to implement (at least some) of this functionality and I wouldn't like to conflict with anybody's else work. |
From: Panayotis K. <pan...@pa...> - 2010-11-08 10:13:38
|
Hello all! I am implementing CoreLocation library (actually it is ready and working) but I'd like your opinion about one thing. Here http://developer.apple.com/library/ios/documentation/CoreLocation/Reference/CLLocation_Class/CLLocation/CLLocation.html#//apple_ref/doc/uid/TP40007126-CH3-SW27 is a list of constant double values. These values define the accuracy of the location, and I found that they have meaningful values (i.e kCLLocationAccuracyNearestTenMeters is 10, kCLLocationAccuracyKilometer is 1000 etc). I have created a class containing these static values, but since these are double values and not integers, it is always possible that equality might not work as expected. I tried to check every one of them with something like java_value == kCLLocationAccuracy_value and they all seem OK. On the other hand, it might be possible to create a wrapper method that returns this value, i.e. something like public static double Kilometer () { .. } in java and + (double) Kilometer__ { return kCLLocationAccuracyKilometer; } in obj-c, and use the static methods instead. This might be safer but it is slower. Since the "constant variable" solution works fine, I'd rather prefer that solution. What do you think? |
From: Panayotis K. <pan...@pa...> - 2010-11-05 15:07:35
|
On 05 Νοε 2010, at 2:22 μ.μ., Brian Hurst wrote: > There used to be some sort of tutorial/help file that explained the > basics of cross compiling an android app to the iphone. Which files you > needed to delete or reconfigure within xcode to get it to work on xcode. > I've looked on the xmlvm.org homepage along with the google sites page > and can not find it. Can I get the basic steps on how to compile an > android app to xcode? > > Thanks > Brian > Try to migrate your android application to XMLVM If it fails, please report here :) |
From: Brian H. <rin...@li...> - 2010-11-05 12:22:59
|
There used to be some sort of tutorial/help file that explained the basics of cross compiling an android app to the iphone. Which files you needed to delete or reconfigure within xcode to get it to work on xcode. I've looked on the xmlvm.org homepage along with the google sites page and can not find it. Can I get the basic steps on how to compile an android app to xcode? Thanks Brian On 11/5/2010 5:03 AM, xml...@li... wrote: > 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: building on xcode (Elie Haddad) > 2. Re: building on xcode (Wolfgang Korn) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Fri, 05 Nov 2010 11:37:24 +0100 > From: "Elie Haddad"<eli...@gm...> > Subject: Re: [xmlvm-users] building on xcode > To: "Users, Xmlvm"<xml...@li...> > Message-ID:<201...@gm...> > Content-Type: text/plain; charset="utf-8" > > Thank you very much. > Looking forward to use it > > > ----- Original Message ----- > From: Wolfgang Korn > Sent: 11/05/10 12:36 PM > To: Elie Haddad > Subject: Re: [xmlvm-users] building on xcode > > Elie, > > the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. > > -- Wolfgang > > > Elie Haddad wrote: > > Hello , > Please find below a list of errors :) > error: android_sax_RootElement.h: No such file or directory > error: android_sax_Element.h: No such file or directory > error: android_sax_EndTextElementListener.h: No such file or director > error: cannot find protocol declaration for 'android_sax_EndTextElementListener' > error: java_net_MalformedURLException.h: No such file or directory > error: android_sax_EndElementListener.h: No such file or directory > error: org_xml_sax_ContentHandler.h: No such file or directory > error: android_util_Xml.h: No such file or directory > error: android_util_Xml_Encoding.h: No such file or directory > error: android_net_NetworkInfo.h: No such file or directory > error: android_widget_AbsListView_LayoutParams.h: No such file or directory > error: android_net_ConnectivityManager.h: No such file or directory > error: android_net_NetworkInfo_State.h: No such file or directory > error: java_util_TimerTask.h: No such file or directory > error: cannot find interface declaration for 'java_util_TimerTask' > > > ----- Original Message ----- > From: Panayotis Katsaloulis > Sent: 11/04/10 02:02 PM > To: Users, Xmlvm > Subject: Re: [xmlvm-users] building on xcode > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : no such file ot directory > > Any suggestion ? > > Thank you > > > You might have seen that there is a new method to migrate android projects. > Please have a look at the documentation here: > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. > ----------------------------------------------------------------- > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev > ----------------------------------------------------------------- > _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > Message: 2 > Date: Fri, 05 Nov 2010 11:36:02 +0100 > From: Wolfgang Korn<wol...@xm...> > Subject: Re: [xmlvm-users] building on xcode > To: Elie Haddad<eli...@gm...> > Cc: "Users, Xmlvm"<xml...@li...> > Message-ID:<4CD...@xm...> > Content-Type: text/plain; charset="utf-8" > > Elie, > > the classes you see in your error messages are currently not supported > by XMLVM's compatibility library. As you might know we are moving > forward to a C-based cross-compilation allowing to cross-compile classes > from the JAVA SDK (Open JDK) instead of writing them manually. This will > provide a much better API coverage than we have today. Unfortunately you > have to consider rewriting you application without using the unsupported > classes for now. > > -- Wolfgang > > > Elie Haddad wrote: >> Hello , >> >> >> Please find below a list of errors :) >> >> >> error: android_sax_RootElement.h: No such file or directory >> >> error: android_sax_Element.h: No such file or directory >> >> error: android_sax_EndTextElementListener.h: No such file or director >> >> error: cannot find protocol declaration for >> 'android_sax_EndTextElementListener' >> >> error: java_net_MalformedURLException.h: No such file or directory >> >> error: android_sax_EndElementListener.h: No such file or directory >> >> error: org_xml_sax_ContentHandler.h: No such file or directory >> error: android_util_Xml.h: No such file or directory >> error: android_util_Xml_Encoding.h: No such file or directory >> error: android_net_NetworkInfo.h: No such file or directory >> >> error: android_widget_AbsListView_LayoutParams.h: No such file or >> directory >> error: android_net_ConnectivityManager.h: No such file or directory >> >> error: android_net_NetworkInfo_State.h: No such file or directory >> error: java_util_TimerTask.h: No such file or directory >> >> error: cannot find interface declaration for 'java_util_TimerTask' >> >> >> >>> ----- Original Message ----- >>> >>> From: Panayotis Katsaloulis >>> >>> Sent: 11/04/10 02:02 PM >>> >>> To: Users, Xmlvm >>> >>> Subject: Re: [xmlvm-users] building on xcode >>> >>> >>> >>> On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: >>> >>>> Hello Again, >>>> >>>> I updated my xcode and the issue is that all the procedure steps >>>> that are availble on the manual file are availble. >>>> >>>> I compiled the project i got like 200 errors most of them of .h >>>> files : no such file ot directory >>>> >>>> Any suggestion ? >>>> >>>> Thank you >>>> >>> >>> You might have seen that there is a new method to migrate android >>> projects. >>> Please have a look at the documentation here: >>> https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend >>> >>> You need to start from a clean android project to go on. >>> If your application still fails to compile, chances are that you are >>> requesting functionality from the Android SDK that is not yet present >>> in the Android compatibility library. >> ------------------------------------------------------------------------ >> >> ------------------------------------------------------------------------------ >> The Next 800 Companies to Lead America's Growth: New Video Whitepaper >> David G. Thomson, author of the best-selling book "Blueprint to a >> Billion" shares his insights and actions to help propel your >> business during the next growth cycle. Listen Now! >> http://p.sf.net/sfu/SAP-dev2dev >> ------------------------------------------------------------------------ >> >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> > -------------- next part -------------- > An HTML attachment was scrubbed... > > ------------------------------ > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > > ------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > End of xmlvm-users Digest, Vol 17, Issue 5 > ****************************************** > > |
From: Wolfgang K. <wol...@xm...> - 2010-11-05 11:03:58
|
Elie, the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. -- Wolfgang Elie Haddad wrote: > > Hello , > > > Please find below a list of errors :) > > > error: android_sax_RootElement.h: No such file or directory > > error: android_sax_Element.h: No such file or directory > > error: android_sax_EndTextElementListener.h: No such file or director > > error: cannot find protocol declaration for > 'android_sax_EndTextElementListener' > > error: java_net_MalformedURLException.h: No such file or directory > > error: android_sax_EndElementListener.h: No such file or directory > > error: org_xml_sax_ContentHandler.h: No such file or directory > error: android_util_Xml.h: No such file or directory > error: android_util_Xml_Encoding.h: No such file or directory > error: android_net_NetworkInfo.h: No such file or directory > > error: android_widget_AbsListView_LayoutParams.h: No such file or > directory > error: android_net_ConnectivityManager.h: No such file or directory > > error: android_net_NetworkInfo_State.h: No such file or directory > error: java_util_TimerTask.h: No such file or directory > > error: cannot find interface declaration for 'java_util_TimerTask' > > > >> ----- Original Message ----- >> >> From: Panayotis Katsaloulis >> >> Sent: 11/04/10 02:02 PM >> >> To: Users, Xmlvm >> >> Subject: Re: [xmlvm-users] building on xcode >> >> >> >> On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: >> >>> Hello Again, >>> >>> I updated my xcode and the issue is that all the procedure steps >>> that are availble on the manual file are availble. >>> >>> I compiled the project i got like 200 errors most of them of .h >>> files : no such file ot directory >>> >>> Any suggestion ? >>> >>> Thank you >>> >> >> >> You might have seen that there is a new method to migrate android >> projects. >> Please have a look at the documentation here: >> https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend >> >> You need to start from a clean android project to go on. >> If your application still fails to compile, chances are that you are >> requesting functionality from the Android SDK that is not yet present >> in the Android compatibility library. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Elie H. <eli...@gm...> - 2010-11-05 10:37:35
|
Thank you very much. Looking forward to use it ----- Original Message ----- From: Wolfgang Korn Sent: 11/05/10 12:36 PM To: Elie Haddad Subject: Re: [xmlvm-users] building on xcode Elie, the classes you see in your error messages are currently not supported by XMLVM's compatibility library. As you might know we are moving forward to a C-based cross-compilation allowing to cross-compile classes from the JAVA SDK (Open JDK) instead of writing them manually. This will provide a much better API coverage than we have today. Unfortunately you have to consider rewriting you application without using the unsupported classes for now. -- Wolfgang Elie Haddad wrote: Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. ----------------------------------------------------------------- ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev ----------------------------------------------------------------- _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Elie H. <eli...@gm...> - 2010-11-05 10:36:09
|
Sorry for missing the below : error: android_view_ViewConfiguration.h: No such file or directory error: android_widget_AdapterView_OnItemLongClickListener.h:: No such file or directory error: android_graphics_ColorFilter.h: No such file or directory error: android_graphics_LightingColorFilter.h: No such file or directory error: android_widget_AdapterView_OnItemClickListener.h: No such file or directory error: java_util_Date.h: No such file or directory I guess all mentioned are functionality from the Android SDK that is not yet present in the Android compatibility library. Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Elie H. <eli...@gm...> - 2010-11-05 10:31:15
|
Hello , Please find below a list of errors :) error: android_sax_RootElement.h: No such file or directory error: android_sax_Element.h: No such file or directory error: android_sax_EndTextElementListener.h: No such file or director error: cannot find protocol declaration for 'android_sax_EndTextElementListener' error: java_net_MalformedURLException.h: No such file or directory error: android_sax_EndElementListener.h: No such file or directory error: org_xml_sax_ContentHandler.h: No such file or directory error: android_util_Xml.h: No such file or directory error: android_util_Xml_Encoding.h: No such file or directory error: android_net_NetworkInfo.h: No such file or directory error: android_widget_AbsListView_LayoutParams.h: No such file or directory error: android_net_ConnectivityManager.h: No such file or directory error: android_net_NetworkInfo_State.h: No such file or directory error: java_util_TimerTask.h: No such file or directory error: cannot find interface declaration for 'java_util_TimerTask' ----- Original Message ----- From: Panayotis Katsaloulis Sent: 11/04/10 02:02 PM To: Users, Xmlvm Subject: Re: [xmlvm-users] building on xcode On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Sascha H. <sa...@xm...> - 2010-11-04 18:16:28
|
You can do it easily yourself: https://lists.sourceforge.net/lists/listinfo/xmlvm-users <https://lists.sourceforge.net/lists/listinfo/xmlvm-users> On Thu, Nov 4, 2010 at 1:39 PM, Kevin Jacobs <ke...@co...> wrote: > Hi, > > Please unsubscribe me from this list! > > Regards, > Kevin > > Op 4-11-2010 13:02, Panayotis Katsaloulis schreef: > > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are > availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : > no such file ot directory > > Any suggestion ? > > Thank you > > > > You might have seen that there is a new method to migrate android > projects. > Please have a look at the documentation here: > > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are > requesting functionality from the Android SDK that is not yet present in the > Android compatibility library. > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now!http://p.sf.net/sfu/SAP-dev2dev > > > _______________________________________________ > xmlvm-users mailing lis...@li...https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Kevin J. <ke...@co...> - 2010-11-04 13:06:30
|
Hi, Please unsubscribe me from this list! Regards, Kevin Op 4-11-2010 13:02, Panayotis Katsaloulis schreef: > > On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > >> Hello Again, >> >> I updated my xcode and the issue is that all the procedure steps that >> are availble on the manual file are availble. >> >> I compiled the project i got like 200 errors most of them of .h files >> : no such file ot directory >> >> Any suggestion ? >> >> Thank you >> > > > You might have seen that there is a new method to migrate android > projects. > Please have a look at the documentation here: > https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend > > You need to start from a clean android project to go on. > If your application still fails to compile, chances are that you are > requesting functionality from the Android SDK that is not yet present > in the Android compatibility library. > > > ------------------------------------------------------------------------------ > The Next 800 Companies to Lead America's Growth: New Video Whitepaper > David G. Thomson, author of the best-selling book "Blueprint to a > Billion" shares his insights and actions to help propel your > business during the next growth cycle. Listen Now! > http://p.sf.net/sfu/SAP-dev2dev > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Panayotis K. <pan...@pa...> - 2010-11-04 12:02:49
|
On Nov 4, 2010, at 12:49 PM, Elie Haddad wrote: > Hello Again, > > I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. > > I compiled the project i got like 200 errors most of them of .h files : no such file ot directory > > Any suggestion ? > > Thank you > You might have seen that there is a new method to migrate android projects. Please have a look at the documentation here: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend You need to start from a clean android project to go on. If your application still fails to compile, chances are that you are requesting functionality from the Android SDK that is not yet present in the Android compatibility library. |
From: Panayotis K. <pan...@pa...> - 2010-11-04 11:59:44
|
On Nov 4, 2010, at 5:51 AM, Arno Puder wrote: > There is a > documentation page that will soon be merged with the main documentation > highlighting the new project creation/migration options: > https://sites.google.com/a/xmlvm.org/documentation/home/features-under-development The documentation has been merged with the base documentation, where obsolete documentation has been removed. Here is a link to the base documentation: https://sites.google.com/a/xmlvm.org/documentation/home The sections that has been added and are new, are found below: https://sites.google.com/a/xmlvm.org/documentation/home#TOC-iPhone-Android-Backend |
From: Elie H. <eli...@gm...> - 2010-11-04 10:49:48
|
Hello Again, I updated my xcode and the issue is that all the procedure steps that are availble on the manual file are availble. I compiled the project i got like 200 errors most of them of .h files : no such file ot directory Any suggestion ? Thank you ----- Original Message ----- From: Elie Haddad Sent: 11/03/10 09:04 PM To: Users, Xmlvm Subject: [xmlvm-users] building on xcode Hello, Please find below the steps that i am doing to run the compiled android project on xcode: 1- create a cocoa application project using xcode 3. 2 delete the main.m and the Mainmenu.nib and the projectname_prefix.pch and all the implemetation file directory. 3- Delete from the info.plist <key>NSMainNibFile</key> <string>MainMenu</string> 4- Add the src folder and the proejctname.xcodeproj folder and from resources folder the app folder without the sys folder since it contains the projectname-Info.plist and when building i receive an error projectname_prefix.pch:nosuch file or directory. And if i keep it i have 31 errors and 4 warnings :( Is there anything missing in my steps please advice? Thank you very much |
From: Arno P. <ar...@pu...> - 2010-11-04 03:51:28
|
Guys, I just committed a major contribution made by Panayotis Katsaloulis. In particular, XMLVM has become much more user-friendly for creating and migrating projects. The detailed changelog is below. There is a documentation page that will soon be merged with the main documentation highlighting the new project creation/migration options: https://sites.google.com/a/xmlvm.org/documentation/home/features-under-development Thanks, Panayotis! Arno 1) Migration of Android projects to XMLVM. 2) Template mechanism for new Android projects 3) Transformation of XMLVM demo projects to template/migrate mechanism. These projects are now self-contained. 4) Improved support of resources. No static resources exist any more. 5) Improved trimmer/updater class 6) Support of latest Xcode 7) Support of In-app purchases API 8) Support of SMS messaging API 9) More strict iOS API (affecting UIImage, NSTimer, UIGraphics* set of functions and others) 10) XMLVM project can be loaded from Netbeans, under var/netbeans 11) Other bug fixes and improvements |
From: Elie H. <eli...@gm...> - 2010-11-03 19:09:31
|
Hello, Please find below the steps that i am doing to run the compiled android project on xcode: 1- create a cocoa application project using xcode 3. 2 delete the main.m and the Mainmenu.nib and the projectname_prefix.pch and all the implemetation file directory. 3- Delete from the info.plist <key>NSMainNibFile</key> <string>MainMenu</string> 4- Add the src folder and the proejctname.xcodeproj folder and from resources folder the app folder without the sys folder since it contains the projectname-Info.plist and when building i receive an error projectname_prefix.pch:nosuch file or directory. And if i keep it i have 31 errors and 4 warnings :( Is there anything missing in my steps please advice? Thank you very much |
From: Arno P. <ar...@pu...> - 2010-11-03 01:30:01
|
we are currently in the process of writing a tool that will extract a sub-set of OpenJDK for XMLVM. In theory, this tool should work on newer versions of OpenJDK. Arno On 11/2/10 6:26 PM, Leo Izen wrote: > JDK 1.7 is coming out soon. It is already done, and the only thing > stopping it is licensing issues with the Apache Software Foundation. Are > you planning on providing JDK 1.7? I'm worried that we will finally > perfect JDK 1.6 with C, then 1.7 will come out and we will have to restart. > > > > ------------------------------------------------------------------------------ > Achieve Improved Network Security with IP and DNS Reputation. > Defend against bad network traffic, including botnets, malware, > phishing sites, and compromised hosts - saving your company time, > money, and embarrassment. Learn More! > http://p.sf.net/sfu/hpdev2dev-nov > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Leo I. <leo...@gm...> - 2010-11-03 01:26:11
|
JDK 1.7 is coming out soon. It is already done, and the only thing stopping it is licensing issues with the Apache Software Foundation. Are you planning on providing JDK 1.7? I'm worried that we will finally perfect JDK 1.6 with C, then 1.7 will come out and we will have to restart. |
From: Guillaume C. <cha...@gm...> - 2010-11-01 10:34:14
|
Thanks for the reply, It is now possible to create Symbian application in Qt, so if we get a Qt backend, we also get Symbian for free (and the incoming meego platform as well). I am going to experiment with the code and see how far I can get. Regards, Guillaume On Mon, Nov 1, 2010 at 6:21 PM, Sascha Haeberling <sa...@xm...> wrote: > Hi Guillaume, > welcome to the list :) In general, this is of course possible. And the work > we are currently doing for the C output should indeed be very helpful for > such a port. However, there are currently no plans from our side to either > work on J2ME input or Symbian output. But of course, if you are interested > and willing to invest time, sweat and tears, we're happy to answer your > questions and accept your patches :) > // Sascha > > On Mon, Nov 1, 2010 at 11:03 AM, Guillaume Chereau <cha...@gm...> > wrote: >> >> Hello all, >> >> I am getting interested in the project because I am trying to port a >> J2ME MIDlet to a native Symbian application. >> >> I guess In theory it could be possible to use xmlvm to generate C code >> that is compiled for the Symbian platform. >> So I would like to know if anyone has already tried this with some >> success ? Is Symbian support planned for the future ? >> >> Guillaume >> >> -- >> Guillaume Chéreau >> blogs : http://charlie137.blogspot.com/, http://charlie137-2.blogspot.com/ >> >> >> ------------------------------------------------------------------------------ >> Nokia and AT&T present the 2010 Calling All Innovators-North America >> contest >> Create new apps & games for the Nokia N8 for consumers in U.S. and Canada >> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in >> marketing >> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store >> http://p.sf.net/sfu/nokia-dev2dev >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > -- Guillaume Chéreau blogs : http://charlie137.blogspot.com/, http://charlie137-2.blogspot.com/ |
From: Sascha H. <sa...@xm...> - 2010-11-01 10:22:23
|
Hi Guillaume, welcome to the list :) In general, this is of course possible. And the work we are currently doing for the C output should indeed be very helpful for such a port. However, there are currently no plans from our side to either work on J2ME input or Symbian output. But of course, if you are interested and willing to invest time, sweat and tears, we're happy to answer your questions and accept your patches :) // Sascha On Mon, Nov 1, 2010 at 11:03 AM, Guillaume Chereau <cha...@gm...>wrote: > Hello all, > > I am getting interested in the project because I am trying to port a > J2ME MIDlet to a native Symbian application. > > I guess In theory it could be possible to use xmlvm to generate C code > that is compiled for the Symbian platform. > So I would like to know if anyone has already tried this with some > success ? Is Symbian support planned for the future ? > > Guillaume > > -- > Guillaume Chéreau > blogs : http://charlie137.blogspot.com/, http://charlie137-2.blogspot.com/ > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America > contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in > marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Sascha H. <sa...@xm...> - 2010-11-01 10:19:39
|
You need to extract the JAR and point --in to the root of the extracted files. // Sascha On Mon, Nov 1, 2010 at 8:53 AM, Elie Haddad <eli...@gm...> wrote: > Dear Mr. Puder, > > Thank you very much for your help. > > i pointed to the directory of the jar files and i got the below error. > > WARNING: Unable to create InputProcesses for input: > Directory/signpost-core-1.2.jar > > Should i extract the jar files to the directory? if the jar files contain > more than one directory in it should i point to those folders also each one > by itself in the --in? > > Thank you > > > > ----- Original Message ----- > > From: Arno Puder > > Sent: 10/30/10 12:57 AM > > To: xml...@li... > > Subject: Re: [xmlvm-users] Android to iphone with external jar library > > > you have to reference the external .jar files via --in. This way they > get automatically cross-compiled and included in the resulting project. > --resource is only for resources such as images that should get copied > to the resulting project. > > Arno > > > On 10/29/10 2:07 AM, Elie Haddad wrote: > > > > Hello Again, > > > > > > I forgot to mention too the resource files ( images, layouts) how can > > add them also > > > > > > i was reading in the mailing list that there is -resource command what > > should it point too should my jar files also be pointed by the -resource? > > > > > > Thanks again > > > > > >> ----- Original Message ----- > >> > >> From: Elie Haddad > >> > >> Sent: 10/29/10 10:13 AM > >> > >> To: xml...@li... > >> > >> Subject: [xmlvm-users] Android to iphone with external jar library > >> > >> > >> Hello All, > >> > >>> > >>> I have a project in android that is using external jar files added to > >>> my eclipse how can i use xmlvm to include those jar file in cross > >>> compilation to iphone since in the folder containg the .class files > >>> there is no reference to the classes included in the jar files imported. > >>> > >>> > >>> Thank you very much. > >>> > >>> > >>> Elie > >>> > >> > > > > > > > > ------------------------------------------------------------------------------ > > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > > http://p.sf.net/sfu/nokia-dev2dev > > > > > > > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America > contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in > marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > |
From: Guillaume C. <cha...@gm...> - 2010-11-01 10:03:43
|
Hello all, I am getting interested in the project because I am trying to port a J2ME MIDlet to a native Symbian application. I guess In theory it could be possible to use xmlvm to generate C code that is compiled for the Symbian platform. So I would like to know if anyone has already tried this with some success ? Is Symbian support planned for the future ? Guillaume -- Guillaume Chéreau blogs : http://charlie137.blogspot.com/, http://charlie137-2.blogspot.com/ |
From: Elie H. <eli...@gm...> - 2010-11-01 07:55:06
|
Dear Mr. Puder, Thank you very much for your help. i pointed to the directory of the jar files and i got the below error. WARNING: Unable to create InputProcesses for input: Directory/signpost-core-1.2.jar Should i extract the jar files to the directory? if the jar files contain more than one directory in it should i point to those folders also each one by itself in the --in? Thank you ----- Original Message ----- From: Arno Puder Sent: 10/30/10 12:57 AM To: xml...@li... Subject: Re: [xmlvm-users] Android to iphone with external jar library you have to reference the external .jar files via --in. This way they get automatically cross-compiled and included in the resulting project. --resource is only for resources such as images that should get copied to the resulting project. Arno On 10/29/10 2:07 AM, Elie Haddad wrote: > > Hello Again, > > > I forgot to mention too the resource files ( images, layouts) how can > add them also > > > i was reading in the mailing list that there is -resource command what > should it point too should my jar files also be pointed by the -resource? > > > Thanks again > > >> ----- Original Message ----- >> >> From: Elie Haddad >> >> Sent: 10/29/10 10:13 AM >> >> To: xml...@li... >> >> Subject: [xmlvm-users] Android to iphone with external jar library >> >> >> Hello All, >> >>> >>> I have a project in android that is using external jar files added to >>> my eclipse how can i use xmlvm to include those jar file in cross >>> compilation to iphone since in the folder containg the .class files >>> there is no reference to the classes included in the jar files imported. >>> >>> >>> Thank you very much. >>> >>> >>> Elie >>> >> > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ xmlvm-users mailing list xml...@li... https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Arno P. <ar...@pu...> - 2010-10-29 23:50:43
|
you have to reference the external .jar files via --in. This way they get automatically cross-compiled and included in the resulting project. --resource is only for resources such as images that should get copied to the resulting project. Arno On 10/29/10 2:07 AM, Elie Haddad wrote: > > Hello Again, > > > I forgot to mention too the resource files ( images, layouts) how can > add them also > > > i was reading in the mailing list that there is -resource command what > should it point too should my jar files also be pointed by the -resource? > > > Thanks again > > >> ----- Original Message ----- >> >> From: Elie Haddad >> >> Sent: 10/29/10 10:13 AM >> >> To: xml...@li... >> >> Subject: [xmlvm-users] Android to iphone with external jar library >> >> >> Hello All, >> >>> >>> I have a project in android that is using external jar files added to >>> my eclipse how can i use xmlvm to include those jar file in cross >>> compilation to iphone since in the folder containg the .class files >>> there is no reference to the classes included in the jar files imported. >>> >>> >>> Thank you very much. >>> >>> >>> Elie >>> >> > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Elie H. <eli...@gm...> - 2010-10-29 09:07:23
|
Hello Again, I forgot to mention too the resource files ( images, layouts) how can add them also i was reading in the mailing list that there is -resource command what should it point too should my jar files also be pointed by the -resource? Thanks again ----- Original Message ----- From: Elie Haddad Sent: 10/29/10 10:13 AM To: xml...@li... Subject: [xmlvm-users] Android to iphone with external jar library Hello All, I have a project in android that is using external jar files added to my eclipse how can i use xmlvm to include those jar file in cross compilation to iphone since in the folder containg the .class files there is no reference to the classes included in the jar files imported. Thank you very much. Elie |