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=6754>. 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=6754 Problem in Core Task "exec" attribute "dir" ------- Additional Comments From [EMAIL PROTECTED] 2002-07-16 17:22 ------- Jim, the "executable" attribute (the location of the program) may not be resolved in the context of the new directory. The only thing "dir" is suppose to guarantee is that the execution of the command will be done with that directory as the current directory. This is different. Can you try doing: <property name="configure" location="configure"/> <exec executable="${configure}" dir="${bin}"/> By using location, you get the fullpath of the configure executable. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
