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" Summary: Problem in Core Task "exec" attribute "dir" Product: Ant Version: 1.3 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I try to execute a "ls -l" unix command using Ant, by doing the following: <target name="testLS1"> <exec dir="lib" executable="ls" > <arg value=" -l"/> </execon> </target> I have this piece of code in build.xml which is in a directory called "main". "lib" is a sub-directory under "main". When I execute the build, it gives me the list of files under "main" when I want the list of files under "main/lib". What should I do? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
