summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* directly log link's output to Ant's loglogoutput-jmod-linkStefan Bodewig2018-12-151-17/+15
* whitespace - closes #80Stefan Bodewig2018-12-153-4/+4
* Based on feedback, added self to contributors, added line to WHATSNEW, added ...VGR2018-12-1511-248/+864
* Added tasks for JDK's jmod and jlink tools.VGR2018-12-1517-7/+8374
* Update the manual of junitlauncher task as well as add a note in WHATSNEW abo...Jaikiran Pai2018-12-142-2/+27
* Fixing a potential ConcurrentModificationException that could occur when runn...mharmer2018-12-124-16/+37
* [junitlauncher] - Switch back to issuing a separate LauncherDiscoveryRequestJaikiran Pai2018-12-075-43/+71
* bz-62952 Fix the jar-test.xml#testMultiReleaseJar antunit test caseJaikiran Pai2018-12-051-3/+16
* bz-62952 Make AntClassLoader multi-release jar aware when it deals with java....Jaikiran Pai2018-12-054-3/+118
* A typoGintas Grigelionis2018-11-201-1/+1
* Fix javadocGintas Grigelionis2018-11-204-2/+12
* Make DataType and Reference genericGintas Grigelionis2018-11-1957-261/+379
* Remove unused importsGintas Grigelionis2018-11-197-9/+0
* Refactor getZipEntryStreamGintas Grigelionis2018-11-193-39/+39
* Avoid leaks in AntAnalyzerGintas Grigelionis2018-11-181-8/+25
* Revert: any RuntimeException must be wrappedGintas Grigelionis2018-11-181-1/+3
* Fix javadocGintas Grigelionis2018-11-171-0/+1
* Fix backwards compatibilityGintas Grigelionis2018-11-173-7/+10
* Use try-with-resourcesGintas Grigelionis2018-11-1716-173/+67
* Update javadocGintas Grigelionis2018-11-172-0/+5
* Make CharSet backwards compatibleGintas Grigelionis2018-11-173-4/+91
* A new CharSet type to hold available Charset namesGintas Grigelionis2018-11-143-1/+153
* Implement ArcType as suggestedGintas Grigelionis2018-11-141-13/+52
* Change an attribute name and explain whyGintas Grigelionis2018-11-142-16/+44
* closes #77Stefan Bodewig2018-11-140-0/+0
* Avoid FileInputStream and FileOutputStream.reudismam@gmail.com2018-11-144-8/+12
* Add “since” tag to documentationGintas Grigelionis2018-11-131-0/+1
* Include fix for bz-62890 in WHATSNEWJaikiran Pai2018-11-131-0/+7
* bz-62890 don't cache the case sensitivity of the filesystem.Jaikiran Pai2018-11-131-31/+19
* Get most of junit task tests running under SurefireGintas Grigelionis2018-11-123-16/+40
* Complete antrun plugin update fix unit task dependenciesGintas Grigelionis2018-11-113-14/+20
* Get the tests dependent on ANT_HOME runningGintas Grigelionis2018-11-112-10/+25
* Simplify tests, use Rule and/or try with resourcesGintas Grigelionis2018-11-116-281/+233
* Simplify tests, use CharsetGintas Grigelionis2018-11-114-42/+48
* Tidy up code, use out-of-the-box test rulesGintas Grigelionis2018-11-0915-99/+57
* bz-62890 fix the newly added test in SyncTest. Also, in the implementation of...Jaikiran Pai2018-11-082-3/+22
* bz-62890 Make sure the sync task considers the case sensitivity of the destin...Jaikiran Pai2018-11-085-0/+150
* Update the junitlauncher task to explain the ability to include JUnit librari...Jaikiran Pai2018-11-071-31/+43
* Remove a nonexistent typeGintas Grigelionis2018-11-061-1/+0
* Merge 1.9.x branch into masterJaikiran Pai2018-11-067-54/+1
|\
| * Revert "bz-62849 Check for filesystem loops due to symbolic links, in Directo...Jaikiran Pai2018-11-047-55/+1
* | Revert last 5 commitsGintas Grigelionis2018-11-04103-549/+625
* | SonarQube: nested if’s is a major code smellGintas Grigelionis2018-11-0429-361/+254
* | SonarQube: missing annotations on overridden methodsGintas Grigelionis2018-11-0423-27/+96
* | Revert a regression, improve testsGintas Grigelionis2018-11-042-9/+8
* | SonarQube: unnecessary parentheses is a major code smellGintas Grigelionis2018-11-0440-141/+104
* | Checkstyle: dangling operatorsGintas Grigelionis2018-11-0419-98/+98
* | Merge 1.9.x branch into masterJaikiran Pai2018-11-037-1/+55
|\ \ | |/
| * Record the fix for bz-62849, contributed by Michael BarkerJaikiran Pai2018-11-033-0/+10
| * bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanne...Michael Barker2018-11-034-1/+45