On Wed, 22 Jan 2003, Costin Manolache <[EMAIL PROTECTED]> wrote: > There are 2 intuitive behaviors: > - resolve a relative path based on the file where it was included > - resolve it based on some base dir ( like PWD on unix ). > > Since most ant files are currently using the build file as base - I > think that must be the default, with explicit overrides permitted.
I'm not sure I understand what you mean. All ant files use the build-file's basedir as base 8-) - if they don't specify a basedir attribute, this is implicitly set to the directory the build file is located in. So to avoid confusion, the basedir attribute, if present, should be taken into account. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>