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=3129>. 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=3129 Exec Task require Absolute Paths ------- Additional Comments From [EMAIL PROTECTED] 2002-04-01 02:53 ------- I'm not sure I understand -- if you know where do_build_translation lives (ie., in ${src}/build/i18n), why do you need to 'cd' to it and 'pwd' it to set a property to hold the directory name, rather than simply do: <property name="i18n_dir" location="${src}/build/i18n"/> I mean, I suppose we could add, say, a 'commanddir' attribute to use for pointing to where the command you want to run lives -- but you'd still have to put the directory in there anyway, so I'm not sure it wins you anything. Or am I missing something here? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
