| Author |
How to generate Ant build script?
|
Jian Yi
Ranch Hand
Joined: Feb 01, 2002
Posts: 127
|
|
Hi, I'm using WSAD 4.03 as the web development tool. Is there a tool in WSAD to generate the Ant build script for my Web project? Is it true that the Ant build script will be used on App Server to build the project? Thanks, Jenny
|
 |
Scott Duncan
Ranch Hand
Joined: Nov 01, 2002
Posts: 363
|
|
|
No you must create the ant script in order to do the build. You can do quite a bit more than build an app with ant, it should be noted. You can use WSAD to run the script by right clicking on the xml file that you create and selecting run ant.
|
No more rhymes! I mean it!<br /> <br />Does anybody want a peanut?
|
 |
Jian Yi
Ranch Hand
Joined: Feb 01, 2002
Posts: 127
|
|
|
What's the output of Ant script? Is it the war file for web project?
|
 |
Scott Duncan
Ranch Hand
Joined: Nov 01, 2002
Posts: 363
|
|
It can be the war file...or a jar file or an ear file or it can perform any number of functions. Here are some links: WSAD and ANT Apache ANT ANT manual
|
 |
 |
|
|
subject: How to generate Ant build script?
|
|
|