Re: New J2ME Ant task

2003-03-18 Thread Steve Neal
Hi Stefan, You can do the same thing with Antenna but it requires a little trickery to make sure that the jar-size attribute gets set properly in the jad-file. With Antenna, the package task will create the jar file but requires that the jad file already exists before it is run. You must therefo

Re: New J2ME Ant task

2003-03-18 Thread Stefan Bodewig
On Mon, 17 Mar 2003, Steve Neal <[EMAIL PROTECTED]> wrote: > I've implemented this task recently to help with J2ME development Just out of curiosity, what has been wrong with one of the three existing sets of tasks? I've added the pointer, it should appear on the site within the next few hours.

New J2ME Ant task

2003-03-17 Thread Steve Neal
I've implemented this task recently to help with J2ME development and thought I'd share it under the GNU general public license. Please take a look and feel free to use it. I'd also like this to be added to the external tasks page of the Ant website. The completed template follows. Regar