Commit Graph

  • *
  • |\
  • | | *
  • | |/|
  • |/|/
  • * |
  • * |
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • |/ /
  • * |
  • * |
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\|
  • | *
  • * |
  • |\|
  • | *
  • * |
  • |\|
  • | *
  • | |\
  • * | |
  • |\| |
  • | * |
  • * | |
  • |\| |
  • | * |
  • * | |
  • |\| |
  • | * |
  • | | *
  • | |/
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\|
  • | *
  • | *
  • * |
  • * |
  • * |
  • |\|
  • * |
  • | *
  • * |
  • * |
  • * |
  • |\|
  • | *
  • | *
  • * |
  • |\|
  • | *
  • * |
  • | *
  • * |
  • * |
  • |\ \
  • | * |
  • * | |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • 5c8178b5b Merge pull request #98 from slobokot/fork-javac by jmkf 2019-06-15 14:46:25 +0200
  • b527dca34 Merge pull request #98 from slobokot/fork-javac by jmkf 2019-06-15 14:46:25 +0200
  • d49dacf85 JavaEnvUtils - Suppot of JDK1.8+ only by jkf 2019-06-15 13:42:21 +0200
  • 6904fd1ee make deprecated method use non-deprecated method instead of the other way around by jkf 2019-06-15 11:49:20 +0200
  • 2bc974aa1 Use commandline argument file for all options, but -J, for case javac.forked=true by sergiys 2019-06-14 14:00:49 -0700
  • a207d5b8d Use commandline argument file for all options, but -J, for case javac.forked=true by sergiys 2019-06-14 13:47:01 -0700
  • 15fcc941e Use commandline argument file for all options, but -J, for case javac.forked=true by sergiys 2019-06-13 17:08:01 -0700
  • 1c4a77adf Merge branch '1.9.x' by Stefan Bodewig 2019-06-13 12:02:33 +0200
  • c457e6dfd improve error message if Java cannot be found by Stefan Bodewig 2019-06-13 12:01:23 +0200
  • 9037e93fc Merge pull request #95 from twogee/java-8-docs by jmkf 2019-06-02 15:49:53 +0200
  • 15958559a Refer to Java 8 documentation for consistency by twogee 2019-06-02 06:09:20 +0200
  • dbf4b6fff The changes of last week part by jkf 2019-06-01 14:37:52 +0200
  • ed102173a Updating WHATSNEW for the changes of today and last week by jkf 2019-06-01 14:30:05 +0200
  • 382edda47 Patch improving FTP Connection Closed error handling and reporting by Eugene Adell by jkf 2019-06-01 14:18:52 +0200
  • 35d3b9ab1 @BeforeAll failing should break build. Pr 63479 by jkf 2019-06-01 13:48:30 +0200
  • 823a5316e PR 53457 - ByteBuffer::limit and ByteBuffer::rewind are new methods linked when building on jdk11 this prevents running ZIP related tasks on jdk8 from completing successfully by jkf 2019-06-01 10:33:06 +0200
  • 0b1690a4f updated default m2 repository location by jkf 2019-05-25 13:07:23 +0200
  • fb6d9b0d5 Validating contents of resources fetched via insecure channels by jkf 2019-05-26 08:11:28 +0200
  • 2a99ecf78 uri is part of the license itself and therfore should not be changed without involvement of legal. by jkf 2019-05-27 20:23:19 +0200
  • e5e41f035 Fixed broken javadoc by jkf 2019-05-26 23:31:22 +0200
  • 9b4393b85 Avoid connection refused errors by leaving some time between the gets, works locally lets see if it also works for jenkins by jkf 2019-05-26 08:46:09 +0200
  • ad49c5b4e Validating contents of resources fetched via insecure channels by jkf 2019-05-26 08:11:28 +0200
  • ceb39e217 removed http links from java sources to the extent possible by jkf 2019-05-25 21:09:47 +0200
  • 3d515b284 remove unnecessary http references in xml / xsl testcases by jkf 2019-05-25 19:02:57 +0200
  • 46a53f4e3 checkstyle.org has https site also for xsl by jkf 2019-05-25 18:55:39 +0200
  • 2e225a00f checkstyle.org has https site by jkf 2019-05-25 18:54:41 +0200
  • c82c43388 https to the extent possible for src/etc excluding src/etc/testcases by jkf 2019-05-25 16:59:17 +0200
  • e82430817 Updated http references to https in text files in root directory, except WHATSNEW by jkf 2019-05-25 16:11:37 +0200
  • 264074b82 Updated manual to use https as far as currently possible. by jkf 2019-05-25 15:38:31 +0200
  • 3a4980e3c updated reference to license from http to https using find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \; by jkf 2019-05-25 13:41:47 +0200
  • 7af3b6162 updated default m2 repository location by jkf 2019-05-25 13:07:23 +0200
  • 5198e58f2 Use HTTPS URL for fetching doc generation tool by Jaikiran Pai 2019-05-23 10:31:20 +0530
  • 9b5ec2ae7 Use HTTPS URL for fetching doc generation tool by Jaikiran Pai 2019-05-23 10:31:20 +0530
  • b8451922b [junitlauncher] Add support for selecting tests based on JUnit-5 tag functionality by Matthias Gutheil 2019-05-21 15:44:39 +0200
  • 1cb2f8175 bz-63446 Add Michael Seele to contributors list by Jaikiran Pai 2019-05-21 18:13:12 +0530
  • 03a718d88 bz-63446 [junitlauncher] Create the right number of listeners in the test definition representing the fork mode of "testclasses" by Jaikiran Pai 2019-05-21 14:47:29 +0530
  • 0259c0b98 bz-63259 Don't check the FTP file for being a symlink, more than once by Jaikiran Pai 2019-05-17 09:51:46 +0530
  • 440ef41bb Merge tag 'rel/1.10.6' by Jaikiran Pai 2019-05-08 11:51:18 +0530
  • e4a56ec5b Prepare RC2 of 1.10.6 Ant release by Jaikiran Pai 2019-05-02 18:42:29 +0530
  • 4803eb24a Wrap FileWriter with BufferedWriter for better performance when the write() method is invoked in a loop by bd2019us 2019-04-14 00:01:28 -0500
  • 40eacefd8 this is why we still use env and friends by Stefan Bodewig 2019-04-16 08:39:31 +0200
  • 486e141b4 this is why we still use env and friends by Stefan Bodewig 2019-04-16 08:39:31 +0200
  • e91c4dc22 Fix the issue where scp transfer completion tracking wasn't being triggered for 100% completion by wenjingwang 2019-04-09 13:59:59 +0800
  • 812ba7083 some of the JUnit tests do not work when run from Maven by Stefan Bodewig 2019-03-30 14:52:54 +0100
  • ef14a9190 exclude tests from Maven that require a specific Ant file structure by Stefan Bodewig 2019-03-30 14:35:41 +0100
  • 9722f062d missing license headers by Stefan Bodewig 2019-03-20 20:58:15 +0100
  • 4ca01354b Don't use -html4 for javadoc output for Ant classes by Jaikiran Pai 2019-03-20 10:09:02 +0530
  • f109d2f31 HTML5-compliant javadoc by twogee 2019-03-19 23:47:29 +0100
  • c3b75a72a CSS contains non-ASCII quotes by twogee 2019-03-19 07:48:33 +0100
  • c8e0adbd2 Use -html4 for javadoc generation by Jaikiran Pai 2019-03-19 13:12:26 +0530
  • 9d98adbb5 java.activation module has been removed from Java 11 by Jaikiran Pai 2019-03-19 12:15:57 +0530
  • 508e0f3fa Make it easier, during release, to verify that JDK9+ is being used by Jaikiran Pai 2019-03-19 11:00:22 +0530
  • af8ddc9a3 Merge 1.9.x branch into master by Jaikiran Pai 2019-03-18 19:57:15 +0530
  • 4e27dba1c Add a note in ReleaseInstructions to check the copyright year in NOTICE file by Jaikiran Pai 2019-03-18 19:56:26 +0530
  • 865c910e3 Merge 1.9.x branch into master by Jaikiran Pai 2019-03-18 19:11:56 +0530
  • 02901ba61 SHA1 checksum is no longer recommended by Apache release process by Jaikiran Pai 2019-03-18 19:04:12 +0530
  • 4a24218a9 Merge 1.9.x branch into master by Jaikiran Pai 2019-03-17 19:32:44 +0530
  • 5e0ed5eb2 Merge tag 'rel/1.9.14' into 1.9.x branch by Jaikiran Pai 2019-03-17 19:06:47 +0530
  • 527b6e4e9 Merge 1.9.x into master by Jaikiran Pai 2019-03-15 16:06:51 +0530
  • 0f022d387 Use the new working URL to fetch the Txt2Html.java from Tomcat repo, for converting WHATSNEW into a html file by Jaikiran Pai 2019-03-15 16:04:12 +0530
  • 717387dfa Merge branch '1.9.x' by Stefan Bodewig 2019-03-14 06:57:52 +0100
  • bf1cbe78c add missing license header by Stefan Bodewig 2019-03-14 06:57:00 +0100
  • db32b65ab Merge branch '1.9.x' by Stefan Bodewig 2019-03-14 06:52:30 +0100
  • b661e244b new year, well not that new anymore by Stefan Bodewig 2019-03-14 06:52:04 +0100
  • 8ec8ecf4e Release RC1 of 1.9.14 by Jaikiran Pai 2019-03-12 14:33:11 +0530
  • 1e00d447d extract 'report.dir' by Jan Matèrne 2019-03-12 10:00:20 +0100
  • 978e8b467 missing dots by Jan Matèrne 2019-03-12 09:57:27 +0100
  • e2b40e5dd htmlcheck: correct tool name, consistent report placement by twogee 2019-03-10 07:05:29 +0100
  • 1c97966da htmlcheck: generate report file, consistent property names, meaningful target name by Jan Matèrne 2019-03-09 14:37:26 +0100
  • 99bb33d67 Add HTML validation check, fix head in package.html by twogee 2018-12-21 11:01:24 +0100
  • d01d88a19 Fix doctype and language by twogee 2018-12-21 11:20:43 +0100
  • aa61cbce5 Merge 1.9.x branch into master by Jaikiran Pai 2019-03-06 16:53:17 +0530
  • f9b44f68f Update WHATSNEW for 63226 by Jaikiran Pai 2019-03-06 16:50:07 +0530
  • ddb85a35b bz-63226 Doc change - mention that "list" operation honours "followsymlinks" attribute in ftp task by Jaikiran Pai 2019-03-06 15:46:03 +0530
  • 9e1bd1445 Incorrect HTML by twogee 2019-03-01 22:34:05 +0100
  • 6e96e4311 Fix javadoc and manual errors related to the newly introduced readTimeout attribute for Http condition by Jaikiran Pai 2019-03-02 19:45:31 +0530
  • 9eb170b4c Merge 1.9.x branch into master by Jaikiran Pai 2019-02-26 08:54:38 +0530
  • fe1ed7725 Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant by Jaikiran Pai 2019-02-26 08:52:02 +0530
  • f04cc8bb1 Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant by Jaikiran Pai 2019-02-26 08:35:11 +0530
  • da9ca6ef0 bz-63193 Introduce a readTimeout attribute for the "http" condition task by Jaikiran Pai 2019-02-24 09:38:09 +0530
  • b5044cad4 additional testcases by Jan Matèrne 2019-02-18 15:56:31 +0100
  • a0c161ad2 Merge branch '1.9.x' by Stefan Bodewig 2019-01-12 17:18:30 +0100
  • 9d63d7ee2 respect failOnError when running ls checkout - Bugzilla 63071 by Stefan Bodewig 2019-01-12 17:13:51 +0100
  • d106673e3 the task does not extend ExecTask (anymore?) by Stefan Bodewig 2019-01-12 17:01:01 +0100
  • 25de4f231 Merge 1.9.x branch into master by Jaikiran Pai 2018-12-27 18:47:35 +0530
  • eb99b1f3f Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library by Jaikiran Pai 2018-12-27 18:41:11 +0530
  • 45bee0169 Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library by Jaikiran Pai 2018-12-27 18:38:24 +0530
  • 1a7c4a69e Upgrade Jsch library to 0.1.55 by Jaikiran Pai 2018-12-27 08:54:33 +0530
  • 4474cb394 Update JSCh (see http://www.jcraft.com/jsch/ChangeLog) by twogee 2018-12-23 11:22:18 +0100
  • 722ccb737 Merge pull request #82 from twogee/invalid-html by Stefan Bodewig 2018-12-20 20:31:00 +0100
  • 82a603c14 Use valid markup by twogee 2018-12-20 09:10:14 +0100
  • 706d818da moved to gitbox by Stefan Bodewig 2018-12-17 10:06:40 +0100
  • 222bd8daa missing javadoc param - thanks Gintas Grigelionis @twogee by Stefan Bodewig 2018-12-16 11:49:46 +0100
  • 876376a8d exclude modules package from mvn when not using Java9 by Stefan Bodewig 2018-12-16 11:02:48 +0100
  • 5fe086f0d point to Craig's PR by Stefan Bodewig 2018-12-15 17:53:49 +0100
  • 6b576f1e8 whitespace - closes #80 by Stefan Bodewig 2018-12-15 17:27:42 +0100
  • a621bcbcc Based on feedback, added self to contributors, added line to WHATSNEW, added Ant version to docs, and replaced GPL man pages with BSD-licensed man pages. by VGR 2018-12-12 19:02:57 -0500
  • 343dff90f Added tasks for JDK's jmod and jlink tools. by VGR 2018-12-06 23:32:57 -0500
  • 7b29e8ff8 Update the manual of junitlauncher task as well as add a note in WHATSNEW about the changed class names of that task by Jaikiran Pai 2018-12-14 15:24:56 +0530
  • 41eb0d922 Fixing a potential ConcurrentModificationException that could occur when running Ant with the Parallel-Ant executor. by mharmer 2018-12-11 14:02:37 -0800