|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Integration of ant
hello folks,
i'm checking the possibilities to integrate ant into an java application. I want to coda an small "ant-managment-application" for our deployment. At the moment i call Runtime.getRuntime().exec white the ant command. But this can't be the best solution. So at the moment i'm searching the internet for information about possibilites to integrate ant directly. Do you know some solutions? Greetings fussi |
|
#2
|
|||
|
|||
|
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_gawor/0502_gawor.html
Last edited by Annie79 : April 9th, 2008 at 09:36 AM. Reason: Modified URL |
|
#3
|
|||
|
|||
|
ANT itself is written in Java, so you can just call the main method of ANT's Main class to start things up.
Check the org.apache.tools.ant.Main class in ANT's JAR. Some info about it can be found at http:// ant(dot)apache(dot)org/manual/index.html |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > Integration of ant |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|