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-02-28 23:21 ------- Weird. Is it possible your 'ls' is an alias to something? Could you try some other command, eg: <target name="testTouch"> <exec dir="src" executable="touch" > <arg value="foofile"/> </exec> </target> and see if foofile ends up in src or main? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
