On Mon, 12 Dec 2005, Phillip Rhodes <[EMAIL PROTECTED]> wrote: > The problem is my ant task cannot seem to locate an xml file that is > to be located in the classpath. I have supplied the directory the > xml file is in to the taskdef (the same classpath definition works > on the java and junit tasks).
Can your task be loaded using the system CLASSPATH as well? If so, it will be loaded from there and your <classpath> will be ignored (since your class doesn't know about it). If you run "ant -debug" you should see which classloader is loading which class. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]