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: dilip v. <dc...@gm...> - 2012-05-07 13:29:00
|
hi , i will add this bug Error: Unkown target: android-on-iphone Error: Unkown target: run -xode Regards, D.Dilip vengsarkar On Mon, May 7, 2012 at 11:37 AM, dilip vengsarkar <dc...@gm...> wrote: > hi arno , > > i hope u had been misquoted what i have trying to say . > > 1.Is possible to cross compiling form android app (hello world ) to > iphone app using linux tools (cygwin) in windows platform and then i will > deploy it on mac. > > 2.if it is , i followed certain steps: > > method one : > > xmlvm --in=/ManojIphoneApps/Iphone-demo/ --out=/ManojIphoneApps/DEMO > --target=iphone --app-name=iphone-demo --lib=android > --resource=/ManojIphoneApps/Iphone-demo/AndroidManifest.xml:res/:assets/ > > we are getting bulid and dist as follows . but resource file is > missing .. > > method two : > based on these link : > > > http://sourceforge.net/mailarchive/forum.php?thread_name=CBA1F310.1253%25jcpalmer%40rochester.rr.com&forum_name=xmlvm-users > > migration of existing android targets > xmlvm --skeleton=android:migrate --out=OUTDIR > build.xml > nbproject/androidsupport.xml is missing bulid-android is generating > nbproject/project.properties is properly generated > local.properties. is set > Using Eclipse is successfully build . after build successfully is not > generating build and dist files . > i do know .. how to add plugins in iphone project .. > > please correct me ... i want do cross compilation from android to > iphone using > linux tools (cygwin) on windows. > > > Regards, > D.Dilip Vengsarkar > > |
From: dilip v. <dc...@gm...> - 2012-05-07 06:07:34
|
hi arno , i hope u had been misquoted what i have trying to say . 1.Is possible to cross compiling form android app (hello world ) to iphone app using linux tools (cygwin) in windows platform and then i will deploy it on mac. 2.if it is , i followed certain steps: method one : xmlvm --in=/ManojIphoneApps/Iphone-demo/ --out=/ManojIphoneApps/DEMO --target=iphone --app-name=iphone-demo --lib=android --resource=/ManojIphoneApps/Iphone-demo/AndroidManifest.xml:res/:assets/ we are getting bulid and dist as follows . but resource file is missing .. method two : based on these link : http://sourceforge.net/mailarchive/forum.php?thread_name=CBA1F310.1253%25jcpalmer%40rochester.rr.com&forum_name=xmlvm-users migration of existing android targets xmlvm --skeleton=android:migrate --out=OUTDIR build.xml nbproject/androidsupport.xml is missing bulid-android is generating nbproject/project.properties is properly generated local.properties. is set Using Eclipse is successfully build . after build successfully is not generating build and dist files . i do know .. how to add plugins in iphone project .. please correct me ... i want do cross compilation from android to iphone using linux tools (cygwin) on windows. Regards, D.Dilip Vengsarkar |
From: Arno P. <ar...@pu...> - 2012-05-07 01:20:52
|
On 5/3/12 9:01 AM, Volker Berlin wrote: > Hi, > > The idea of the project xmlvm is very cool. It is that what we need. But > I can't faith that it work. > > How is the status of the project. I know a very abstract question. That > a little more specific: > > * Can I write my business logic in Java and convert it in a .NET > application, Android application and iphone application. For the GUI > I want use a wrapper on every platform? we don't support .NET. I'm not sure what you mean with "wrapper". There is a patch that supports partial cross-compilation where you can supply a custom UI for different platforms. You still need to write this UI though. The patch has not been merged with the main code base yet, but you can look at it here: http://xmlvm-reviews.appspot.com/216001/ > * Which packages can I use? Don't know what you mean with 'package'. > * Are there already wrapper for a GUI? Don't know what you mean with 'wrapper'. XMLVM does some mapping for certain Android GUI elements to iOS, but you have to be aware that Android and iOS have different UI idioms (just consider the 'back' and 'menu' buttons on Android. How can those be mapped to iOS in an automated way?) One thing you don't want is an iOS app that feels like an Android app. The solution can only be that you have to re-write the UI parts for the respective target platform. Arno |
From: Arno P. <ar...@pu...> - 2012-05-07 00:42:50
|
from where to where are you trying to convert? It looks like you are trying to convert a .NET program. Please note that XMLVM's sole focus is iOS these days. Other targets haven't been worked on in a long time and will most likely not work. Arno On 5/4/12 6:42 AM, Antoine Polatouche wrote: > Hi there, > > What am I doing wrong ? > Thanks in advance ! > > I'm not able to convert a simple Hello world console application using > xmlvm. > The OS is ubuntu 11.4, the exe is the default C# console project from > Monodevelop using java as > > java version "1.6.0_22" > OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1) > OpenJDK Server VM (build 20.0-b11, mixed mode) > > The xmlvm binary was generated from the svn sources (rev 2204) using ant > and installed with sudo nant install. > > The output with the default --target parameter seems correct (I'm not > sure: see below) > > Using other values for --target is giving exceptions or bad results > (with things as > java: System.err.println("clr:code"); > js: ERROR("clr:code"); > in the generated code) > > > Generated file: HelloConsole_MainClass.xmlvm > $ xmlvm --in=inputdir --out=outputdir --target=xmlvm --debug=all> out.txt > -------------------------------------------------------------- > <?xml version="1.0" encoding="UTF-8"?> > <vm:xmlvm xmlns:vm="http://xmlvm.org" xmlns:clr="http://xmlvm.org/clr"> > <!--Generated: Fri May 04 15:11:17 CEST 2012--> > <vm:class name="MainClass" package="HelloConsole" > extends="System.Object"> > <vm:method name="<init>" isPublic="true" stack="8" locals="1"> > <vm:signature> > <vm:return type="void" /> > </vm:signature> > <clr:code> > <clr:ldarg index="0" /> > <clr:call has-this="true" class-type="System.Object" > method="<init>"> > <vm:signature> > <vm:return type="void" /> > </vm:signature> > </clr:call> > <clr:return /> > </clr:code> > </vm:method> > <vm:method name="Main" isStatic="true" isPublic="true" stack="8" > locals="1"> > <vm:signature> > <vm:return type="void" /> > <vm:parameter type="System.String[]" /> > </vm:signature> > <clr:code> > <clr:ldc type="System.String" value="Hello World!" /> > <clr:call has-this="false" class-type="System.Console" > method="WriteLine"> > <vm:signature> > <vm:return type="void" /> > <vm:parameter type="System.String" /> > </vm:signature> > </clr:call> > <clr:return /> > </clr:code> > </vm:method> > </vm:class> > </vm:xmlvm> > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Arno P. <ar...@pu...> - 2012-05-07 00:38:22
|
you cannot create an iOS project on Windows. You need MacOS for that. Assuming you are running under MacOS, you can cross-compile an Android Hello World with the following sequence: cd xmlvm ant cd tutorial/android/helloworld/prog/ ant run-Xcode Make sure that in xmlvm/properties/local.properties there is a sdk.dir property that points to the directory of your Android installation. Arno On 5/4/12 5:05 AM, dilip vengsarkar wrote: > > > > > hi all, > > I am using "hello world " in android application and i need to > convert to IOS app support for iphone .. since i am working on > windows 7 and could not not able use android on target .. .. i am > using xmlvm ... please tell me way convert from android app to iphone > app .. and better it will be on screenshot ... > > > Thank in advance > > > Regards, > D.Dilip Vengsarkar > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Antoine P. <an...@ja...> - 2012-05-04 13:59:05
|
Hi there, What am I doing wrong ? Thanks in advance ! I'm not able to convert a simple Hello world console application using xmlvm. The OS is ubuntu 11.4, the exe is the default C# console project from Monodevelop using java as java version "1.6.0_22" OpenJDK Runtime Environment (IcedTea6 1.10.6) (6b22-1.10.6-0ubuntu1) OpenJDK Server VM (build 20.0-b11, mixed mode) The xmlvm binary was generated from the svn sources (rev 2204) using ant and installed with sudo nant install. The output with the default --target parameter seems correct (I'm not sure: see below) Using other values for --target is giving exceptions or bad results (with things as java: System.err.println("clr:code"); js: ERROR("clr:code"); in the generated code) Generated file: HelloConsole_MainClass.xmlvm $ xmlvm --in=inputdir --out=outputdir --target=xmlvm --debug=all > out.txt -------------------------------------------------------------- <?xml version="1.0" encoding="UTF-8"?> <vm:xmlvm xmlns:vm="http://xmlvm.org" xmlns:clr="http://xmlvm.org/clr"> <!--Generated: Fri May 04 15:11:17 CEST 2012--> <vm:class name="MainClass" package="HelloConsole" extends="System.Object"> <vm:method name="<init>" isPublic="true" stack="8" locals="1"> <vm:signature> <vm:return type="void" /> </vm:signature> <clr:code> <clr:ldarg index="0" /> <clr:call has-this="true" class-type="System.Object" method="<init>"> <vm:signature> <vm:return type="void" /> </vm:signature> </clr:call> <clr:return /> </clr:code> </vm:method> <vm:method name="Main" isStatic="true" isPublic="true" stack="8" locals="1"> <vm:signature> <vm:return type="void" /> <vm:parameter type="System.String[]" /> </vm:signature> <clr:code> <clr:ldc type="System.String" value="Hello World!" /> <clr:call has-this="false" class-type="System.Console" method="WriteLine"> <vm:signature> <vm:return type="void" /> <vm:parameter type="System.String" /> </vm:signature> </clr:call> <clr:return /> </clr:code> </vm:method> </vm:class> </vm:xmlvm> |
From: dilip v. <dc...@gm...> - 2012-05-04 12:06:05
|
hi all, I am using "hello world " in android application and i need to convert to IOS app support for iphone .. since i am working on windows 7 and could not not able use android on target .. .. i am using xmlvm ... please tell me way convert from android app to iphone app .. and better it will be on screenshot ... Thank in advance Regards, D.Dilip Vengsarkar |
From: dilip v. <dc...@gm...> - 2012-05-04 12:04:57
|
hi all, I had developed "hello world " in android application and i need to convert to IOS app support for iphone .. since i am working on windows 7 and could not not able use android on target (command) .. .. i am using xmlvm for ... please tell me way convert from android app to iphone app .. and better it will be on screenshot ... Thank in advance Regards, D.Dilip Vengsarkar |
From: Volker B. <vol...@go...> - 2012-05-03 22:39:10
|
Hi, The idea of the project xmlvm is very cool. It is that what we need. But I can't faith that it work. How is the status of the project. I know a very abstract question. That a little more specific: * Can I write my business logic in Java and convert it in a .NET application, Android application and iphone application. For the GUI I want use a wrapper on every platform? * Which packages can I use? * Are there already wrapper for a GUI? Volker |
From: Arno P. <ar...@pu...> - 2012-04-26 02:33:14
|
sorry for the late response. With regards to your questions: - any changes you make to LGPL code you need to give back to XMLVM. - any changes to Apache licensed code (e.g., the Android Compat Lib) you do not need to give back to us, however, it would be nice if you did. - you don't have to Open Source your app if you use XMLVM. - you don't have to add a logo in your app. Arno On 4/20/12 8:38 AM, Sven Reinck wrote: > Hi XmlVm Group, > > I'm evaluating XmlVm for use in a commercial product. I would have to > add code to the compat lib. Now I'm wondering what I have to do > according to the license. As I see it, the LGPL would not restrict me in > any way if I just "use" XmlVM. But since the LGPL seams also to apply to > the compat lib and this is compiled together with the rest of my code, I > would not be able to use it in a comercial product. I think that's what > the appending to the LGPL is for. So I should be fine. Now LGPL says > that I have to integrate XmlVms Logo in my App. Is this correct? Are > there other restrictions? Commiting back the code I changed in the > compat lib would not be the problem. > > Sven > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Mark W. <ma...@ma...> - 2012-04-25 19:48:33
|
All, I wanted to post a link to a general survey vis. Java on the iPhone. I am currently considering what I suppose you could see as a commercial alternative to XMLVM in that it would also provide Java on the iPhone. This post is not directly targeted at XMLVM. However, there is room in the answers for people who like XMLVM. I greatly appreciate any of your answers. The survey should only take a few minutes of your time. Again, I hope the moderators of this list do not mind this post. We do share a common interest, and I hope it sits okay with everyone. The link to the survey is: https://aytm.com/r96a09c Thank you, Mark Wolfskehl |
From: Sven R. <sr...@go...> - 2012-04-20 15:39:10
|
Hi XmlVm Group, I'm evaluating XmlVm for use in a commercial product. I would have to add code to the compat lib. Now I'm wondering what I have to do according to the license. As I see it, the LGPL would not restrict me in any way if I just "use" XmlVM. But since the LGPL seams also to apply to the compat lib and this is compiled together with the rest of my code, I would not be able to use it in a comercial product. I think that's what the appending to the LGPL is for. So I should be fine. Now LGPL says that I have to integrate XmlVms Logo in my App. Is this correct? Are there other restrictions? Commiting back the code I changed in the compat lib would not be the problem. Sven |
From: Paul P. <bay...@gm...> - 2012-04-16 15:57:37
|
Hi Bruce, I get that as well, but I'm pretty sure these are normal messages for gen-c-native-skeletons, so you don't need to worry. Thanks, Paul On Mon, Apr 16, 2012 at 5:37 AM, Bruce Jackson <bru...@go...>wrote: > Hi Markus > > I'm using your patches as a starting point for this. Some of your work > has already been merged into trunk, but before getting too far into > development, I wanted to be sure that I am building everything > correctly, which is my question. > > Even when I check out from clean, I seem to have errors in my build > log when I ant gen-c-native-skeletons, but these may be normal, I'm > not sure. > > Thanks > > Bruce > > On Mon, Apr 16, 2012 at 11:30 AM, Markus Heberling <ma...@ti...> > wrote: > > Hi, > > > > I have already started support for Datagram packets a while ago: > http://xmlvm-reviews.appspot.com/136001/ > > > > I have currently no time to continue, but maybe it is helpful for you. > > > > Regards, > > Markus > > > > Am 16.04.2012 um 12:21 schrieb Bruce Jackson: > > > >> Hello there > >> > >> I'm working on putting some addiotnal methods into xmlvm to support > >> DatagramPackets. I want to sanity check what I'm doing, so I have done > >> a fresh checkout from svn. > >> > >> If I then go into trunk/xmlvm and ant gen-c-native-skeletons, I get > >> the following output at the end of the build: > >> > >> [java] [04/13/12 12:34:02.078] ERROR: Vtable for > >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > >> [java] [04/13/12 12:34:02.079] ERROR: Vtable for > >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > >> [java] [04/13/12 12:34:02.084] ERROR: Vtable for > >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > >> [java] [04/13/12 12:34:02.230] ERROR: Vtable for > >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > >> [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: > >> Problem with adjusting type for > >> 'org.apache.harmony.luni.internal.nls.Messages' while processing > >> instruction: > >> [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: > >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > >> class-type="org.apache.harmony.luni.internal.nls.Messages" > >> method="setLocale"><dex:parameters><dex:parameter > >> type="java.util.Locale" register="0" /><dex:parameter > >> type="java.lang.String" register="1" /><dex:return > >> type="java.util.ResourceBundle" /></dex:parameters><dex:move-result > >> vx="0" vx-type="java.util.ResourceBundle" /></dex:invoke-static> > >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > >> Problem with adjusting type for 'java.net.ProxySelectorImpl' while > >> processing instruction: > >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > >> class-type="java.net.ProxySelectorImpl" > >> method="access$0"><dex:parameters><dex:parameter > >> type="java.util.Properties" register="1" /><dex:return type="void" > >> /></dex:parameters></dex:invoke-static> > >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > >> Problem with adjusting type for 'java.net.ProxySelectorImpl' while > >> processing instruction: > >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > >> class-type="java.net.ProxySelectorImpl" > >> method="access$1"><dex:parameters><dex:return > >> type="java.util.Properties" /></dex:parameters><dex:move-result vx="1" > >> vx-type="java.util.Properties" /></dex:invoke-static> > >> > >> BUILD SUCCESSFUL > >> > >> > >> Is this what you would expect? I was concerned abut the errors > >> although it does say that its successful. > >> > >> Thanks > >> > >> Bruce > >> > >> > ------------------------------------------------------------------------------ > >> For Developers, A Lot Can Happen In A Second. > >> Boundary is the first to Know...and Tell You. > >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > >> http://p.sf.net/sfu/Boundary-d2dvs2 > >> _______________________________________________ > >> xmlvm-users mailing list > >> xml...@li... > >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Bruce J. <bru...@go...> - 2012-04-16 10:37:23
|
Hi Markus I'm using your patches as a starting point for this. Some of your work has already been merged into trunk, but before getting too far into development, I wanted to be sure that I am building everything correctly, which is my question. Even when I check out from clean, I seem to have errors in my build log when I ant gen-c-native-skeletons, but these may be normal, I'm not sure. Thanks Bruce On Mon, Apr 16, 2012 at 11:30 AM, Markus Heberling <ma...@ti...> wrote: > Hi, > > I have already started support for Datagram packets a while ago: http://xmlvm-reviews.appspot.com/136001/ > > I have currently no time to continue, but maybe it is helpful for you. > > Regards, > Markus > > Am 16.04.2012 um 12:21 schrieb Bruce Jackson: > >> Hello there >> >> I'm working on putting some addiotnal methods into xmlvm to support >> DatagramPackets. I want to sanity check what I'm doing, so I have done >> a fresh checkout from svn. >> >> If I then go into trunk/xmlvm and ant gen-c-native-skeletons, I get >> the following output at the end of the build: >> >> [java] [04/13/12 12:34:02.078] ERROR: Vtable for >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! >> [java] [04/13/12 12:34:02.079] ERROR: Vtable for >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! >> [java] [04/13/12 12:34:02.084] ERROR: Vtable for >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! >> [java] [04/13/12 12:34:02.230] ERROR: Vtable for >> org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! >> [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: >> Problem with adjusting type for >> 'org.apache.harmony.luni.internal.nls.Messages' while processing >> instruction: >> [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" >> class-type="org.apache.harmony.luni.internal.nls.Messages" >> method="setLocale"><dex:parameters><dex:parameter >> type="java.util.Locale" register="0" /><dex:parameter >> type="java.lang.String" register="1" /><dex:return >> type="java.util.ResourceBundle" /></dex:parameters><dex:move-result >> vx="0" vx-type="java.util.ResourceBundle" /></dex:invoke-static> >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: >> Problem with adjusting type for 'java.net.ProxySelectorImpl' while >> processing instruction: >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" >> class-type="java.net.ProxySelectorImpl" >> method="access$0"><dex:parameters><dex:parameter >> type="java.util.Properties" register="1" /><dex:return type="void" >> /></dex:parameters></dex:invoke-static> >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: >> Problem with adjusting type for 'java.net.ProxySelectorImpl' while >> processing instruction: >> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: >> <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" >> class-type="java.net.ProxySelectorImpl" >> method="access$1"><dex:parameters><dex:return >> type="java.util.Properties" /></dex:parameters><dex:move-result vx="1" >> vx-type="java.util.Properties" /></dex:invoke-static> >> >> BUILD SUCCESSFUL >> >> >> Is this what you would expect? I was concerned abut the errors >> although it does say that its successful. >> >> Thanks >> >> Bruce >> >> ------------------------------------------------------------------------------ >> For Developers, A Lot Can Happen In A Second. >> Boundary is the first to Know...and Tell You. >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >> http://p.sf.net/sfu/Boundary-d2dvs2 >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Markus H. <ma...@ti...> - 2012-04-16 10:31:02
|
Hi, I have already started support for Datagram packets a while ago: http://xmlvm-reviews.appspot.com/136001/ I have currently no time to continue, but maybe it is helpful for you. Regards, Markus Am 16.04.2012 um 12:21 schrieb Bruce Jackson: > Hello there > > I'm working on putting some addiotnal methods into xmlvm to support > DatagramPackets. I want to sanity check what I'm doing, so I have done > a fresh checkout from svn. > > If I then go into trunk/xmlvm and ant gen-c-native-skeletons, I get > the following output at the end of the build: > > [java] [04/13/12 12:34:02.078] ERROR: Vtable for > org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > [java] [04/13/12 12:34:02.079] ERROR: Vtable for > org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > [java] [04/13/12 12:34:02.084] ERROR: Vtable for > org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > [java] [04/13/12 12:34:02.230] ERROR: Vtable for > org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! > [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: > Problem with adjusting type for > 'org.apache.harmony.luni.internal.nls.Messages' while processing > instruction: > [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: > <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > class-type="org.apache.harmony.luni.internal.nls.Messages" > method="setLocale"><dex:parameters><dex:parameter > type="java.util.Locale" register="0" /><dex:parameter > type="java.lang.String" register="1" /><dex:return > type="java.util.ResourceBundle" /></dex:parameters><dex:move-result > vx="0" vx-type="java.util.ResourceBundle" /></dex:invoke-static> > [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > Problem with adjusting type for 'java.net.ProxySelectorImpl' while > processing instruction: > [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > class-type="java.net.ProxySelectorImpl" > method="access$0"><dex:parameters><dex:parameter > type="java.util.Properties" register="1" /><dex:return type="void" > /></dex:parameters></dex:invoke-static> > [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > Problem with adjusting type for 'java.net.ProxySelectorImpl' while > processing instruction: > [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: > <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" > class-type="java.net.ProxySelectorImpl" > method="access$1"><dex:parameters><dex:return > type="java.util.Properties" /></dex:parameters><dex:move-result vx="1" > vx-type="java.util.Properties" /></dex:invoke-static> > > BUILD SUCCESSFUL > > > Is this what you would expect? I was concerned abut the errors > although it does say that its successful. > > Thanks > > Bruce > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Bruce J. <bru...@go...> - 2012-04-16 10:22:04
|
Hello there I'm working on putting some addiotnal methods into xmlvm to support DatagramPackets. I want to sanity check what I'm doing, so I have done a fresh checkout from svn. If I then go into trunk/xmlvm and ant gen-c-native-skeletons, I get the following output at the end of the build: [java] [04/13/12 12:34:02.078] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.079] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.084] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.230] ERROR: Vtable for org.apache.harmony.luni.lang.reflect.GenericSignatureParser not found! [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: Problem with adjusting type for 'org.apache.harmony.luni.internal.nls.Messages' while processing instruction: [java] [04/13/12 12:34:02.690] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="org.apache.harmony.luni.internal.nls.Messages" method="setLocale"><dex:parameters><dex:parameter type="java.util.Locale" register="0" /><dex:parameter type="java.lang.String" register="1" /><dex:return type="java.util.ResourceBundle" /></dex:parameters><dex:move-result vx="0" vx-type="java.util.ResourceBundle" /></dex:invoke-static> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: Problem with adjusting type for 'java.net.ProxySelectorImpl' while processing instruction: [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="java.net.ProxySelectorImpl" method="access$0"><dex:parameters><dex:parameter type="java.util.Properties" register="1" /><dex:return type="void" /></dex:parameters></dex:invoke-static> [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: Problem with adjusting type for 'java.net.ProxySelectorImpl' while processing instruction: [java] [04/13/12 12:34:02.905] WARNING: VtableOutputProcess: <dex:invoke-static xmlns:dex="http://xmlvm.org/dex" class-type="java.net.ProxySelectorImpl" method="access$1"><dex:parameters><dex:return type="java.util.Properties" /></dex:parameters><dex:move-result vx="1" vx-type="java.util.Properties" /></dex:invoke-static> BUILD SUCCESSFUL Is this what you would expect? I was concerned abut the errors although it does say that its successful. Thanks Bruce |
From: Arno P. <ar...@pu...> - 2012-04-14 18:23:39
|
we don't support the API for SQLite on iOS yet, so you would either have to add that capability to XMLVM (preferred solution) or use the regular file I/O to write your data under iOS. Arno On 4/13/2012 2:38 AM, Rudolf Schillack wrote: > Hello, > > I need a possibility to store my data in iOS. In android I use the SQLiteDatabase class which I can not cross compile with XMLVM. Is there a way to use the SQLite database of the iOS, oran other way to store the data of the App in the org.xmlvm package? > > Best regards, > Rudolf Schillack > > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |
From: Rudolf S. <sch...@ha...> - 2012-04-13 09:40:02
|
Hello, I need a possibility to store my data in iOS. In android I use the SQLiteDatabase class which I can not cross compile with XMLVM. Is there a way to use the SQLite database of the iOS, oran other way to store the data of the App in the org.xmlvm package? Best regards, Rudolf Schillack |
From: Paul P. <bay...@gm...> - 2012-04-09 14:12:40
|
Run: ant gen-c-native-skeletons That will regenerate the native files, but still maintain the contents between each //XMLVM_BEGIN & //XMLVM_END. If you change the contents, you will need to "ant" again to repackage the jar. Thanks, Paul On Sun, Apr 8, 2012 at 10:07 AM, Bruce Jackson <bru...@go...>wrote: > Yes, thats correct. > > Much of the work you have done in the patch is already included in the > trunk build if I look at the source. Being a novice to this project, I was > wondering when the native libraries are actually built. The instructions on > the XMLVM site say that: > > cd xmlvm > ant > ant demos > > However, this doesn't seem to rebuild any of the native C code. Are these > built on demand when xmlvm is actually executed? If not, how do I rebuild > the native C libraries? > > Thanks > > Bruce > > On 29 Mar 2012, at 19:44, Markus Heberling wrote: > > > Seems you are trying to do UDP stuff. I have implemented some UDP stuff > in this patch: http://xmlvm-reviews.appspot.com/136001/ > > > > It is not in the mainline yet, and may have some errors, but you could > try to apply it to the current trunk version of xmlvm. Unfortunately I have > currently no time to complete the patch. :( > > > > Regards, > > Markus > > > > > > Am 29.03.2012 um 18:43 schrieb Bruce Jackson: > > > >> Is there a list of the Android/Java classes that are supported by the > various backends anywhere? > >> > >> Following your advice, I have managed to get the Boehm GC installed, > and a posix project compiled to an executable. However, when I run it, I > get the message: > >> > >> XMLVM Error: Unimplemented native method: > (org_apache_harmony_luni_platform_OSNetworkSystem_createDatagramSocket___java_io_FileDescriptor_boolean):../src/native_org_apache_harmony_luni_platform_OSNetworkSystem.c:447 > >> > >> > >> > >> On 28 Mar 2012, at 18:05, Arno Puder wrote: > >> > >>> > >>> XMLVM bundles a garbage collector pre-configured for iOS. For all other > >>> platforms (i.e., Posix) you need to download and install the Boehm GC > >>> yourself. Note that the Boehm GC recently moved to github: > >>> http://www.hpl.hp.com/personal/Hans_Boehm/gc/ > >>> > >>> Arno > >>> > >>> > >>> On 3/28/12 10:00 AM, Bruce Jackson wrote: > >>>> Thank you, thats great. If I am actually wanted to end up with a > library > >>>> that I can use in an existing iOS application, is this the ight way to > >>>> go, or should I just set the --out=iphone ? > >>>> > >>>> Thanks > >>>> > >>>> Bruce > >>>> > >>>> On 28 Mar 2012, at 16:18, Paul Poley wrote: > >>>> > >>>>> You are correct. You can find the instructions to install the boehm > GC > >>>>> in the comments at the beginning of "xmlvm/var/posix/Makefile". > >>>>> > >>>>> Thanks, > >>>>> Paul > >>>>> > >>>>> On Wed, Mar 28, 2012 at 6:20 AM, Bruce Jackson > >>>>> <bru...@go... <mailto:bru...@go...>> wrote: > >>>>> > >>>>> Hello there > >>>>> > >>>>> I have a simple Java library that I use in an Android application > >>>>> and I would like to convert it using xmlvm using the posix backend > >>>>> on MacOS X 10.6. > >>>>> > >>>>> I have built and installed xmlvm as described in the docs, and > >>>>> that all looks good. My java classes are in a directoty called > >>>>> java, and I want the output in the directory src. > >>>>> > >>>>> When I enter: > >>>>> > >>>>> xmlvm --in=./java --out=./src --target=posix > >>>>> > >>>>> …I correctly get the directories src and dist created under src. > >>>>> diet contains just one file (Makefile) while src has a whole pile > >>>>> of .c and .h files as I would expect. > >>>>> > >>>>> If I then go into dist and type: > >>>>> > >>>>> make > >>>>> > >>>>> … I get the following message: > >>>>> > >>>>> mkdir -p build/ > >>>>> mkdir -p build/obj/ > >>>>> gcc -w -std=c99 -DALL_INTERIOR_POINTERS -DGC_THREADS > >>>>> -DTHREAD_LOCAL_ALLOC -DPARALLEL_MARK -DUSE_MMAP -DUSE_MUNMAP > >>>>> -DNO_DYLD_BIND_FULLY_IMAGE -I../src -c > >>>>> ../src/com_pure_media_MediaStore.c -o > >>>>> build/obj/com_pure_media_MediaStore.o > >>>>> In file included from ../src/com_pure_media_MediaStore.c:1: > >>>>> ../src/xmlvm.h:51:16: error: gc.h: No such file or directory > >>>>> make: *** [build/obj/com_pure_media_MediaStore.o] Error 1 > >>>>> > >>>>> I can see what's happening here, but I'm not sure what I need to > >>>>> install in order to get gc.h. Nothing in the documentation tells > >>>>> me I need to have anything else installed on my system in order to > >>>>> build for a posix backend, but obviously I'm missing something > >>>>> (probably the boemgc library?) or I don't have a path to > >>>>> appropriate headers set up. > >>>>> > >>>>> Can anyone help/advise? > >>>>> > >>>>> Thanks > >>>>> > >>>>> Bruce > >>>>> > >>>>> > >>>>> > >>>>> > ------------------------------------------------------------------------------ > >>>>> This SF email is sponsosred by: > >>>>> Try Windows Azure free for 90 days Click Here > >>>>> http://p.sf.net/sfu/sfd2d-msazure > >>>>> _______________________________________________ > >>>>> xmlvm-users mailing list > >>>>> xml...@li... > >>>>> <mailto:xml...@li...> > >>>>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> > ------------------------------------------------------------------------------ > >>>> This SF email is sponsosred by: > >>>> Try Windows Azure free for 90 days Click Here > >>>> http://p.sf.net/sfu/sfd2d-msazure > >>>> > >>>> > >>>> > >>>> _______________________________________________ > >>>> xmlvm-users mailing list > >>>> xml...@li... > >>>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > >>> > >>> > ------------------------------------------------------------------------------ > >>> This SF email is sponsosred by: > >>> Try Windows Azure free for 90 days Click Here > >>> http://p.sf.net/sfu/sfd2d-msazure > >>> _______________________________________________ > >>> xmlvm-users mailing list > >>> xml...@li... > >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > >> > >> > >> > ------------------------------------------------------------------------------ > >> This SF email is sponsosred by: > >> Try Windows Azure free for 90 days Click Here > >> http://p.sf.net/sfu/sfd2d-msazure > >> _______________________________________________ > >> xmlvm-users mailing list > >> xml...@li... > >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Bruce J. <bru...@go...> - 2012-04-08 15:07:27
|
Yes, thats correct. Much of the work you have done in the patch is already included in the trunk build if I look at the source. Being a novice to this project, I was wondering when the native libraries are actually built. The instructions on the XMLVM site say that: cd xmlvm ant ant demos However, this doesn't seem to rebuild any of the native C code. Are these built on demand when xmlvm is actually executed? If not, how do I rebuild the native C libraries? Thanks Bruce On 29 Mar 2012, at 19:44, Markus Heberling wrote: > Seems you are trying to do UDP stuff. I have implemented some UDP stuff in this patch: http://xmlvm-reviews.appspot.com/136001/ > > It is not in the mainline yet, and may have some errors, but you could try to apply it to the current trunk version of xmlvm. Unfortunately I have currently no time to complete the patch. :( > > Regards, > Markus > > > Am 29.03.2012 um 18:43 schrieb Bruce Jackson: > >> Is there a list of the Android/Java classes that are supported by the various backends anywhere? >> >> Following your advice, I have managed to get the Boehm GC installed, and a posix project compiled to an executable. However, when I run it, I get the message: >> >> XMLVM Error: Unimplemented native method: (org_apache_harmony_luni_platform_OSNetworkSystem_createDatagramSocket___java_io_FileDescriptor_boolean):../src/native_org_apache_harmony_luni_platform_OSNetworkSystem.c:447 >> >> >> >> On 28 Mar 2012, at 18:05, Arno Puder wrote: >> >>> >>> XMLVM bundles a garbage collector pre-configured for iOS. For all other >>> platforms (i.e., Posix) you need to download and install the Boehm GC >>> yourself. Note that the Boehm GC recently moved to github: >>> http://www.hpl.hp.com/personal/Hans_Boehm/gc/ >>> >>> Arno >>> >>> >>> On 3/28/12 10:00 AM, Bruce Jackson wrote: >>>> Thank you, thats great. If I am actually wanted to end up with a library >>>> that I can use in an existing iOS application, is this the ight way to >>>> go, or should I just set the --out=iphone ? >>>> >>>> Thanks >>>> >>>> Bruce >>>> >>>> On 28 Mar 2012, at 16:18, Paul Poley wrote: >>>> >>>>> You are correct. You can find the instructions to install the boehm GC >>>>> in the comments at the beginning of "xmlvm/var/posix/Makefile". >>>>> >>>>> Thanks, >>>>> Paul >>>>> >>>>> On Wed, Mar 28, 2012 at 6:20 AM, Bruce Jackson >>>>> <bru...@go... <mailto:bru...@go...>> wrote: >>>>> >>>>> Hello there >>>>> >>>>> I have a simple Java library that I use in an Android application >>>>> and I would like to convert it using xmlvm using the posix backend >>>>> on MacOS X 10.6. >>>>> >>>>> I have built and installed xmlvm as described in the docs, and >>>>> that all looks good. My java classes are in a directoty called >>>>> java, and I want the output in the directory src. >>>>> >>>>> When I enter: >>>>> >>>>> xmlvm --in=./java --out=./src --target=posix >>>>> >>>>> …I correctly get the directories src and dist created under src. >>>>> diet contains just one file (Makefile) while src has a whole pile >>>>> of .c and .h files as I would expect. >>>>> >>>>> If I then go into dist and type: >>>>> >>>>> make >>>>> >>>>> … I get the following message: >>>>> >>>>> mkdir -p build/ >>>>> mkdir -p build/obj/ >>>>> gcc -w -std=c99 -DALL_INTERIOR_POINTERS -DGC_THREADS >>>>> -DTHREAD_LOCAL_ALLOC -DPARALLEL_MARK -DUSE_MMAP -DUSE_MUNMAP >>>>> -DNO_DYLD_BIND_FULLY_IMAGE -I../src -c >>>>> ../src/com_pure_media_MediaStore.c -o >>>>> build/obj/com_pure_media_MediaStore.o >>>>> In file included from ../src/com_pure_media_MediaStore.c:1: >>>>> ../src/xmlvm.h:51:16: error: gc.h: No such file or directory >>>>> make: *** [build/obj/com_pure_media_MediaStore.o] Error 1 >>>>> >>>>> I can see what's happening here, but I'm not sure what I need to >>>>> install in order to get gc.h. Nothing in the documentation tells >>>>> me I need to have anything else installed on my system in order to >>>>> build for a posix backend, but obviously I'm missing something >>>>> (probably the boemgc library?) or I don't have a path to >>>>> appropriate headers set up. >>>>> >>>>> Can anyone help/advise? >>>>> >>>>> Thanks >>>>> >>>>> Bruce >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> This SF email is sponsosred by: >>>>> Try Windows Azure free for 90 days Click Here >>>>> http://p.sf.net/sfu/sfd2d-msazure >>>>> _______________________________________________ >>>>> xmlvm-users mailing list >>>>> xml...@li... >>>>> <mailto:xml...@li...> >>>>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>>>> >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF email is sponsosred by: >>>> Try Windows Azure free for 90 days Click Here >>>> http://p.sf.net/sfu/sfd2d-msazure >>>> >>>> >>>> >>>> _______________________________________________ >>>> xmlvm-users mailing list >>>> xml...@li... >>>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>> >>> ------------------------------------------------------------------------------ >>> This SF email is sponsosred by: >>> Try Windows Azure free for 90 days Click Here >>> http://p.sf.net/sfu/sfd2d-msazure >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |
From: Pranab D. <pra...@gm...> - 2012-04-05 07:19:17
|
Hi, My earlier emails to the group has been bracketed with Android, while my problem was not related: I reported problems faced while compiling for iOS. I could overcome the first problem by trial and error and reported the method for benefit of others. However, I am getting responses that are not related to my problem, which is why I would request for appropriate classification; else, it will be frustration only. -- Regards, Pranab Das, PMP, SCEA |
From: Jeff P. <jcp...@ro...> - 2012-04-04 16:46:19
|
In the spirit of simplification, is there ever any reason to specify -in? There could be stuff that never would really get used with a jar marked as -in as well? Not a big deal. Another way to say this is why could not --in at least have the slimming characteristics of --deps as well? Jeff On 4/3/12 5:05 PM, "Sascha Haeberling" <sa...@xm...> wrote: > Instead of --in I wold recommend using --deps as it should only pull in the > portions of the library that you need. Whereas --in would cross-compile the > whole library. > > // Sascha |
From: Pranab D. <pra...@gm...> - 2012-04-04 10:58:08
|
Hi, While trying to compile the HelloWorld demo with Xcode, it says: (Lexical/preprocessor issue) 'org_xmlvm_ipone_NSString.h' file not found. Any advice? Thanks, -Pranab On Wed, Apr 4, 2012 at 2:26 PM, Pranab Das <pra...@gm...> wrote: > Hi, > > Actually, I overcame the issue mentioned by me; however, the URL given in > the slides at http://xmlvm.org/tutorial does not work on a Macbook using > eclipse: it should be https://... instead of http:// > > Can I suggest changing the URL to > https://xmlvm.svn.sourceforge.net/svnroot/xmlvm/trunk/xmlvm instead? > > Thanks, > > -Pranab > > On Tue, Apr 3, 2012 at 7:54 PM, Paul Poley <bay...@gm...> wrote: > >> That's probably a better question for tigris.org, but make sure you have >> administrator rights & since you're on a Mac, make sure you have JavaHL >> setup: >> http://subclipse.tigris.org/wiki/JavaHL >> >> Thanks, >> Paul >> >> On Tue, Apr 3, 2012 at 6:05 AM, Pranab Das <pra...@gm...>wrote: >> >>> Hi, >>> >>> Don't know what's happening but when trying to install the package >>> downloaded from http://www.open.collab.net/downloads/community/ the >>> package will not install after accepting the license agreement. >>> >>> Introduction > Continue >>> ReadMe > Continue >>> License > Continue > Agree >>> >>> After that there is only one item: Install for all users ... which is >>> highlighted but the continue button is grayed. >>> >>> Any guidance will be appreciated. >>> >>> Regards, >>> >>> Pranab Das >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Better than sec? Nothing is better than sec when it comes to >>> monitoring Big Data applications. Try Boundary one-second >>> resolution app monitoring today. Free. >>> http://p.sf.net/sfu/Boundary-dev2dev >>> _______________________________________________ >>> xmlvm-users mailing list >>> xml...@li... >>> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >>> >>> >> > > > -- > > Regards, > > Pranab Das, PMP, SCEA > > -- Regards, Pranab Das, PMP, SCEA |
From: Pranab D. <pra...@gm...> - 2012-04-04 08:57:02
|
Hi, Actually, I overcame the issue mentioned by me; however, the URL given in the slides at http://xmlvm.org/tutorial does not work on a Macbook using eclipse: it should be https://... instead of http:// Can I suggest changing the URL to https://xmlvm.svn.sourceforge.net/svnroot/xmlvm/trunk/xmlvm instead? Thanks, -Pranab On Tue, Apr 3, 2012 at 7:54 PM, Paul Poley <bay...@gm...> wrote: > That's probably a better question for tigris.org, but make sure you have > administrator rights & since you're on a Mac, make sure you have JavaHL > setup: > http://subclipse.tigris.org/wiki/JavaHL > > Thanks, > Paul > > On Tue, Apr 3, 2012 at 6:05 AM, Pranab Das <pra...@gm...> wrote: > >> Hi, >> >> Don't know what's happening but when trying to install the package >> downloaded from http://www.open.collab.net/downloads/community/ the >> package will not install after accepting the license agreement. >> >> Introduction > Continue >> ReadMe > Continue >> License > Continue > Agree >> >> After that there is only one item: Install for all users ... which is >> highlighted but the continue button is grayed. >> >> Any guidance will be appreciated. >> >> Regards, >> >> Pranab Das >> >> >> >> ------------------------------------------------------------------------------ >> Better than sec? Nothing is better than sec when it comes to >> monitoring Big Data applications. Try Boundary one-second >> resolution app monitoring today. Free. >> http://p.sf.net/sfu/Boundary-dev2dev >> _______________________________________________ >> xmlvm-users mailing list >> xml...@li... >> https://lists.sourceforge.net/lists/listinfo/xmlvm-users >> >> > -- Regards, Pranab Das, PMP, SCEA |
From: Sascha H. <sa...@xm...> - 2012-04-03 21:06:18
|
Instead of --in I wold recommend using --deps as it should only pull in the portions of the library that you need. Whereas --in would cross-compile the whole library. // Sascha On Tue, Apr 3, 2012 at 11:28 AM, Arno Puder <ar...@pu...> wrote: > > you are making use of an external JSON library that XMLVM doesn't know > about. If that library is bundled as a .jar file, you can try adding it > via --in. You should also look at the Android API that is supported by > XMLVM (check xmlvm/src/android2iphone). > > Arno > > > On 4/3/12 7:28 AM, Valeria Rogatchevskikh wrote: > > Hi > > > > Sorry to intrude but I have a similar problem as below: I am trying to > > cross compile an android project to iphone and I have tried to create > > the java project from the android thanks to your indications in the > > slide 69 but I am not sure I did it right because I get an error message: > > > > The type org.json.JSONObject cannot be resolved. It is indirectly > > referenced from required .class files > > > > Is there a way to fix this or it means that my android project cannot be > > cross-compiled? > > > > Thank you very much in advance, > > > > Regards, > > > > Valeria Rogatchevskikh > > > > El 31 de marzo de 2012 05:27, Arno Puder <ar...@pu... > > <mailto:ar...@pu...>> escribió: > > > > > > please note that XMLVM requires .class files as input; not .java > files. > > The directory you reference with --in= needs to contain .class files. > > Take a look at the slides in xmlvm/doc/slides (towards the end of the > > slides) that explain how to import an Android project as a Java > project > > and link it with XMLVM. If Eclipse should show any errors, you won't > be > > able to use XMLVM to cross-compile your app. > > > > Arno > > > > > > On 3/30/12 6:00 AM, Rudolf Schillack wrote: > > > Hello, > > > > > > I tried to cross-compile an android project to iOS. My first try > > was to > > > use the following command for an existing android project created > by > > > eclipse "xmlvm --in=Test/ --target=iphone --lib=android > > > --iphone-app=Test2" where I got a warning for every .java, .xml > > and .png > > > file like these: > > > > > > […] > > > [03/30/12 13:08:08.745] WARNING: Unable to create InputProcesses > for > > > input: […]Test/src/de/Test/TestActivity.java > > > [03/30/12 13:08:08.745] WARNING: Unable to create InputProcesses > for > > > input: […]Test/res/values/strings.xml > > > [03/30/12 13:08:08.745] WARNING: Unable to create InputProcesses > for > > > input: […]Test/res/layout/main.xml > > > [03/30/12 13:08:08.745] WARNING: Unable to create InputProcesses > for > > > input: […]Test/res/drawable-mdpi/ic_launcher.png > > > […] > > > > > > In the created Xcode project, I got a message "Update to > recommended > > > settings" > > > "Target '../Test2' - Upgrade Compiler configuration to LLVM" > > > "Project 'Test2' - Upgrade to latest Project Format' > > > > > > After that, I got some errors. 4 times in the file > > "java_lang_String.h > > > "Redefinition of 'java_lang_String' as different kind of symbol" > > at the > > > line "typedef NSMutableString java_lang_String;" > > > and one time in the file "org_xmlvm_iphone_NSObject.h" > > "Redefinition of > > > 'org_xmlvm_iphone_NSObject' as different kind of symbol" at the > line > > > "typedef NSObject org_xmlvm_iphone_NSObject;" > > > > > > I deleted these lines for test and got the next error in > > > "java_io_ByteArrayOutputStream.h" "Cannot declare variable inside > > > @interface or @protocol" at the line "static int const > > DEFAULT_CAPACITY;" > > > > > > > > > > > > So I thought cross compiling a project defined by eclipse does > > maybe not > > > work yet and I started the next try by migrating the eclipse > project > > > using "xmlvm --skeleton=android:migrate --out=../Test" to a xmlvm > > > android project where I got the following warnings: > > > > > > [03/30/12 12:33:25.045] WARNING: Using Test as application name > > > [03/30/12 12:33:25.052] WARNING: InputProcess.getOutputFiles(): > Input > > > File is null. > > > > > > The resulting project does not contain the "src", "bin" and "res" > > folder. > > > > > > Can somebody help me? > > > > > > Best regards, > > > Rudolf Schillack > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > This SF email is sponsosred by: > > > Try Windows Azure free for 90 days Click Here > > > http://p.sf.net/sfu/sfd2d-msazure > > > > > > > > > > > > _______________________________________________ > > > xmlvm-users mailing list > > > xml...@li... > > <mailto:xml...@li...> > > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > ------------------------------------------------------------------------------ > > This SF email is sponsosred by: > > Try Windows Azure free for 90 days Click Here > > http://p.sf.net/sfu/sfd2d-msazure > > _______________________________________________ > > xmlvm-users mailing list > > xml...@li... > > <mailto:xml...@li...> > > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > |