Parsing build.xml in Java
http://www.srccodes.com/p/article/9/Invoke-and-Execute-Hello-World-Ant-Script-Programmatically-using-Java-Code
http://ant.apache.org/manual/projecthelper.html
http://stackoverflow.com/questions/830541/how-to-parse-and-interpret-ants-build-xml
Copy Directory
http://ant.apache.org/manual/Tasks/copydir.html
Running ant in java (http://ant.apache.org/manual/running.html)
http://www.ibm.com/developerworks/websphere/library/techarticles/0502_gawor/0502_gawor.htmljava -Dant.home=c:\ant org.apache.tools.ant.launch.Launcher [options] [target]
http://thilosdevblog.wordpress.com/2010/08/30/calling-an-ant-target-via-java/
http://stackoverflow.com/questions/10035188/running-ant-programmatically-through-java
No comments:
Post a Comment