summaryrefslogtreecommitdiff
path: root/src/etc/testcases/taskdefs/exec/exec.xml
Commit message (Collapse)AuthorAgeFilesLines
* updated reference to license from http to https usingjkf2019-05-251-1/+1
| | | | 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
|
* 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-191-2/+23
| | | | | | 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-241-338/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915991 13f79535-47bb-0310-9956-ffa450edef68
* merge license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-171-0/+17
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 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
* 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
* Add <redirector>.Matthew Jason Benson2004-03-271-1/+217
| | | | 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-161-3/+81
| | | | | | | 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-281-0/+29
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274965 13f79535-47bb-0310-9956-ffa450edef68