summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs/compilers/DefaultCompilerAdapter.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '1.9.x'Stefan Bodewig2021-09-021-19/+26
|\
| * ensure build.compiler works with full classnames for extjavac/modernStefan Bodewig2021-09-021-20/+19
* | bz-64912, bz-64790 Fix regression in javac task when using arguments fileJaikiran Pai2020-12-091-1/+4
* | Merge branch '1.9.x'Stefan Bodewig2020-05-051-1/+1
|\ \ | |/
| * provide a magic property that overrides temp directoryStefan Bodewig2020-05-051-1/+1
| * Use String#contains() (cherry-pick 92f18cf)Gintas Grigelionis2018-05-261-1/+1
| * Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-12/+10
| * Let’s use doclintGintas Grigelionis2017-12-101-1/+1
* | Fixed regression on javac version selection in case build.compiler property i...jkf2019-08-251-7/+15
* | improved version handling in CompilerAdapterjkf2019-06-151-46/+137
* | make deprecated method use non-deprecated method instead of the otherjkf2019-06-151-3/+3
* | updated reference to license from http to https usingjkf2019-05-251-1/+1
* | Review annotationsGintas Grigelionis2018-04-301-1/+0
* | Deprecate StringUtils.LINE_SEPGintas Grigelionis2018-04-271-2/+2
* | Restore backwards compatibilityGintas Grigelionis2018-04-101-3/+4
* | Avoid line.separatorGintas Grigelionis2018-04-051-0/+1
* | Checkstyle and simplify, next iterationGintas Grigelionis2018-04-051-3/+3
* | Tidy up the codeGintas Grigelionis2018-04-031-1/+1
* | Simplify logicGintas Grigelionis2018-04-011-1/+1
* | move checkstyle rule back where it belongsStefan Bodewig2018-02-111-1/+1
* | Checkstyle: whitespace, line continuation and modifier idiosyncrasiesGintas Grigelionis2017-12-111-26/+20
* | Let’s use doclintGintas Grigelionis2017-12-101-1/+1
* | Merge branch '1.9.x'Stefan Bodewig2017-12-021-4/+19
|\ \ | |/
| * try to adapt to Java10+ rapidly changing major versionsStefan Bodewig2017-12-021-4/+19
* | java 5-8java8Matt Benson2017-04-131-75/+68
|/
* add support for Java9's javac --releaseStefan Bodewig2016-10-081-14/+32
* Fixed forgotten -upgrademodulepath in the DefaultCompilerAdapter.Tomas Zezula2016-09-111-1/+1
* JDK9 command line options updated to JEP 293Tomas Zezula2016-09-111-2/+2
* add support for javac -hStefan Bodewig2016-07-311-0/+10
* nobody is going to call Java 9 1.9 anymoreStefan Bodewig2016-07-251-12/+21
* Added modulepath, modulesourcepath and upgrademodulepath into Javac task.Tomas Zezula2016-03-211-0/+64
* adaot to default -source values in Java8/Java9Stefan Bodewig2015-02-131-1/+3
* make assumeJava19 actually look for 1.9 instead of 1.8Stefan Bodewig2015-02-121-1/+4
* whitespaceStefan Bodewig2014-07-121-3/+3
* make it compile under Java5 (1.5.0_22-b03)Jan Matèrne2014-07-041-2/+0
* checkstyleJan Matèrne2014-07-041-33/+36
* organize importsJan Matèrne2014-07-031-2/+3
* more Java9 stuffJan Materne2014-04-141-0/+9
* another readablilty tweakStefan Bodewig2012-01-291-10/+12
* extract handling of -source 1.1 and 1.2Stefan Bodewig2012-01-291-12/+14
* Make the logic that implicitly sets -source more readableStefan Bodewig2012-01-291-17/+41
* also set -source implicitly if -target uses 5 rather than 1.5 etc.Stefan Bodewig2012-01-291-2/+3
* either Java 1.5 accepts -source 1.2 or it doesn't, be consistentStefan Bodewig2012-01-291-3/+3
* five identical assumeJavaXY methods are enoughStefan Bodewig2012-01-281-32/+16
* OpenJDK8 snaphot works, I have found a new class in java.lang.reflect and Ope...Stefan Bodewig2012-01-271-2/+22
* the -source magic was broken for 1.5 and 1.6. PR 50578Stefan Bodewig2011-01-141-1/+1
* support sources with extensions other than .java in javac. Submitted by Andr...Stefan Bodewig2010-11-291-1/+12
* fixup -source for OpenJDK7's javacStefan Bodewig2010-11-221-16/+41
* <javac> faild for long command lines on OS/2. PR 49425. Submitted by <dmik ...Stefan Bodewig2010-06-111-1/+9
* More cleanup of pre-1.4 code and docs.Jesse N. Glick2009-08-261-12/+2