DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=23638>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=23638 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2005-03-11 20:31 ------- Current directory is the system property user.dir . If you really feel you must do this, you can do it in a script or custom task. But playing around with this type of System property is IMHO not A Good Thing. As for making the change not persist, since it is a change at the VM level, you would have to fork any code that executed this CD, or change it back yourself. Also remember that in Ant file locations are resolved relative to ${basedir} rather than ${user.dir}. Since subant is directory-oriented and the ant task provides the dir attribute I really don't see any value here. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]