summaryrefslogtreecommitdiff
path: root/src/tests/antunit/core
Commit message (Expand)AuthorAgeFilesLines
* test must be skipped when runnng in GumpStefan Bodewig2021-08-211-1/+2
* remove unnecessary http references in xml / xsl testcasesjkf2019-05-251-2/+2
* updated reference to license from http to https usingjkf2019-05-2535-35/+35
* Avoid FileInputStream and FileOutputStream.reudismam@gmail.com2018-11-141-2/+3
* Merge branch '1.9.x' branch into masterJaikiran Pai2018-07-071-4/+4
|\
| * Revert "Trailing whitespace (cherry-pick 2f64e0b)"Jaikiran Pai2018-07-0721-84/+85
| * Trailing whitespace (cherry-pick 2f64e0b)Gintas Grigelionis2018-07-0421-85/+84
* | Revert "Trailing whitespace"Jaikiran Pai2018-07-0720-79/+80
* | Merge branch '1.9.x'Gintas Grigelionis2018-07-041-4/+4
* | Trailing whitespaceGintas Grigelionis2018-07-0120-80/+79
* | Tidy up the codeGintas Grigelionis2018-04-231-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2018-04-141-1/+1
|\ \ | |/
| * it's enough to have one antunit dir inside of ./buildStefan Bodewig2018-04-141-1/+1
| * Let’s use doclintGintas Grigelionis2017-12-101-0/+1
| * Checkstyle: mostly whitespace (cf master)Gintas Grigelionis2017-12-012-5/+2
| * Normalise tabulation and line breaks (cf master)Gintas Grigelionis2017-11-291-17/+17
* | CheckstyleGintas Grigelionis2018-04-061-1/+1
* | Let’s use doclintGintas Grigelionis2017-12-101-0/+1
* | Checkstyle: mostly whitespaceGintas Grigelionis2017-12-013-6/+3
* | Normalise tabulation and line breakstwogee2017-11-291-17/+17
|/
* Ant is able to detect more java versions by nowStefan Bodewig2016-02-071-1/+1
* make ant.project.invoked-targets available for top-level tasksStefan Bodewig2016-02-071-1/+3
* removing the restricted attributes from what gets fed to macrodefs, Bugzilla ...Antoine Levy-Lambert2013-12-151-0/+14
* adding if and unless namespaces allowing to put conditions on all tasks and n...Antoine Levy-Lambert2013-05-051-0/+60
* adding an encoding attribute to the contains selectorAntoine Levy-Lambert2013-03-031-4/+3
* Use the output dir which get cleaned up in the tearDownNicolas Lalevee2012-08-231-15/+15
* Fixing test: javac 1.5 doesn't seem able to infer properly types here (incomp...Nicolas Lalevee2012-08-231-1/+1
* BR 53550, thanks to Tim PokornyNicolas Lalevee2012-08-152-0/+59
* #53405 : ExtensionPoint doesn't work with nested import/includeNicolas Lalevee2012-06-131-0/+74
* try to see what gets loggedStefan Bodewig2012-04-071-4/+3
* try to debug test failures in JenkinsStefan Bodewig2012-04-061-0/+5
* make sure Project#createTask has read defaults.properties. PR 50788Stefan Bodewig2012-02-051-0/+50
* embrace antunit-baseStefan Bodewig2011-01-241-21/+13
* reduce the number of different directories tests compile classes toStefan Bodewig2011-01-232-7/+5
* fix grammarNicolas Lalevee2010-11-091-7/+7
* unit test, doc and fix for the bindtargets taskNicolas Lalevee2010-11-091-0/+39
* - make the import task able to switch the project helperNicolas Lalevee2010-07-2914-0/+384
* allow targets to deal with missing extension points. PR 49473. Submitted by...Stefan Bodewig2010-06-231-0/+45
* extension-point doesn't work with import. PR 48804Stefan Bodewig2010-04-271-12/+17
* available classname is nicer for a class actuallyAntoine Levy-Lambert2010-03-031-1/+1
* make available detect the gump conditionsAntoine Levy-Lambert2010-03-031-1/+1
* typoAntoine Levy-Lambert2010-03-031-3/+3
* target-group -> extension-pointStefan Bodewig2010-01-041-14/+14
* Make target's if/unless treat true/false strings as booleansStefan Bodewig2009-10-022-1/+42
* things you didn't know target could do ;-)Stefan Bodewig2009-09-242-0/+98
* implement a new ${ant.refid:} syntax to expand project references as propertiesStefan Bodewig2009-09-171-0/+104
* enable testStefan Bodewig2009-09-171-1/+3
* Test for Gump was not sufficientStefan Bodewig2009-08-241-1/+1
* tests can't pass in Gump because Xerces is pushed into the bootstrap classloaderStefan Bodewig2009-08-211-2/+7
* use the same logic as getResource in getResourceAsStream. PR 44103Stefan Bodewig2009-07-311-0/+83