Re: [Nxtcommand-developers] iCommand 0.5 CLDC pre2
Status: Beta
Brought to you by:
bbagnall
From: Peter J. <ptg...@ch...> - 2006-11-24 17:29:51
|
Message was bounced. Try again. See previous message > -----Original Message----- > From: Peter Joosten [mailto:ptg...@ch...] > Sent: Friday, November 24, 2006 6:27 PM > To: Stefano Sanna; iCommand Developers > Subject: RE: [Nxtcommand-developers] iCommand 0.5 CLDC pre2 > > > We could icommand CLDC into a seperate project in subversion. > But how about the next idea ? > > We could use a java preprocessor, and integrate the code into the > "standard" icommand project. This works just like C/C++ #define, > #ifdef #end-if, ... > > 1. Benefits: > Prevents duplicate code. So we only have to maintain 1 source tree. > 2. Possible draw back: > You have to generate the source code for a specific platform by the > preprocessor, before it can be run. (But thats the way C programmers > work all the time) > > Preprocessing can be done by an Ant target of de build.xml > > I do not now if there will be an issue with the IDE (Eclipse) not > recognizing the preprocessor macros, resulting in Java error codes, > or maybe there is a plugin that fixes this. Also not sure of the > drawback, because this is dependend on the preprocessor product > where going to use. > > ======================================================================== > I am willing to look into this, if you agree with the gerenal idea using > a preprocessor and integrating icommmand cldc into the existing project. > ======================================================================== > > I can make a diff between "standard" and cldc icommand to decide where > to put the preprocessor commands. Generate the code for both platforms, > and diff generated sources with supplied sources for both plaforms to > verify correctness. > > Peter Joosten. > > > > > > > > -----Original Message----- > > From: nxt...@li... > > [mailto:nxt...@li...]On Behalf Of > > Stefano Sanna > > Sent: Friday, November 24, 2006 7:21 AM > > To: iCommand Developers > > Subject: [Nxtcommand-developers] iCommand 0.5 CLDC pre2 > > > > > > Hi all. > > > > I've just uploaded the pre2 version of iCommand 0.5 for CLDC. It solves > > some issues with properties initialization. > > > > You can find it at: > > > > http://www.esnips.com/doc/ae3ba49a-e1a7-4da5-8568-b7580bdde921 > > > > Brian, once iCommand for CLDC is stable we may put it into sourceforge > > repository. Is it ok? > > > > Best regards, > > Stefano. > > > > -- > > Stefano Sanna - ger...@ti... > > Personal web site: http://www.gerdavax.it > > AIM: gerdavax - Skype: gerdavax - Callsign: IS0DZE > > > > *** Solo chi non fa niente non sbaglia *** > > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to > > share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Nxtcommand-developers mailing list > Nxt...@li... > https://lists.sourceforge.net/lists/listinfo/nxtcommand-developers |