From: Sascha H. <sa...@xm...> - 2010-10-26 17:46:31
|
Hi John, absolutely good suggestions and I agree with what you say. The current problem is that we are focusing on some more fundamental changes that will make XMLVM better in the long term. The things you mentioned can me mildly annoying, but are not a huge problem right now. But hey, we accept patches *huge wink* ;) Otherwise, I definitely have it on the lists of things to improve in the future. // Sascha On Tue, Oct 26, 2010 at 7:22 PM, John Bester <joh...@so...>wrote: > > For my first xmlvm test I pointed the input folder to an Android > (Eclipse) project root folder. This caused warnings for all .java files > and .svn folders to be printed. This can easily be rectified by simply > point the input folder to the bin folder in the project. My suggestion > is that, since .java files and .svn files should not be included in any > case, why are these warning messages displayed? Would it not be better > to simply skip these files? Or better even, if a ".classpath" file is > found in the input folder specified in the command line, it can simply > be parsed and the<classpathentry kind="output" path="bin"/> XML element > can be used to determine which folder to use for input. Similarly, if > there is a ".project" file, you could parse it for a default value for > the "--app-name" parameter. > > Also, it seems like the following warnings will always be displayed, > even though it seems they are not used: > WARNING: Unable to create InputProcesses for input: .../classes.dex > WARNING: Unable to create InputProcesses for input: .../someProject.apk > WARNING: Unable to create InputProcesses for input: .../resources.ap_ > > Should you not hide warnings of files that you expect but which you are > not going to process anyway? > > If you process a folder as an Eclipse project folder (like I described), > it makes it very easy to simply write a Eclipse plugin whereby you can > easily export an Android application to another platform. > > In any case, these are just suggestions. Keep up the good work - the > project opens up many doors for me. > > > > ------------------------------------------------------------------------------ > 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 > |