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-03-19 19:51 ------- I just wanted you to add some debugging echo's to your $ANT_HOME/bin/antRun script, then run your "testLS1" target to see whether the echo's come through and what they say as far as what the working directory is before the 'cd' and after. In other words, with the modified antRun script, the Ant output should look something like this: $ ant testLS1 Buildfile: build.xml testLS1: [exec] Running via antRun script... [exec] Current directory is /home/dianeh/work/ant... [exec] Current directory is now /home/dianeh/work/ant/lib... [exec] foofile1 [exec] foofile2 [exec] foofile3 BUILD SUCCESSFUL Total time: 2 seconds -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
