On Thu, 13 Dec 2001, Mark D. Anderson <mda@discerning.com> wrote:
> - is "." relative to the build.xml file, or relative to the current
> working directory?
Neither nor, it depends on where you find the ".".
A "." in the basedir attribute of <project> is relative to the build
file, in all other cases it is relative to the value of that basedir.
> - is that true for all relative paths?
Yes.
Stefan
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|