> ...these two paths are relative to the project's
> 'basedir' attribute, itself being relative to the actual 
> location in the filesystem of the build.xml file ant parses.

If the basedir is specified as "C:\a", and some filename
that is to be evaluated relative to the basedir is specified
as "D:\b", that filename refers to "D:\b", right?

If, instead, the filename is specified as "\b", then it refers to 
"C:\b",  right?

Daniel

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to