From: Arno P. <ar...@pu...> - 2011-05-12 05:01:15
|
you should create the Xcode project on a Mac platform. If you run XMLVM on a Windows box, it will also use Windows-style conventions (such as '\' instead of '/'). As the for code instructions, well how about telling us which byte code instructions are missing? :) Arno On 5/10/11 12:50 PM, cpsingh wrote: > Hi > Anyone can help me in compiling the Java code to Iphone. I am able to > compile the jave code in iphone app. I am using the Windows platform and > it is generating the Iphone app without any error. But when i am > deploying the application Mac Book using the guide provided in the > xmlvm.org then xcode is giving so many errors. I am able to remove the > errors also by removing some of the files which are creating problem. > Now when i am trying to run the code in IPhone simulator then it is > giving missing byte code. Can u please help me out from this problem > Regards > CP Singh > > ----- Original Message ----- > *From:* D.D...@ak... <mailto:D.D...@ak...> > *To:* Panayotis Katsaloulis <mailto:pan...@pa...> ; > xml...@li... > <mailto:xml...@li...> > *Sent:* Tuesday, May 10, 2011 15:20 > *Subject:* Re: [xmlvm-users] [xmlvm-dev] Files path > > Hi, > > I checked it by trying to create a new project and providing as > resource folder the absolute path > of a folder located somewhere else in the system. However I get the > following warning > > WARNING: InputProcess.GetOutputFiles(): Input File does not exist or > is not a file > > If I check the project, I have a resources folder that only contains > the demo.png file, while > the xmlvm.properties file has the entry > > xmlvm.resource=resources/ > > Obviously it didn't take into account my resources. How should it > behave instead? > Should it copy my files into the resources/ folder? Can I do it > manually? > That's what I did previously and it works, as far as I use images. > If I try to read a file > instead, I get the error I wrote you about. I don't know if the > things are connected. > It may be useful to know that mu res/ folder contains subdirectories > which contain the needed files > > I also tried to modify the resource path to > > xmlvm.resource=res > > But the result is the same: images are loaded anyway, while files > aren't (with any combination of file path except for the absolute one) > > Any hint? > > Thanks, > > Domenico > > -----Domenico De Fano <dom...@gm...> a écrit : ----- > > A : Panayotis Katsaloulis <pan...@pa...>, > d.d...@ak... > De : Domenico De Fano <dom...@gm...> > Date : 10/05/2011 09:02 > Objet : Re: [xmlvm-dev] Files path > > Hi, > > I think I got the point: when I created the project, I didn't > indicate in the full path in the --resource option, so that this > is actually located outside the project directory. I'll try and > let you know > However, I wonder if I should see something in the xcode project > too, a reference to the resources folders or something > similar. > > Thanks for your help! > > Domenico De Fano > > On 4 May 2011 20:48, Panayotis Katsaloulis > <pan...@pa... <mailto:pan...@pa...>> wrote: > > > On May 4, 2011, at 9:28 PM, Domenico De Fano wrote: > > > Hi, > > > > That's exactly what I'm doing, but unfortunately it > doesn't work. Do you think I need to set any particular > > configuration in the XMLVM project or to put my files in > another folder? > > Also, I don't understand why I don't need to add the > "res/" to the path when loading images using the > > UIIMage. I know it depends on the fact that when I > created the project I set that folder as the one > > containing the resources, but I don't clearly see the > connection. > > > > Thanks, > > > > Domenico > > Just a quick comment: > I have used folders with resources in the main bundle and > elsewhere and works perfectly. > I suspect that you don't do something correctly. > > As a first step, have a look at the produces *.app directory > and make sure that the file hierarchy is correct. > ------------------------------------------------------------------------------ > WhatsUp Gold - Download Free Network Management Software > The most intuitive, comprehensive, and cost-effective network > management toolset available today. Delivers lowest initial > acquisition cost and overall TCO of any competing solution. > http://p.sf.net/sfu/whatsupgold-sd > _______________________________________________ > Xmlvm-developers mailing list > Xml...@li... > <mailto:Xml...@li...> > https://lists.sourceforge.net/lists/listinfo/xmlvm-developers > > > > > -- > Domenico De Fano > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > > ------------------------------------------------------------------------ > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users > > > > ------------------------------------------------------------------------------ > Achieve unprecedented app performance and reliability > What every C/C++ and Fortran developer should know. > Learn how Intel has extended the reach of its next-generation tools > to help boost performance applications - inlcuding clusters. > http://p.sf.net/sfu/intel-dev2devmay > > > > _______________________________________________ > xmlvm-users mailing list > xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlvm-users |