7360 Commits (c04d3e26a9afaea3f3c8474e0f6414cb6bc5f535)

Author SHA1 Message Date
  Stefan Bodewig c04d3e26a9 if specified stylesheet doesn't exist, log the file resolved relative to project rather than the task's basedir 14 years ago
  Stefan Bodewig 394f665213 no reason to log at ERR if a URL doesn't exist and all we do is checking whether it does. Addresses PR 51802 14 years ago
  Jesse N. Glick 61ade34e43 #51049: <junitreport> mishandled ${line.separator}. 14 years ago
  Jesse N. Glick b31adfe835 JUnitReportTest.testStackTraceLineBreaks was failing for me. 14 years ago
  Jesse N. Glick 6516a3d24d JUnitReportTest.testEmptyFile was failing for me. 14 years ago
  Stefan Bodewig 6923618f30 whitespace only 14 years ago
  Stefan Bodewig 5ecf92bf58 add an option to suppress the artifical package-info.class files created by <javac>. PR 52096 14 years ago
  Stefan Bodewig ea4b41e1d9 make loadfile/resource less noisy for empty resources when asked to be quiet. PR 52107. 14 years ago
  Stefan Bodewig 28c651a95a Empty package-info.class is created in wrong directory if no destdir is specified. PR 51947 14 years ago
  Stefan Bodewig cba6d868a8 Make <move> use tryHardToDelete under the covers 14 years ago
  Stefan Bodewig ececc5c3e3 Add an option to <delete> to run the GC before retrying a failed build on non-Windows OSes as well. Might fix the NFS problem described in PR 45786 14 years ago
  Matthew Jason Benson d0d1325e54 provide read access to Mkdir.dir. PR 51684 14 years ago
  Jesse N. Glick 735f3fca3e #51668: JAXP regression preventing <junitreport> from working in JDK 7 w/ SecurityManager. 14 years ago
  Jesse N. Glick ed37e77d9e Fails to reproduce https://netbeans.org/bugzilla/show_bug.cgi?id=201022 but might as well leave it here. 14 years ago
  Stefan Bodewig 021d52822a make AntClassLoader$ResourceEnumeration adhere to the Enumeration contract. PR 51579 14 years ago
  Stefan Bodewig d121ce11a1 never filter out the first line of the exception stack trace in junit so the failure message is preserved 14 years ago
  Stefan Bodewig 087f028977 JUnit's filtertrace swallows the assert failure message if it contains the word 'more' as reported on the user list - http://mail-archives.apache.org/mod_mbox/ant-user/201107.mbox/%3CCAPsH_EDFnhkW4Y4r87U2jmN2gKPAyK6ZJX5F-4ohC6tJ9rXi6Q@mail.gmail.com%3E 14 years ago
  Stefan Bodewig 7d02a9f6cf there is an off-by-one error in the loop that searches for the 'end of central directory record' 14 years ago
  Stefan Bodewig d25f4c4021 finalize deflater instance in ZipOutputStream. 14 years ago
  Stefan Bodewig e2dcc15e5e complete task cleanup, likely not necessary but looks better 14 years ago
  Stefan Bodewig 045ec77262 restore RCW id once augment has performed its job so it can be reused by other targets. PR 50894 14 years ago
  Stefan Bodewig 1a514800ae no reason to keep a reference to the enclosing Restrict instance 14 years ago
  Stefan Bodewig 82642e35eb when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462 14 years ago
  Stefan Bodewig 6f56a47261 support multiple resource collections in sync. PR 51462 14 years ago
  Nicolas Lalevee 38700692d4 BR 51161: 14 years ago
  Nicolas Lalevee 309943afdb BR 41986 14 years ago
  Jesse N. Glick ec8453fec5 FindBugs. 14 years ago
  Stefan Bodewig c4c9d2552b clean up Inflater instance as some JDKs won't do it for us. PR 42696. Submitted by Mounir 14 years ago
  Jesse N. Glick a4c396da18 Using apparently official URL base, at least according to the HTTP redirect. 14 years ago
  Nicolas Lalevee 49c8751e25 Fix for BR #48789. 14 years ago
  Nicolas Lalevee f60db19864 Revert commit #1095768 on java.xml and fix the redirector to not funnel streams if there is an errorProperty set 14 years ago
  Nicolas Lalevee 7396577cf8 Improve javadoc 14 years ago
  Antoine Levy-Lambert 4491aae66b Missing space between finished and timestamp in task/target finish message from ProfileLogger, bugrep 51109 14 years ago
  Antoine Levy-Lambert a260fdb09e accept sh.exe from env.Path as well as from env.PATH to be able to run the tests 14 years ago
  Antoine Levy-Lambert ab38cf7504 tweaking tests affecting by having made flush a no-op in fixing bug 50507 14 years ago
  Antoine Levy-Lambert fd52ae619b Exec task may mix the stderr and stdout output while logging it. Bugzilla 50507 14 years ago
  Stefan Bodewig 171a1f35e3 raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035. 14 years ago
  Antoine Levy-Lambert f1091d6ac4 I had hardcoded the test.can.run property, also I had emptied the cleanup 14 years ago
  Antoine Levy-Lambert 1369b7ee39 creating test for bugrep 50507 Exec task may mix the stderr and stdout output while logging it 14 years ago
  Stefan Bodewig d2693fcfed commons-net trunk has removed all static final ints from FTPReply 14 years ago
  Matthew Jason Benson 4b3719fe42 readFully(), then index into a char[], rather than calling substring(1) after each read() call 14 years ago
  Matthew Jason Benson 314d4d7ba7 Bug 51044 - Allow a <propertyset> in an <expandproperties> filter 14 years ago
  Matthew Jason Benson 4b329724cc sp 14 years ago
  Matthew Jason Benson 17520fdfdd add basic functionality test for expandproperties filter 14 years ago
  Matthew Jason Benson 65df42db53 javadoc 14 years ago
  Matthew Jason Benson 14ea08b49e Resource collection implementation of mapped PropertySet returned unusable resources. 14 years ago
  Matthew Jason Benson 5909b77dc4 add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators 14 years ago
  Matthew Jason Benson 778d54d381 move propertyset test to antunit 14 years ago
  Matthew Jason Benson 9af2cd23bf fix fileResource specified using basedir/name attributes 14 years ago
  Matthew Jason Benson 5ba5cd0725 add (failing) testcase that exposes a current weakness of fileResource 14 years ago