http://ant.apache.org/
tar zxvf
Change java-setup-env to set ANT_HOME, and include ./bin in PATH
cp ../tomcat/server/lib/catalina-ant.jar ../ant/lib/
Download build.xml from Tomcat App. Dev. Section to /home/projects/<<proj name>>
Donwload & Config build.properties from Tomcat App. Dev. Section to /home/projects/<<proj name>>
cd /home/projects/<<proj name>>
ant -projecthelp <<-- List of Available Options
ant <<-- Compile and Move to /home/httpd-test/<<proj name>>
ant production <<-- Compile and Move to /home/httpd/<<proj name>>
tar zxvf
Change java-setup-env to set ANT_HOME, and include ./bin in PATH
cp ../tomcat/server/lib/catalina-ant.jar ../ant/lib/
Download build.xml from Tomcat App. Dev. Section to /home/projects/<<proj name>>
Donwload & Config build.properties from Tomcat App. Dev. Section to /home/projects/<<proj name>>
cd /home/projects/<<proj name>>
ant -projecthelp <<-- List of Available Options
ant <<-- Compile and Move to /home/httpd-test/<<proj name>>
ant production <<-- Compile and Move to /home/httpd/<<proj name>>