> From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > > Is it possible to have non existent directories listed in your path, and > not have taskdef blow up on it?
Of course! Any non-existent <pathelement> is silently ignored. What you can't have is non-existent fileset dirs ;-) One work around you can use is to not hard-code lib2 like so, but use a property. By using <condition>, you can assign the value lib2 to the lib2 property when it exists, and when it doesn't, either the value lib1 (the duplicate path elements will be dropped), or an empty directory (that you create for example). --DD --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]