I don't know with which build this issue came up... When I run my ant build script on the command line with ant 1.4, all is fine. When do the compile target via IDEA, javac complains that some JAXP classes and DOM classes weren't found. These are not explicitly on the classpath but should be by default because the includeAntRuntime javac task property defaults to true and ant includes both JAXP and DOM. So it seems that IDEA is executing ant without also including JAXP and DOM somehow... even though ant neads them, naturally. Hmmm.
~ David Smiley _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
