IntelliJ Java IDE
The moose likes Ant, Maven and Other Build Tools and the fly likes How to change default buid in WSAD using ant Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Practical Unit Testing with TestNG and Mockito this week in the Testing forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "How to change default buid in WSAD using ant" Watch "How to change default buid in WSAD using ant" New topic
Author

How to change default buid in WSAD using ant

Munish Dabra
Greenhorn

Joined: Nov 18, 2003
Posts: 19
Hi !

I am new to ant and presently in my project i have to first rebuild the project (using default build in wsad) and after that i have to run two more ant scripts for some changes in urls.

What i wanna do is create a single ant file which will serve all the three purpose in a sequence.And i didnt have to do these three things separetely.

I was just wondering how to do that? Can anybody help me out....


Munish Dabra<br />SCJP , SCWD
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

Put the three targets into one projetc in one file. Since they all are part of a project anyway - thats how you should be doing it. Then just call each one explicitly, or use the "depends" attribute of the target element to call them in sequence.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Munish Dabra
Greenhorn

Joined: Nov 18, 2003
Posts: 19
Thanks Paul.I was just wondering where the (default build file of wsad)can be found ..i mean in which folder under wsad..or is it generated dynamicaly by some java file..

You help will be greatly appreciated
 
 
subject: How to change default buid in WSAD using ant
 
Threads others viewed
WSAD ant ant build script
to create an EAR with ANT
Using ANT
WSAD vs. ANT Differences in class file compare
Generate Stub and build ejb jar for EJB 2.0
developer file tools