[root]/src/etc/testcases/taskdefs/exec
expected
(1 files, 1 lines)
input
(1 files, 1 lines)
move apply tests to antunit, fixing bug 40331 in the process.
0 lines of code changed in:
stop unit tests depending on non-executed references
1 lines of code changed in:
copy2license.pl
14 lines of code changed in:
resource collection support for apply and friends
32 lines of code changed in:
make it work for directries with spaces
1 lines of code changed in:
time /t gives IOException / error=2 (file not found) on win XP home NL.
cmd.exe should be available on all NT versions.
3 lines of code changed in:
nt->winnt
1 lines of code changed in:
Now for the fun. Exec adds an osfamily attribute, so you can restrict execution to a platform such as nt, or unix. This propagates to execon, so into chmod, attrib, etc. We could therefore adapt them use osfamily as their way of being unix or windows only.
28 lines of code changed in:
Make apply's dest attribute optional.
22 lines of code changed in:
Change <apply>'s "overwrite" attribute name to "force". Also commit missing
Java changes. Oops.
2 lines of code changed in:
Add overwrite attribute to <apply>.
35 lines of code changed in:
Add alwayslog attribute to <redirector>.
16 lines of code changed in:
Enabled echo tests only for *nix & cygwin, like others.
12 lines of code changed in:
Make ignoremissing test pass on Java 1.2 .
28 lines of code changed in:
Add ignoremissing attribute to <apply>.
PR: 29585
41 lines of code changed in:
Add <redirector>.
427 lines of code changed in:
Add several I/O related test cases to <exec> and <apply>.
PR: 26663
104 lines of code changed in:
new test for the ftp task
requires ftp.properties in ant's root directory (with your password in it) and a local ftp server.
The test is disabled by default in build.xml
0 lines of code changed in:
converted to UNIX format, there were some backslash rs checked in
0 lines of code changed in:
new files for tests of the exec task
44 lines of code changed in: