OK I am running my Ant build.xml but I get an error while compiling. It cannot find the Category class from Log4J. I think it must be with my classpath variables in the build.xml and can't figure it out. First here is my classpath definition.
And here is my javac call
OK, in the lib/build directory I have the log4j=boot.jar file which contains the Category class. So then why is it not finding this class when compiling? Thanks Mark
Nevermind, I found out the problem. The lib/build directory that I put the jar file in wa for a completely different Java application. It was for the one that came with the Apress Struts book that I have been reading, and not my actual project for which the Ant build scripts was running against. DOH!!!