summaryrefslogtreecommitdiff
path: root/src/tests/antunit/taskdefs/condition
Commit message (Collapse)AuthorAgeFilesLines
* bz-65489 http condition - don't follow redirects when followRedirects is set ↵Jaikiran Pai2021-08-091-0/+34
| | | | to false
* make http condition follow redirects from http to httpsStefan Bodewig2021-02-281-0/+71
| | | | Bugzilla Report 65105
* Introduce an "atmost" attribute for the javaversion conditionJaikiran Pai2020-11-211-0/+14
|
* remove unnecessary http references in xml / xsl testcasesjkf2019-05-251-1/+1
|
* updated reference to license from http to https usingjkf2019-05-259-9/+9
| | | | 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-077-53/+53
| | | | | 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-017-53/+53
|
* try to adapt to Java10+ rapidly changing major versionsStefan Bodewig2017-12-021-0/+40
|
* verifying resourcexists works for URLs, see PR 53383Stefan Bodewig2012-06-171-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1351060 13f79535-47bb-0310-9956-ffa450edef68
* adapt testStefan Bodewig2012-02-071-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1241376 13f79535-47bb-0310-9956-ffa450edef68
* raise a more useful error when a class cannot be loaded because of a ↵Stefan Bodewig2011-04-201-0/+63
| | | | | | SecurityException in the hasmethod condition. PR 51035. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1095270 13f79535-47bb-0310-9956-ffa450edef68
* changes in order to get tests to pass under gump; resources paths used have ↵Antoine Levy-Lambert2011-03-012-36/+36
| | | | | | to be standardized git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1075664 13f79535-47bb-0310-9956-ffa450edef68
* Added forcestring attribute to equals conditionMatthew Jason Benson2010-02-251-0/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@916460 13f79535-47bb-0310-9956-ffa450edef68
* filesmatch throws NPE when comparing texts and the second one has fewer ↵Stefan Bodewig2010-02-101-0/+57
| | | | | | lines. PR 48715 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@908356 13f79535-47bb-0310-9956-ffa450edef68
* resourceexists conditionStefan Bodewig2009-08-221-0/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@806790 13f79535-47bb-0310-9956-ffa450edef68
* new islastmodified conditionStefan Bodewig2009-08-181-0/+118
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805265 13f79535-47bb-0310-9956-ffa450edef68
* fix linefeedsStefan Bodewig2009-02-112-94/+94
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@743227 13f79535-47bb-0310-9956-ffa450edef68
* Refactor tests that use antunit-base so they all use the same output dir and ↵Stefan Bodewig2008-09-041-126/+123
| | | | | | share a common cleanup target, output goes to the temp directory. Fix some inconsistent line-ends as well. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@691944 13f79535-47bb-0310-9956-ffa450edef68
* merge license additions from 1.7 branch (i.e. revs 637870 to 637914)Stefan Bodewig2008-03-173-0/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@637939 13f79535-47bb-0310-9956-ffa450edef68
* make resourcecontains handle refidsMatthew Jason Benson2007-05-141-0/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537899 13f79535-47bb-0310-9956-ffa450edef68
* add testMatthew Jason Benson2007-05-141-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537886 13f79535-47bb-0310-9956-ffa450edef68
* add testMatthew Jason Benson2007-05-141-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537881 13f79535-47bb-0310-9956-ffa450edef68
* add testMatthew Jason Benson2007-05-141-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537878 13f79535-47bb-0310-9956-ffa450edef68
* add failing testMatthew Jason Benson2007-05-141-0/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537875 13f79535-47bb-0310-9956-ffa450edef68
* add a testMatthew Jason Benson2007-05-141-0/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537874 13f79535-47bb-0310-9956-ffa450edef68
* remove assertion of something we're not actually testing hereMatthew Jason Benson2007-05-141-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537873 13f79535-47bb-0310-9956-ffa450edef68
* ws; [delete, touch] => truncateMatthew Jason Benson2007-05-141-15/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537871 13f79535-47bb-0310-9956-ffa450edef68
* -test for new ResourceContains conditionKevin Jackson2007-05-121-0/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@537345 13f79535-47bb-0310-9956-ffa450edef68
* Fix the version logic to work without having hard coded ant versions in there.Steve Loughran2007-04-231-3/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531485 13f79535-47bb-0310-9956-ffa450edef68
* Test didnt work on Unix. Assume that ${user.home} is in a partition with ↵Steve Loughran2007-04-231-5/+8
| | | | | | some (but finite) space. If anyone runs these tests on a disk array with >1 petabyte, they will still fail. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@531472 13f79535-47bb-0310-9956-ffa450edef68
* -remove extra spaceKevin Jackson2007-03-161-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518872 13f79535-47bb-0310-9956-ffa450edef68
* <antversion>-TASK evaluates now atLeast and exactly attributes.Jan Materne2007-03-021-1/+20
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@513710 13f79535-47bb-0310-9956-ffa450edef68
* Make <antversion> available as Task.Jan Materne2006-12-211-1/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489345 13f79535-47bb-0310-9956-ffa450edef68
* adapt to new versionStefan Bodewig2006-12-211-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489292 13f79535-47bb-0310-9956-ffa450edef68
* -further refactoring as suggested by peterKevin Jackson2006-12-131-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486582 13f79535-47bb-0310-9956-ffa450edef68
* -fix hasfreespace-test to avoid problems on pre jdk6 vmsKevin Jackson2006-12-131-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486570 13f79535-47bb-0310-9956-ffa450edef68
* -test for hasfreespace conditionKevin Jackson2006-12-121-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486141 13f79535-47bb-0310-9956-ffa450edef68
* - antunit test for antversionKevin Jackson2006-12-121-0/+30
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@486129 13f79535-47bb-0310-9956-ffa450edef68