DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24366>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24366 Project tag basedir attribute should be relative to ${user.dir} (the user's current working directory) Summary: Project tag basedir attribute should be relative to ${user.dir} (the user's current working directory) Product: Ant Version: 1.5.4 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I don't understand why the basedir is taken relative to the location of the build script. Who cares where the build script is? The work around, of course, is to set a property ${base} to ${user.dir} and prefix all directory references with ${base}/ but it kinda defeats the purpose of basedir. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]