Using 1.5: cannot find symbol
Even though my latest classes (JARs) are in my (Eclipse) project's CLASSPATH, when I compile my classes via ANT, I get "cannot find symbol" errors. But when I compile them with the Eclipse IDE, it works. I triple-checked the classpath of my ANT build file (but it never changed anyway) and it has the exact same JAR files (incl. locations) as the Eclipse build path. I wonder if the SDK 1.5 does something differently compared to the 1.4.2?

