summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* [bugfix] Avoid illegal control characters in HTML when transforming from XMLAdam Retter2019-12-072-2/+72
|
* bz-63850 junitlaucher legacy-xml: don't lose exception from @BeforeAllMarc Guillemot2019-11-053-4/+65
|
* Support the SSH configuration file (~/.ssh/config) in the sshexec, ↵Emmanuel Bourg2019-10-254-7/+71
| | | | | | sshsession and scp tasks This closes #106 pull request at github/apache/ant repo
* bz-63874 Fix regression introduced by commit "Use commandline argument file ↵sergiys2019-10-242-15/+62
| | | | | | for all options, but -J, for case javac" This closes #105 pull request at github/apache/ant repo
* bz-62617 Move the log message to the right placeJaikiran Pai2019-10-221-1/+1
|
* Made some variable names more consistent with the other parts of the code.Yusuke Shinyama2019-10-217-65/+65
|
* bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible buildsJaikiran Pai2019-10-201-2/+17
|
* I've broken output to files that don't exist before running sshexecStefan Bodewig2019-10-171-1/+3
|
* remove typo and duplicate codeMichael Seele2019-10-171-6/+3
| | | | This closes #102 pull request at github/apache/ant
* bz-63827 Minor changeJaikiran Pai2019-10-101-2/+2
|
* bz-63827 Print out stacktrace in "legacy-xml" when the test is aborted tooJaikiran Pai2019-10-101-0/+2
|
* bz-63827 Print out the stacktrace when writing out the XML from "legacy-xml" ↵Jaikiran Pai2019-10-101-0/+3
| | | | formatter of junitlauncher
* Merge branch '1.9.x'Stefan Bodewig2019-10-021-18/+19
|\
| * adapt runant.py to Python3Stefan Bodewig2019-10-021-19/+20
| | | | | | | | closes #96, thanks to @twogee
* | Send FQDN instead of simple hostname in SMTP HELO commandmguessan@free.fr2019-09-142-2/+2
| | | | | | | | This closes #101 pull request at github/apache/ant repo
* | Provide more meaningful error messageJan Matèrne2019-09-051-1/+7
| |
* | Merge tag 'rel/1.10.7'Jaikiran Pai2019-09-0527-77/+77
|\ \
| * | Prepare for RC1 of 1.10.7 Ant releaserel/1.10.7ANT_1.10.7_RC1Jaikiran Pai2019-09-0126-75/+75
|/ /
* | Skip ImageTest if JPEG codec from com/sun/image/codec isn't available in the ↵Jaikiran Pai2019-08-262-7/+18
| | | | | | | | | | | | | | 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.
* | Fixed regression on javac version selection in case build.compiler property ↵jkf2019-08-251-7/+15
| | | | | | | | is set.
* | bz-63680 Fix the LegacyXmlResultFormatter to recursively look for a parent ↵Jaikiran Pai2019-08-231-9/+14
| | | | | | | | testclass name, until it finds one
* | bz-63680 Prevent StringIndexOutOfBoundsException while trying to infer the ↵Jaikiran Pai2019-08-221-1/+2
| | | | | | | | package name of a test class
* | JavaMail -> Jakarta Mail - Bugzilla Issue 63683Stefan Bodewig2019-08-221-3/+3
| |
* | use Files API rather than FileWriterStefan Bodewig2019-07-141-2/+3
| |
* | 1.10.7jkf2019-07-141-1/+1
| |
* | FTP checkstyle fixed + removed spurious part from ftp.htmljkf2019-07-141-31/+39
| |
* | Bugzilla 63252 FTP prevent No Transfer Timeout during long listings by ↵jkf2019-07-121-0/+48
| | | | | | | | Eugene Adell
* | Add Ftp ant task timeout documentation also updatedjkf2019-07-121-2/+3
| |
* | Bug 47414 - [PATCH] Add Ftp ant task timeout by Eugene Adelljkf2019-07-121-0/+36
| |
* | sorry for messing up with tabsjkf2019-06-152-34/+28
| |
* | More easily avoidable 1.x confusion removedjkf2019-06-153-77/+37
| |
* | improved version handling in CompilerAdapterjkf2019-06-154-92/+266
| |
* | Merge pull request #98 from slobokot/fork-javacjmkf2019-06-152-5/+202
|\ \ | | | | | | | | | Use commandline argument file for all options, but -J, for case javac…
| * | Use commandline argument file for all options, but -J, for case ↵sergiys2019-06-142-17/+196
| | | | | | | | | | | | javac.forked=true
| * | Use commandline argument file for all options, but -J, for case ↵sergiys2019-06-131-2/+20
| | | | | | | | | | | | javac.forked=true
* | | JavaEnvUtils - Suppot of JDK1.8+ onlyjkf2019-06-155-146/+114
| | | | | | | | | | | | Updated JavaEnvUtils to reflect that we are running JDK 1.8+, and removal of checks that have become obsolete as a consequence thereof
* | | make deprecated method use non-deprecated method instead of the otherjkf2019-06-151-3/+3
|/ / | | | | way around
* | Merge branch '1.9.x'Stefan Bodewig2019-06-131-2/+4
|\ \ | |/
| * improve error message if Java cannot be foundStefan Bodewig2019-06-131-2/+4
| |
| * Merge tag 'rel/1.9.14' into 1.9.x branchJaikiran Pai2019-03-1724-72/+72
| |\ | | | | | | | | | Tagging version 1.9.14 of Ant
| | * Release RC1 of 1.9.14rel/1.9.14ANT_1914_RC1Jaikiran Pai2019-03-1223-66/+66
| | |
* | | Refer to Java 8 documentation for consistencytwogee2019-06-025-10/+12
| | |
* | | Patch improving FTP Connection Closed error handling and reporting byjkf2019-06-011-2/+16
| | | | | | | | | Eugene Adell
* | | @BeforeAll failing should break build. Pr 63479jkf2019-06-016-12/+125
| | |
* | | PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked ↵jkf2019-06-013-7/+19
| | | | | | | | | | | | when building on jdk11 this prevents running ZIP related tasks on jdk8 from completing successfully
* | | Fixed broken javadocjkf2019-05-261-2/+2
| | |
* | | Avoid connection refused errors by leaving some time between the gets, works ↵jkf2019-05-262-1/+13
| | | | | | | | | | | | locally lets see if it also works for jenkins
* | | removed http links from java sources to the extent possiblejkf2019-05-2558-106/+97
| | |
* | | remove unnecessary http references in xml / xsl testcasesjkf2019-05-2522-49/+49
| | |
* | | checkstyle.org has https site also for xsljkf2019-05-252-2/+2
| | |