Hi I have a project set up to compile with ant using javac. Now I need to recompile my project with a different compiler to improve the speed our java app, one hasn't been picked yet. How difficult would it be to add this compiler option to ant?
Thanks Rob
