On Mon, Apr 12, 2010 at 1:02 AM,  <[email protected]> wrote:
> '.' in Ant is the dir where the build.xml is.
> I tried "ant -find" from deep inside a project structure and "ant -f ..." from
> outside and both resolve <project basedir="."/> to the same path.

/me blushes.

The problem was in a groovy script I'd written.  I'd used `.` instead
of `${properties.basedir}` which meant that groovy was looking from
wherever I had executed `ant -find`.

Thanks for your help!

-- 

In Christ,

Timmy V.

http://burningones.com/
http://five.sentenc.es/ - Spend less time on e-mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to