Re: taskdef failing when classpathref contains a non existent directo ry

2005-01-28 Thread Antoine Levy-Lambert
Hello Larry, the issue is not one of taskdef. fileset s are not happy when basedir does not exist. I think there is a bug report of other(s) users having trouble with this. Cheers, Antoine > Consider the following directory structure and build file: > > You have a build.xml in the root direct

taskdef failing when classpathref contains a non existent directo ry

2005-01-27 Thread Shatzer, Larry
Consider the following directory structure and build file: You have a build.xml in the root directory, with a directory named lib1 with the ant-contrib jar file found in there. Here is your build file: