On Wed, 14 Aug 2002, Scott Ellsworth <[EMAIL PROTECTED]> wrote: > file:/Users/work/Documents/coding/isis/source/build/standard- > build.xml:134: The <depend> task doesn't support the nested "src" > element. > > Is there any way to do this?
Convert your <path> to a property (via <property refid=.../>) and pass that to the srcDir attribute of <depend>. srcdir is a path, not a directory. Adding nested <src> to <depend> would be better, but wouldn't be there before Ant 1.6. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
