http://nagoya.apache.org/bugzilla/show_bug.cgi?id=551
*** shadow/551 Thu Feb 8 09:12:02 2001
--- shadow/551.tmp.19602 Fri Feb 9 07:06:32 2001
***************
*** 5,11 ****
| Status: NEW Version: 1.3 Beta 1 |
| Resolution: Platform: PC |
| Severity: Normal OS/Version: Linux |
! | Priority: Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
--- 5,11 ----
| Status: NEW Version: 1.3 Beta 1 |
| Resolution: Platform: PC |
| Severity: Normal OS/Version: Linux |
! | Priority: High Component: Core tasks |
+----------------------------------------------------------------------------+
| Assigned To: [EMAIL PROTECTED] |
| Reported By: [EMAIL PROTECTED] |
***************
*** 30,33 ****
[exec] /bin/ls: buil?.xml: No such file or directory
[exec] Result: 1
! This bug was also in ANT 1.2 (but I think not in ANT1.1)
--- 30,39 ----
[exec] /bin/ls: buil?.xml: No such file or directory
[exec] Result: 1
! This bug was also in ANT 1.2 (but I think not in ANT1.1)
!
! ------- Additional Comments From [EMAIL PROTECTED] 2001-02-09 07:06 -------
! IMHO the behavior is correct: if you want metacharacters interpreted by the
! command, you should explicitly run e.g. "sh" with the arguments "-c" and then
! your desired command-line-to-be-parsed. It is safer to not expand the
wildcards
! by default.