>
> How to write the equivalent of the "FTP_UPLOAD" Task by
> using ANT API
> ("org.apache.tools.ant.*")
Spend some time reading everthing here at
http://ant.apache.org/manual/index.html and in particular:
http://ant.apache.org/ant_in_anger.html.
> Mr McConell the site http://www.dpml.net/d
> 1)How to set the Target name for ="TgtName"
>
> ""
>
>in property Using ANT API ("org.apache.tools.ant.*")
http://api.dpml.net/ant/1.6.5/org/apache/tools/ant/Project.html#setProperty(
java.lang.String,%20java.lang.String)
> 2)How to execute the argumented target using ANT API's.
T
> Hi Form
> I am a begineer in here
> If One uses the API's of Ant from java to set/run the targets /tasks.
> "org.apache.tools.ant.*"
> then is the "buildfile.xml" still necessary for execution.
No - the build.xml file is not necessary.
> Please somebody explain.
The centre of