http://nagoya.apache.org/bugzilla/show_bug.cgi?id=551
*** shadow/551 Thu Feb 8 09:12:02 2001 --- shadow/551.tmp.10737 Thu Feb 8 09:12:02 2001 *************** *** 0 **** --- 1,33 ---- + +============================================================================+ + | the exec task doesn't accept '*' and '?' in its arguments | + +----------------------------------------------------------------------------+ + | Bug #: 551 Product: Ant | + | 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] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + <exec dir="." executable="ls" os="Linux,linux"> + <arg line="-l buil?.xml"/> + </exec> + or + <exec dir="." executable="ls" os="Linux,linux"> + <arg value="-l *.xml"/> + </exec> + results in : + [echo] Starting Ant. + [echo] Using Java 1.3.0 (Java HotSpot(TM) Client VM 1.3.0) + [echo] running on Linux 2.2.16-22 (i386) + + testant13: + [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)
