How can I write my own ANT task?
How can I write my own ANT task?Define the user defined custom script and use taskdef to define in the custom script.
One can use the tutorial-writing-tasks-src.zip file, which is available in $ANT_HOME/docs/manual directory.How can I write my own ANT task?In $ANT_HOME/docs/manual directory, there also is tutorial-writing-tasks-src.zip Taskdef can be used to define it in the script.
|
J2ME: What is J2ME?J2ME – Java 2 Platform Micro Edition. It is targeted at small, standalone or connectable consumer and embedded devices..