summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/launch
Commit message (Expand)AuthorAgeFilesLines
* Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-311-2/+2
* no longer complain when not finding tools.jarStefan Bodewig2020-08-231-2/+0
* Class.newInstance() is deprecated in Java 9+twogee2020-07-291-1/+1
* More easily avoidable 1.x confusion removedjkf2019-06-151-51/+0
* updated reference to license from http to https usingjkf2019-05-254-4/+4
* Review annotationsGintas Grigelionis2018-04-301-1/+0
* Chop extraneous parenthesesGintas Grigelionis2018-04-062-2/+3
* Locator can't use FileutilsStefan Bodewig2018-04-051-5/+2
* Tidy up the codeGintas Grigelionis2018-04-051-3/+6
* Java 8: lambdas, instance methods, sortingGintas Grigelionis2018-04-031-1/+1
* Tidy up the codeGintas Grigelionis2018-04-032-2/+2
* Use foreach loopsGintas Grigelionis2018-04-012-12/+10
* Use HTTPS links when availableGintas Grigelionis2018-02-281-4/+4
* Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-112-12/+11
* Let’s use doclintGintas Grigelionis2017-12-102-5/+4
* java 5-8java8Matt Benson2017-04-132-72/+59
* Merge branch '1.9.x'Stefan Bodewig2016-12-211-2/+2
|\
| * there simply is no better logger aroundStefan Bodewig2016-12-211-2/+2
* | Merge branch '1.9.x'Stefan Bodewig2016-12-211-1/+3
|\ \ | |/
| * fields don't need to be staticStefan Bodewig2016-12-211-1/+3
* | remove unused throws clausesStefan Bodewig2016-05-271-9/+5
|/
* PR 56749 Javadoc 1.8 fixes, submitted by Ville SkyttäVille Skyttä2014-07-211-9/+9
* whitespaceStefan Bodewig2014-07-121-3/+3
* checkstyleJan Matèrne2014-07-042-42/+42
* organize importsJan Matèrne2014-07-032-7/+7
* checkstyleJan Matèrne2014-07-031-0/+3
* sconnolly advises using TODO rather than XXX in comments.Jesse N. Glick2013-07-171-3/+3
* getAbsoluteFile is useless since as the javadoc of File.toURI clearly explain...Nicolas Lalevee2012-08-221-1/+1
* Don't mess with classloading of the launcherNicolas Lalevee2012-08-222-6/+5
* Make Locator.fileToURL and replace its use by FileUtils.getFileUtils().getFil...Nicolas Lalevee2012-08-222-4/+8
* To make an URL of a file, use FileUtils.getFileURL, which seems to do the job...Nicolas Lalevee2012-08-221-5/+3
* java 5, continuedMatthew Jason Benson2012-08-213-11/+10
* #48633: pass correct parent to loader.Jesse N. Glick2012-01-191-1/+1
* #50543: decodeUri broken for non-ASCII chars in input.Jesse N. Glick2011-01-051-1/+4
* according to the javadocs of JarURLConnection the separator is !/ not ! - thi...Stefan Bodewig2010-09-271-1/+1
* if user input is compared to fixed strings in a case insensitive manner we sh...Stefan Bodewig2010-02-171-4/+3
* Some miscellaneous updates given that JDK 1.4 can be assumed.Jesse N. Glick2009-08-261-44/+23
* Clarification + typoJan Materne2008-09-241-1/+2
* Bug 42275 running ant off a network share can cause Ant to failSteve Loughran2008-02-262-17/+94
* default access precedent for testcase accessMatthew Jason Benson2007-11-021-5/+2
* checkstyle - magic numbersPeter Reilly2007-09-141-20/+37
* checkstylePeter Reilly2007-08-111-8/+16
* checkstyle: remove trailing wsPeter Reilly2007-08-111-1/+1
* bug 42275...handle failure of File.toURI() by printing the message (too noisy...Steve Loughran2007-05-171-7/+38
* Bug 42275: ant doesnt run from a network share, because of an error when tryi...Steve Loughran2007-04-271-15/+33
* -fix for bug #42227Kevin Jackson2007-04-271-1/+3
* -fix problem with windows file uris (stupid "Documents and Settings" bloody f...Kevin Jackson2007-04-231-1/+1
* refactor Launcher#run to reduce its line countPeter Reilly2006-12-101-47/+85
* checkstylePeter Reilly2006-11-181-2/+2
* do not uppercase systematically drive letters in FileUtils#normalizeAntoine Levy-Lambert2006-11-151-0/+5