Jaikiran Pai
|
56ce7f8432
|
create the Java 8 install dir in the build directory
|
6 years ago |
Jaikiran Pai
|
05271caa99
|
Fix test-compatibility script to handle space character in file paths
|
6 years ago |
Jaikiran Pai
|
1f3323dd40
|
Introduce a script which can be used in a CI job to make it easier to test Java version compatibility of Ant
|
6 years ago |
Jaikiran Pai
|
3a1ff0d804
|
Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the Java runtime.
OpenJDK even in Java 8 (update 222) doesn't include these codecs. Oracle JDK has it in
Java 8, but not in subsequent Java releases.
|
6 years ago |
Jaikiran Pai
|
127b08d5e5
|
Add ability to optionally skip the build target (which does the compilation)
|
6 years ago |
Jaikiran Pai
|
d80b4a75ad
|
Fix bootstrap.bat on Windows
|
6 years ago |
jmkf
|
a45a1f35ab
|
Removing quotes that break builds on 1.8
|
6 years ago |
jkf
|
5387d84f78
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant
|
6 years ago |
jkf
|
aac25de91c
|
Fixed regression on javac version selection in case build.compiler property is set.
|
6 years ago |
Jaikiran Pai
|
a06e1227a2
|
Set the --release version to Java 8, when bootstraping with higher versions of Java
|
6 years ago |
Jaikiran Pai
|
5981e1bff1
|
bz-63680 Fix the LegacyXmlResultFormatter to recursively look for a parent testclass name, until it finds one
|
6 years ago |
Stefan Bodewig
|
011a89afab
|
typo, thanks to @twogee
|
6 years ago |
Jaikiran Pai
|
2b8f19ae9d
|
bz-63680 Prevent StringIndexOutOfBoundsException while trying to infer the package name of a test class
|
6 years ago |
Stefan Bodewig
|
29398efbc2
|
maybe build deletes the downloaded archive?
|
6 years ago |
Stefan Bodewig
|
96921f4a86
|
JavaMail -> Jakarta Mail - Bugzilla Issue 63683
|
6 years ago |
Stefan Bodewig
|
41db83c2c6
|
fix file name
|
6 years ago |
Stefan Bodewig
|
f9a22ba57a
|
go back to Spnar Scanner 2.5.0
|
6 years ago |
Stefan Bodewig
|
b8fc243b51
|
the new sonarqube scanner seems to rquire binaries
|
6 years ago |
Stefan Bodewig
|
a38e1e8496
|
upgrade sonarqube-ant-tasks
|
6 years ago |
Stefan Bodewig
|
10fc578281
|
try to move from ASF's Sonarqube to sonarcloud.io
|
6 years ago |
Jaikiran Pai
|
e95251b3b5
|
Separate out the compilation for classes that need JDK9+, from the regular compilation and set the --release to 8 for the regular compilation target
Mail discussion reference https://mail-archives.apache.org/mod_mbox/ant-dev/201905.mbox/%3c10b1ea11-5ac7-df66-c020-038c8a1a0045@apache.org%3e
|
6 years ago |
Stefan Bodewig
|
e3eb039ab6
|
use Files API rather than FileWriter
|
6 years ago |
jkf
|
ee3ef7a0c3
|
1.10.7
|
6 years ago |
jkf
|
bd7934edef
|
FTP checkstyle fixed + removed spurious part from ftp.html
|
6 years ago |
jkf
|
c100ca01d4
|
Add Ftp ant task timeout documentation also updated
|
6 years ago |
jkf
|
4ea4918b70
|
Add Ftp ant task wakeUpTransferInterval documentation also updated
|
6 years ago |
jkf
|
b719dcff3d
|
Bugzilla 63252 FTP prevent No Transfer Timeout during long listings by Eugene Adell
|
6 years ago |
jkf
|
1702b68043
|
Add Ftp ant task timeout documentation also updated
|
6 years ago |
jkf
|
e6b44170a8
|
Bug 47414 - [PATCH] Add Ftp ant task timeout by Eugene Adell
|
6 years ago |
Stefan Bodewig
|
1d7bf5cca9
|
Merge branch '1.9.x'
|
6 years ago |
Stefan Bodewig
|
d4723b0e5a
|
snap publishing for the 1.9.x branch
|
6 years ago |
Stefan Bodewig
|
f138fa019c
|
Merge pull request #99 from bodewig/snap
add snap publishing for Ant
|
6 years ago |
Stefan Bodewig
|
65ce6ee50b
|
add snap publishing for Ant
|
6 years ago |
jkf
|
4f012c5426
|
cherry-pick updated wiki location in manual
|
6 years ago |
jkf
|
805137c7c7
|
updated wiki location in manual
|
6 years ago |
jkf
|
4af2316888
|
sorry for messing up with tabs
|
6 years ago |
jkf
|
7b825e7c96
|
More easily avoidable 1.x confusion removed
|
6 years ago |
jkf
|
dadbc278d0
|
Merge branch 'master' of https://gitbox.apache.org/repos/asf/ant
|
6 years ago |
jkf
|
8f90351387
|
improved version handling in CompilerAdapter
|
6 years ago |
jmkf
|
5c8178b5b3
|
Merge pull request #98 from slobokot/fork-javac
Use commandline argument file for all options, but -J, for case javac…
|
6 years ago |
jmkf
|
b527dca348
|
Merge pull request #98 from slobokot/fork-javac
Use commandline argument file for all options, but -J, for case javac…
|
6 years ago |
jkf
|
d49dacf854
|
JavaEnvUtils - Suppot of JDK1.8+ only
Updated JavaEnvUtils to reflect that we are running JDK 1.8+, and
removal of checks that have become obsolete as a consequence thereof
|
6 years ago |
jkf
|
6904fd1eee
|
make deprecated method use non-deprecated method instead of the other
way around
|
6 years ago |
sergiys
|
2bc974aa1d
|
Use commandline argument file for all options, but -J, for case javac.forked=true
|
6 years ago |
sergiys
|
a207d5b8d2
|
Use commandline argument file for all options, but -J, for case javac.forked=true
|
6 years ago |
sergiys
|
15fcc941e0
|
Use commandline argument file for all options, but -J, for case javac.forked=true
|
6 years ago |
Stefan Bodewig
|
1c4a77adf9
|
Merge branch '1.9.x'
|
6 years ago |
Stefan Bodewig
|
c457e6dfd4
|
improve error message if Java cannot be found
|
6 years ago |
jmkf
|
9037e93fca
|
Merge pull request #95 from twogee/java-8-docs
Refer to Java 8 documentation for consistency
|
6 years ago |
twogee
|
15958559a8
|
Refer to Java 8 documentation for consistency
|
6 years ago |