summaryrefslogtreecommitdiff
path: root/src/tests/antunit/taskdefs/exec/exec-test.xml
Commit message (Collapse)AuthorAgeFilesLines
* add discardOutput and discardError to redirector, apply, exec, javaStefan Bodewig2021-03-201-0/+27
|
* 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 "Trailing whitespace"Jaikiran Pai2018-07-071-179/+179
| | | | | 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-179/+179
|
* add a 'binaryOutput' attribute to redirector to prevent Ant from corrupting, ↵Stefan Bodewig2014-03-031-0/+29
| | | | | | well, binary output. PRs 56156 and 55667 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1573617 13f79535-47bb-0310-9956-ffa450edef68
* ensure forward-slashes on Windows; deal with directories containing spaces ↵Stefan Bodewig2012-04-091-2/+7
| | | | | | in exec task's arguments git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1311130 13f79535-47bb-0310-9956-ffa450edef68
* likely a 'space in path' issue as wellStefan Bodewig2012-04-081-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310956 13f79535-47bb-0310-9956-ffa450edef68
* Maybe java simply isn't on the PATH on the Jenkins boxesStefan Bodewig2012-04-071-2/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310667 13f79535-47bb-0310-9956-ffa450edef68
* try to debug test failures in JenkinsStefan Bodewig2012-04-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1310196 13f79535-47bb-0310-9956-ffa450edef68
* speed up fast executions (where the process finishes in way less than a ↵Stefan Bodewig2010-03-261-0/+37
| | | | | | second) like attrib. PR 48734 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@927753 13f79535-47bb-0310-9956-ffa450edef68
* remove temp antunit overridden targetMatthew Jason Benson2010-02-241-8/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915993 13f79535-47bb-0310-9956-ffa450edef68
* antunit-ize exec test to minimize number of layers at workMatthew Jason Benson2010-02-241-0/+639
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@915991 13f79535-47bb-0310-9956-ffa450edef68