Add application property using build.xml in J2ME polish
Hi,
I want to add an application property say 'test.name' to the Manifest file of jar file, and retrieve it in MIDlet using getAppProperty(). Can I do this using build.xml in J2ME Polish. Or do I need to add these properties manually if we use getAppProperty() ? Please clarify me about this.
Kind Regards,
Tharindu
Re: Add application property using build.xml in J2ME polish
well we have tried in two ways.. one was to add afterwards automatically with a script directly into the jad (on a server).. Even thouggh the jad then becomes different from the information i nthe manifest it seemed to work on a couple of test-devices, but I cannot guarantee that....
the other more static way would be to do it through the IDE.. personally I use NetBeans and there I have the option to add/define properties for the jad file... I guess Eclipse would offer such a functionality as well...