Wednesday, September 18, 2019

Run ant script to build Java Application; UNIX

https://stackoverflow.com/questions/6746327/how-to-run-ant-script-from-a-shell-script


Navigate to the folder in UNIX where you have the build.xml file

$ ant -buildfile build.xml

No comments: