You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2015/10/26 21:34:39 UTC

[Bug 58555] The dir attribute on Exec is not used if matches working directory

https://bz.apache.org/bugzilla/show_bug.cgi?id=58555

Glenn Boysko <gb...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Glenn Boysko <gb...@gmail.com> ---
Place the build.xml in an empty directory. Create a new subdirectory called
"subdir" and put a few empty files.

Next, run the Ant script from the directory that contains build.xml. Observe
that it shows the listing of the "subdir" directory.

Now, invoke the Ant script from the "subdir" directory and observe it showing
the contents of the Project's base directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.