Hi - I am running ant1.4.1 using jdk1.3.1. When I use the build.compiler property set to "modern" and run ant for javac compiles, I do not see deprecation warnings that I get when I do the exact same command (copied from the ant -debug output) on the cygwin command line running on win2000. In particular, the java.awt.font class has some deprecated methods we were using. I have tried using fork=yes, and I still do not get the same output as from the command line javac. I also have used the jikes compiler in ant, and I do get the same output as on the javac command line. Why do I not see the same deprecation warnings when I use ant? I have deprecation set to "on". Thanks. - Denise
