It would be useful to see the appropriate code snippets. Eric
-----Original Message----- From: KARR, DAVID (ATTSI) [mailto:dk0...@att.com] Sent: Thursday, August 19, 2010 2:08 PM To: Ant Users List Subject: "available" appears to get confused if I use "-f buildfile" I have a build file that gets imported into my current build file. The imported build file has an "available" task to set a property if a particular directory exists, in the current directory. I have a situation where I might instead have to not have that "import", but instead do a "ant -f ../.../otherbuildfile <target>". I tried doing this, and it appears that the "available" task didn't look in the current directory, but in the directory where the (formerly) imported build file resides. I verified this with a file io monitor. It looked for my directory in the directory with the build file, not the current directory. Is there a straightforward way to make "available" look in the current directory instead? I'm using Ant 1.7.1. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org