summaryrefslogtreecommitdiff
path: root/src/etc/testcases/taskdefs/exec
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-255-5/+5
| | | | find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
* Revert "Check spelling"Gintas Grigelionis2018-09-111-2/+2
|
* Check spellingGintas Grigelionis2018-09-091-2/+2
|
* Revert "Trailing whitespace"Jaikiran Pai2018-07-071-1/+1
| | | | | This reverts commit 2f64e0b51c295960cb15aa77c7c1f447b2518e14. Discussion in ant dev mailing list https://www.mail-archive.com/dev@ant.apache.org/msg47356.html
* Trailing whitespaceGintas Grigelionis2018-07-011-1/+1
|
* BZ-58451 BZ-58833 Give StreamPumper a chance to finish cleanly before ↵Jaikiran Pai2018-01-041-0/+122
| | | | interrupting its thread, to prevent truncated output
* whitespace adjustment in scriptstwogee2017-12-191-4/+5
|
* use git attributes to control line-endsStefan Bodewig2015-04-251-19/+19
|
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-071-48/+46
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585372 13f79535-47bb-0310-9956-ffa450edef68
* Better failure reporting.Jesse N. Glick2012-02-231-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1292918 13f79535-47bb-0310-9956-ffa450edef68
* accept sh.exe from env.Path as well as from env.PATH to be able to run the testsAntoine Levy-Lambert2011-04-211-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095784 13f79535-47bb-0310-9956-ffa450edef68
* I had hardcoded the test.can.run property, also I had emptied the cleanupAntoine Levy-Lambert2011-04-191-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095224 13f79535-47bb-0310-9956-ffa450edef68
* creating test for bugrep 50507 Exec task may mix the stderr and stdout ↵Antoine Levy-Lambert2011-04-193-2/+66
| | | | | | output while logging it git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095222 13f79535-47bb-0310-9956-ffa450edef68
* antunit-ize exec test to minimize number of layers at workMatthew Jason Benson2010-02-243-340/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915991 13f79535-47bb-0310-9956-ffa450edef68
* fix lineendsStefan Bodewig2008-09-011-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690986 13f79535-47bb-0310-9956-ffa450edef68
* merge license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-172-0/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 13f79535-47bb-0310-9956-ffa450edef68
* move apply tests to antunit, fixing bug 40331 in the process.Matthew Jason Benson2006-09-261-470/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@450239 13f79535-47bb-0310-9956-ffa450edef68
* stop unit tests depending on non-executed referencesPeter Reilly2006-09-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@449408 13f79535-47bb-0310-9956-ffa450edef68
* copy2license.plStefan Bodewig2006-09-011-1/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
* resource collection support for apply and friendsStefan Bodewig2005-09-281-0/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292251 13f79535-47bb-0310-9956-ffa450edef68
* make it work for directries with spacesStefan Bodewig2005-09-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292239 13f79535-47bb-0310-9956-ffa450edef68
* time /t gives IOException / error=2 (file not found) on win XP home NL.Jacobus Martinus Kruithof2005-04-221-2/+3
| | | | | | | cmd.exe should be available on all NT versions. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278167 13f79535-47bb-0310-9956-ffa450edef68
* nt->winntSteve Loughran2005-04-201-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278157 13f79535-47bb-0310-9956-ffa450edef68
* Now for the fun. Exec adds an osfamily attribute, so you can restrict ↵Steve Loughran2005-04-191-0/+28
| | | | | | 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. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278155 13f79535-47bb-0310-9956-ffa450edef68
* Make apply's dest attribute optional.Matthew Jason Benson2005-01-251-0/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277464 13f79535-47bb-0310-9956-ffa450edef68
* Change <apply>'s "overwrite" attribute name to "force". Also commit missingMatthew Jason Benson2004-11-161-2/+2
| | | | | | | Java changes. Oops. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277044 13f79535-47bb-0310-9956-ffa450edef68
* Add overwrite attribute to <apply>.Matthew Jason Benson2004-11-161-4/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277043 13f79535-47bb-0310-9956-ffa450edef68
* Add alwayslog attribute to <redirector>.Matthew Jason Benson2004-09-241-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276889 13f79535-47bb-0310-9956-ffa450edef68
* Enabled echo tests only for *nix & cygwin, like others.Matthew Jason Benson2004-07-131-5/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276695 13f79535-47bb-0310-9956-ffa450edef68
* Make ignoremissing test pass on Java 1.2 .Matthew Jason Benson2004-07-091-4/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276684 13f79535-47bb-0310-9956-ffa450edef68
* Add ignoremissing attribute to <apply>.Matthew Jason Benson2004-06-161-0/+41
| | | | | | | PR: 29585 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276587 13f79535-47bb-0310-9956-ffa450edef68
* Add <redirector>.Matthew Jason Benson2004-03-274-18/+429
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276257 13f79535-47bb-0310-9956-ffa450edef68
* Add several I/O related test cases to <exec> and <apply>.Matthew Jason Benson2004-02-163-3/+207
| | | | | | | PR: 26663 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276097 13f79535-47bb-0310-9956-ffa450edef68
* new files for tests of the exec taskAntoine Levy-Lambert2003-07-282-0/+44
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274965 13f79535-47bb-0310-9956-ffa450edef68