http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1543
*** shadow/1543 Thu Apr 26 13:54:11 2001
--- shadow/1543.tmp.16513 Thu May 3 06:12:43 2001
***************
*** 2,11 ****
| tar builtin task doesn't handle tarfilesets correctly |
+----------------------------------------------------------------------------+
| Bug #: 1543 Product: Ant |
! | Status: NEW Version: 1.3 |
! | Resolution: Platform: PC |
! | Severity: Normal OS/Version: |
! | Priority: Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: ant-dev@jakarta.apache.org |
| Reported By: Steve.Langley@ebay.sun.com |
--- 2,11 ----
| tar builtin task doesn't handle tarfilesets correctly |
+----------------------------------------------------------------------------+
| Bug #: 1543 Product: Ant |
! | Status: RESOLVED Version: 1.3 |
! | Resolution: FIXED Platform: PC |
! | Severity: Normal OS/Version: All |
! | Priority: High Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: ant-dev@jakarta.apache.org |
| Reported By: Steve.Langley@ebay.sun.com |
***************
*** 63,66 ****
When I made this change I got the result I expected; I didn't need the basedir
or exclude attributes and only my 3 files ended up in the tar. (It looks like
! this code is still the same in the current (4/25/2001) nightly builds.)
--- 63,69 ----
When I made this change I got the result I expected; I didn't need the basedir
or exclude attributes and only my 3 files ended up in the tar. (It looks like
! this code is still the same in the current (4/25/2001) nightly builds.)
!
! ------- Additional Comments From bodewig@apache.org 2001-05-03 06:12 -------
! applied your fix for nightly build 2001-05-04
|