summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* organize importsJan Matèrne2014-07-03417-826/+1031
|
* checkstyleJan Matèrne2014-07-035-42/+59
|
* checkstyle, some Java5Jan Matèrne2014-07-0314-132/+137
|
* Show the checkstyle messages sorted by error instead by file.Jan Matèrne2014-06-301-0/+367
|
* checkstyleJan Matèrne2014-06-283-3/+23
|
* Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/antJan Matèrne2014-06-289-119/+175
|\
| * PR 56584 allow ReplaceTokens filter to use multi-character token separators. ↵Stefan Bodewig2014-06-246-103/+147
| | | | | | | | Submitted by Ralf Hergert.
| * PR 56593 XMLJUnitResultFormatter may throw NPE when Java cannotStefan Bodewig2014-06-211-2/+6
| | | | | | | | determine hostname. Submitted by Joel Tucci.
| * Deal with InputStreams that don't return the full PAX header in oneStefan Bodewig2014-06-211-5/+9
| | | | | | | | | | | | read() This used to be https://issues.apache.org/jira/browse/COMPRESS-270
| * PR 56641 <untar> cannot read entries with empty gid/uid anymoreStefan Bodewig2014-06-211-9/+13
| | | | | | | | | | | | manually merging http://svn.apache.org/viewvc?view=revision&revision=1588618 from Commons Compress
* | update checkstyle (check 'DoubleCheckLocking' was removed in CS)Jan Matèrne2014-06-281-15/+20
|/
* wrong host nameStefan Bodewig2014-05-311-3/+3
|
* svn => gitStefan Bodewig2014-05-311-3/+3
|
* BZip2Test was writing outside of ${output}Stefan Bodewig2014-05-252-19/+16
|
* BUnzipTest was writing outside of ${output}Stefan Bodewig2014-05-252-21/+19
|
* preparation for Ant 1.9.5Antoine Levy-Lambert2014-04-3024-72/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591186 13f79535-47bb-0310-9956-ffa450edef68
* rolling back to ant 1.9.4 as the pom.xml of ant-testutil was referencing ↵Antoine Levy-Lambert2014-04-3024-73/+73
| | | | | | incorrectly junit 3.8.2 instead of junit 4.11 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591178 13f79535-47bb-0310-9956-ffa450edef68
* preparation for ant 1.9.5 releaseAntoine Levy-Lambert2014-04-3024-72/+72
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1591176 13f79535-47bb-0310-9956-ffa450edef68
* Increase timeout in test to give loaded systems a chance to complete properlymclarke2014-04-191-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588624 13f79535-47bb-0310-9956-ffa450edef68
* Prevent on cleanup NPE when test skippedmclarke2014-04-191-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588622 13f79535-47bb-0310-9956-ffa450edef68
* Test improvements: convert to JUnit4, improved error testing and remove sleepsmclarke2014-04-18282-7088/+11043
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
* hit the commit-button too early: have to comment these two tests outJan Materne2014-04-141-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1587167 13f79535-47bb-0310-9956-ffa450edef68
* more Java9 stuffJan Materne2014-04-146-3/+166
| | | | | | | | - create the CompilerAdapter for J9 - tests of source and target - add detection of J9 to antunit-base.xml git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1587161 13f79535-47bb-0310-9956-ffa450edef68
* JavaDoc fixes (for Java8 doclint) - first bunchJan Materne2014-04-1043-241/+266
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1586262 13f79535-47bb-0310-9956-ffa450edef68
* fix javadoc commentAntoine Levy-Lambert2014-04-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1586196 13f79535-47bb-0310-9956-ffa450edef68
* detect Java9Jan Materne2014-04-094-16/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585981 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-097-39/+57
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585935 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-092-18/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585881 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-0813-370/+314
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585684 13f79535-47bb-0310-9956-ffa450edef68
* changing tests to adopt unique temporary directoriesAntoine Levy-Lambert2014-04-076-129/+97
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585377 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-0726-632/+506
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585372 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-067-205/+201
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585230 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-0410-165/+58
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584506 13f79535-47bb-0310-9956-ffa450edef68
* creating temporary directory with a unique nameAntoine Levy-Lambert2014-04-037-171/+181
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1584252 13f79535-47bb-0310-9956-ffa450edef68
* filelists look borkedStefan Bodewig2014-03-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583321 13f79535-47bb-0310-9956-ffa450edef68
* zip test wasn't cleaning up properly - and testDefaultExcludesAndUpdate ↵Stefan Bodewig2014-03-311-11/+12
| | | | | | errored out git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583299 13f79535-47bb-0310-9956-ffa450edef68
* @since markerStefan Bodewig2014-03-311-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583298 13f79535-47bb-0310-9956-ffa450edef68
* removing debug outputAntoine Levy-Lambert2014-03-311-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583233 13f79535-47bb-0310-9956-ffa450edef68
* starting to change the test cases to make them use unique temporary ↵Antoine Levy-Lambert2014-03-3046-749/+686
| | | | | | directories to be able to run the test cases in multiple threads. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1583223 13f79535-47bb-0310-9956-ffa450edef68
* junit task should support parallel/threads optionAntoine Levy-Lambert2014-03-235-28/+292
| | | | | | PR 55925 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580520 13f79535-47bb-0310-9956-ffa450edef68
* add a new quiet attribute to <get>, GitHub PR by hydra1983, closes #1Stefan Bodewig2014-03-231-0/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1580482 13f79535-47bb-0310-9956-ffa450edef68
* a bit more readable and tests for cache=falseStefan Bodewig2014-03-161-26/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578095 13f79535-47bb-0310-9956-ffa450edef68
* another attempt to make tests pass on WindowsStefan Bodewig2014-03-161-8/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578086 13f79535-47bb-0310-9956-ffa450edef68
* try to make tests pass on WindowsStefan Bodewig2014-03-161-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578038 13f79535-47bb-0310-9956-ffa450edef68
* somehow a space managed to slip inStefan Bodewig2014-03-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578009 13f79535-47bb-0310-9956-ffa450edef68
* A new resource collection multirootfileset, PR 48621Stefan Bodewig2014-03-164-0/+504
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1578003 13f79535-47bb-0310-9956-ffa450edef68
* fix test-compile configuration for ant-apache-oroStefan Bodewig2014-03-151-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577844 13f79535-47bb-0310-9956-ffa450edef68
* some of our tests require JUnit4Stefan Bodewig2014-03-151-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577797 13f79535-47bb-0310-9956-ffa450edef68
* URLResource#isExists returns true for non-existent http and ftp URLs, based ↵Stefan Bodewig2014-03-151-0/+14
| | | | | | on patch by Anthony Wat, PR 51110 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577796 13f79535-47bb-0310-9956-ffa450edef68
* add gzip content-encoding support to <get>, submitted by Maarten Coene. PR ↵Stefan Bodewig2014-03-141-0/+8
| | | | | | 49453 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1577711 13f79535-47bb-0310-9956-ffa450edef68