1219 Commits (b8e3f831d63cc75c059e4b47f6f7eb3d03bfd100)

Author SHA1 Message Date
  Stefan Bodewig b8e3f831d6 subclasses of AssertionErrors are caused by test failures, not errors. PR 45028. 17 years ago
  Stefan Bodewig e5e17582b0 Allow MailLogger to send a fixed email text. PR 38029. 17 years ago
  Stefan Bodewig 1be216b5d5 Allow <mail> to ignore bad recipients. PR 36446. 17 years ago
  Stefan Bodewig 19434df75b Fix potential NPE in mailers, remove root cause of NPE reported in PR 44009. 17 years ago
  Stefan Bodewig 7eff21c38b <mail>'s auto-encoding-selection was broken. PR 42389. 17 years ago
  Stefan Bodewig 43166e6884 Add charset and MIME-Type properties to MailLogger. PR 27211. 17 years ago
  Stefan Bodewig 5f81fd8011 javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich. 17 years ago
  Stefan Bodewig 6b265b5612 use the same logic as <delete> if deletion of a recently closed file fails on Windows during rename. PR 45960. 17 years ago
  Stefan Bodewig 0afd945293 don't delete classes if the source is not there. PR 45916 17 years ago
  Stefan Bodewig ed9d69e037 make sure <depend> closes JARs. PR 45955. 17 years ago
  Stefan Bodewig a4e5c13b86 Allow selectors for remote filesets in <ftp>. Submitted by Mario Frasca. PR 44726. (unfortunately some whitespace changes slipped in as well, sorry for that). 17 years ago
  Stefan Bodewig 0a679803f0 Add a maxtime option to <get> to allow it to escape hanging downloads. PR 45181. 17 years ago
  Stefan Bodewig 78ba5f0753 Add a firstmatchmapper. PR 44873. 17 years ago
  Stefan Bodewig 36786a3b76 make order of compositemapper's results predictable. PR 44873. 17 years ago
  Stefan Bodewig 3d8e3a89d4 don't skip the full begin token since it may contain the start of the real begin token. PR 45094. 17 years ago
  Stefan Bodewig 15de83a00f properly handle non-standard chars in key alias. PR 45820. 17 years ago
  Stefan Bodewig d51fbdd73d allow executable of signjar and verifyjat to be configured. PR 39189. 17 years ago
  Stefan Bodewig bc22c6a47f create useable output even if the input is empty. PR 45836. Submitted by Tom May. 17 years ago
  Stefan Bodewig 6a02f44830 use the configured ProjectHelper to parse antlib descriptors, if possible, PR 42208. 17 years ago
  Stefan Bodewig 78f58cb78a allow different <mail> tasks to use different smtp hosts. PR 37970. 17 years ago
  Stefan Bodewig dda05149e5 use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher. 17 years ago
  Stefan Bodewig e438a9bf89 add a fileOnError attribute to <patch>. PR 44772. Submitted by Michael Bayne. 17 years ago
  Stefan Bodewig 4464369821 honor followsymlinks on a fileset's dir as well. PR 45741. 17 years ago
  Stefan Bodewig 4b3e8042ba deleting something might break old builds, even if it is expected behavior 17 years ago
  Stefan Bodewig f625d964c0 delete broken symbolic links. PR 41285 17 years ago
  Stefan Bodewig 1331049054 fall back to "rm" if target cannot be renamed when deleting a symlink 17 years ago
  Stefan Bodewig 5348fe6bcb symlink delete now works if the link points to a parent directory as well. PR 45743. 17 years ago
  Stefan Bodewig 8ea8f38c22 allow symlink to delete broken links. Part of PR 41285. 17 years ago
  Stefan Bodewig e562954f95 ensure TestListenerEvents get labeled even if they span multipl lines. PR 45411. 17 years ago
  Stefan Bodewig 246480ed2d allowNativeBasedir -> useNativeBasedir. Document it. PR 45711. 17 years ago
  Matthew Jason Benson 1bff308e51 Bugzilla 45098: update jar index with no other changes 17 years ago
  Stefan Bodewig b8a829b11b make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time. 17 years ago
  Stefan Bodewig b7a61200ec Add a special listener that tries to invoke tearDown in a test class that caused a timeout or crashed the forked VM. PR 37241. 17 years ago
  Stefan Bodewig 94da71c764 change command line parser so that version is only printed once - and version as well as diagnostics methods know the current loglevel. The former is PR 45695, the later useful for 45692. 17 years ago
  Stefan Bodewig 2ef2968240 formatters need to know about VM exits, no matter whether they use a file or not. PR 37312. 17 years ago
  Stefan Bodewig bd76a2fb37 Don't use a thousands separator at all for minutes. PR 44659. 17 years ago
  Stefan Bodewig 0da84c14a4 BigProjectLogger always fiddled with the basedir, not only if the attribute was absent. 17 years ago
  Stefan Bodewig c4ab43e8d7 defer self-generated subBuildStarted event until project instance has been configured and basedir has been set. PR 45607. 17 years ago
  Stefan Bodewig ab5fb066bd Ant disallowed manifest attributes that contained the character 8. PR 45675. 17 years ago
  Stefan Bodewig ff1c8616d3 Add namespace support to echoxml. Based on patch by Joey Richey. PR 36804. 17 years ago
  Stefan Bodewig 8be0b6387f Make sure JunitTestRunners return code is correct when running under JUnit4. PR 43892. Submitted by Brian Curnow. 17 years ago
  Stefan Bodewig 724a6a66c1 typed into wrong window? 17 years ago
  Scokart Gilles 1f06891d00 Enhance performance of DirectoryScanner by parsing the patterns only once. Introduce a PathPattern to do that. (# 44226) 17 years ago
  Stefan Bodewig 1bbf2f16f4 version 2.0 is the Apache License (without "Software"). PR 43576. 17 years ago
  Stefan Bodewig a9831bdcaf Add a new attribute to javadoc to allow URLs for location of offline links. PR 28881. 17 years ago
  Scokart Gilles 695ce2ed1c Enhance performance of Project.fireMessageLoggedEvent (PR 45651) 17 years ago
  Stefan Bodewig e713682ea6 sometimes an infinite recursion of filters is flagged when there is none. PR 44226. Submitted by Adam Bryzak. 17 years ago
  Stefan Bodewig d814a03e98 support regular expressions in filename and name selectors. PR 45284. 17 years ago
  Stefan Bodewig 02e939c261 Add readable and writable selectors. Addresses PR 45081. 17 years ago
  Stefan Bodewig d8b918468e Make JUnit's output less confusing when a forked VM running more than one test is terminated. PR 45227. 17 years ago