8114 Commits (c457e6dfd44e708afd34cdc5032b3f8e06a1afee)

Author SHA1 Message Date
  Stefan Bodewig c457e6dfd4 improve error message if Java cannot be found 6 years ago
  Jaikiran Pai 5e0ed5eb2d Tagging version 1.9.14 of Ant 6 years ago
  Stefan Bodewig bf1cbe78c0 add missing license header 6 years ago
  Jaikiran Pai 8ec8ecf4eb Release RC1 of 1.9.14 6 years ago
  Jaikiran Pai f04cc8bb19 Call InetAddress.isReachable instead of using reflection, now that we require Java 5 runtime for Ant 6 years ago
  Stefan Bodewig 9d63d7ee24 respect failOnError when running ls checkout - Bugzilla 63071 7 years ago
  Stefan Bodewig d106673e3e the task does not extend ExecTask (anymore?) 7 years ago
  Jaikiran Pai eb99b1f3f6 Update the install.html and ant-jsch pom.xml to use the newer 0.1.55 version of jsch library 7 years ago
  Jaikiran Pai 8cc8feebb0 Revert "bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task" since it causes a regression that's exposed by the dirscanner-symlinks-test.xml antunit testcase 7 years ago
  Michael Barker 05bfffa247 bz-62849 Check for filesystem loops due to symbolic links, in DirectoryScanner and Delete task 7 years ago
  Stefan Bodewig f1d2c1551c use generics properly 7 years ago
  Jaikiran Pai 189ad7e59b bz-62764 Add a debug log message when we skip invalid path elements from the AntClassLoader's classpath 7 years ago
  Stefan Bodewig 6b76234c3c fix javadocs 7 years ago
  Stefan Bodewig 048015b7d8 BZ 62424 minimal module support for javadoc 7 years ago
  Stefan Bodewig d100b90032 add nested <args> to signjar and verifyjar 7 years ago
  Stefan Bodewig a5796b5db0 BZ 62534 add support for -provider* args of keytool 7 years ago
  Maarten Coene a746e13665 The information of the -nice and -nouserlib flags was not formatted properly. 7 years ago
  Jaikiran Pai c07bd86684 bz-62686 Correctly handle compression level changes in ZipOutputStream 7 years ago
  Jaikiran Pai 21de7add9a bz-62655 throw a BuildException from augment task if the id attribute isn't specified or if the value points to an unknown reference 7 years ago
  Jaikiran Pai 41e6b2c7ee Update the EmailTaskTest to ensure that the mail task does indeed fail in expected cases 7 years ago
  Jaikiran Pai 0473a3d0ab @Override wasn't applicable for interfaces in Java 1.5 and doesn't get caught while compiling with a higher version of Java SDK 7 years ago
  Jaikiran Pai 96573e64c8 bz-62621 get the mail task tests working 7 years ago
  Jaikiran Pai 94ef3d3bf5 Fix the ant-javamail pom too, to use the right dependency 7 years ago
  Stefan Bodewig 0949736bd2 potential NPE 7 years ago
  Jimmy Casey fce87997f7 Fixed Spelling. 7 years ago
  Maarten Coene 05c88a60c2 The <modified> selector has a new built-in algorithm 'lastmodified' which computes a value based upon the lastmodified time of the file. 7 years ago
  Jaikiran Pai a5fe8b61f1 Mention the support for SubjectAlternativeName in generatekey task 7 years ago
  Karl Jansen 05d05a0bd6 Add support for SAN extension in GenerateKey task 7 years ago
  Stefan Bodewig cd458baf4d merge rel/1.9.13 and prepare next iteration 7 years ago
  Stefan Bodewig 8c22cf8ed9 fix link 7 years ago
  Jaikiran Pai 9b1b8dbbc6 Revert "Trailing whitespace (cherry-pick 2f64e0b)" 7 years ago
  Gintas Grigelionis 7df9120ebc Trailing whitespace (cherry-pick 2f64e0b) 7 years ago
  Stefan Bodewig 5addfa6319 use getParent in isLeadingPath rather than string comparisons 7 years ago
  Stefan Bodewig 4987c2aac8 some additional tests for isLeadingPath testing for trailing slashes 7 years ago
  Stefan Bodewig 5a8c37b271 take symlinks into account when expanding archives and checking entries 7 years ago
  Stefan Bodewig 6a41d62cb9 add additional isLeadingPath method that resolves symlinks 7 years ago
  Stefan Bodewig 31f0b01804 enable forgotten test 7 years ago
  Stefan Bodewig d064f5f7d3 ensure isLeadingPath cannot be subverted by too many double-dots 7 years ago
  Stefan Bodewig 8cfee71c77 document what FileUtils#normalize does in a certain edge case 7 years ago
  Stefan Bodewig 29d13b436a clarify handling of symbolic links 7 years ago
  Jaikiran Pai b77c75d33d Checking to see if our Jenkins setup has issues with HTTPS cert of apache.org for older Java runtime versions 7 years ago
  Jaikiran Pai 9e39514034 bz-62499 Revert the change which caused regression in "get" task. Plus introduce a test case to reproduce the issue and verify the fix 7 years ago
  Stefan Bodewig 0c337d2fbf Tagging version 1.9.12 of Ant 7 years ago
  Stefan Bodewig 6e694d8204 prepare Ant 1.9.12 RC1 7 years ago
  Stefan Bodewig 9a9647c8be handle error that occur in testsuites directly in junitreport 7 years ago
  Gintas Grigelionis fa27518dc0 Bz 62324: in debug mode, separate message and exception it was encapsulated in 7 years ago
  Gintas Grigelionis 8aa86560ce Fix javadoc (cherry-pick master) 7 years ago
  Stefan Bodewig f443a85b92 throw exception with useful message if input handler hits EOF 7 years ago
  Gintas Grigelionis 291a214ace Fix javadoc and imports 7 years ago
  Gintas Grigelionis 4e3e565ece Use String#contains() (cherry-pick 92f18cf) 7 years ago