You will want to look at using the preprocessor and/or possibly another open-source project called J2ME Polish. I used to programmatically generate the JAD files via Ant scripts, and then simply define a property on the command line like "-Dtarget.platform=MotoRAZR". The Ant scripts would then branch on the value of that property to generate the appropriate JAD file. J2ME Polish has an extensive database of handset characteristics (including key codes) that can make this task somewhat easier.
Parag Chandra Senior Software Developer [EMAIL PROTECTED] 404-439-5821 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of steffen kluge Sent: Tuesday, November 13, 2007 10:51 AM To: [email protected] Subject: [Eclipseme-users] Building for different device targets Hi everybody, I was wondering if there is a way to build a MIDlet Suite for a number of different target devices? Primarily I'm trying to store key codes for the soft keys in the archive descriptor file. Since phones most vendors implement different softkey codes I need to build a version for any of them. Does EclipseME provide a solution for this? Or is there another way 'round this? With kind regards, Steffen ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Eclipseme-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/eclipseme-users
