----- Original Message -----
From: "Waldhoff, Rodney" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 12, 2001 12:37 AM
Subject: RE: Build Scripts Redux


> It's also nice to have the buildfile at the root of your tree so that you
> could (for example) be deep within the source tree, and *still* run "ant
> compile" to invoke that buildscript (since ant will keep looking up the
tree
> until it finds one).

Before someone tries this and it does not work...

With Ant 1.3 you must invoke Ant with the -find option to re-enable that
feature. So you must invoke "ant compile -find" to let it search up the tree
and run the compile target.

Nico


Reply via email to