Home | | | Software | | | Contact |
ANT
I never got into using make for building projects, compliling etc., used it some times when unavoidable but, when working with Java I got into using ANT Apache ANT. I just like the way I could use it to clean compile, jar and run, even selecting what compiler to use, and would do the same on Linux as Windows, however i was really sold on it when using Eclipse that it could Hot Deploy a JAR/WAR/EAR(without stopping/starting) to the server(JBoss/Jetty/Tomcat), and could be run from with in eclipse.
- buildbasic.xml all, clean, compile, jar, run
- buildeclipse.xml all, clean, compile, jar, run(2004)
- buildlatex.xml build a latex document and launch a PDF
To Do:
- Make the eclipse build more generic for Tomcat.
- Look at JAM.
- Look at Maven and Wicket.(2010)