Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5a75e3c69 Several bug numbers for 1.8.3 were wrong. Perhaps we should be generating this list from a BZ query? by Jesse N. Glick 2012-01-19 14:09:00 +0000
  • 02d9f46c2 hint at namespace declaration rules. PR 52309 by Stefan Bodewig 2011-12-28 07:39:30 +0000
  • d9feb7d3e explain how relative paths are resolved for the basedir attribute. PR 52343 by Stefan Bodewig 2011-12-28 07:26:21 +0000
  • fe829a9d0 #52382: <xslt> with redirect broken on JDK 7 when a SecurityManager is set. by Jesse N. Glick 2011-12-23 16:21:26 +0000
  • 4dab12fb9 Use official namespace for Xalan redirect, to work even if using JRE's bundled Xalan (see junit-frames.xsl). by Jesse N. Glick 2011-12-23 16:10:04 +0000
  • 4495b959d Should not throw an error if the temp dir does not yet exist. by Jesse N. Glick 2011-12-23 16:02:47 +0000
  • 5b256dff1 provide control over signature and digest algorithms in <signjar>. Submitted by Wang Weijun. PR 52344 by Stefan Bodewig 2011-12-21 22:07:49 +0000
  • 291e7b021 Allow retry task to sleep between retry attempts. Submitted by Arjan Veenstra. PR 52076 by Stefan Bodewig 2011-12-06 16:33:19 +0000
  • 0e150acfd ZipFile doesn't work properly for archives using unicode extra fields. Port of fix for COMPRESS-164 by Volker Leidl by Stefan Bodewig 2011-12-05 16:32:30 +0000
  • 6000b81da LineOrientedOutputStream breaks encoding, this is the reason why the fix for PR 50507 broke outputencoding in <exec>. PR 52283 by Stefan Bodewig 2011-12-04 10:45:52 +0000
  • 8786be5f2 trying to narrow down transcoding error of exec test on Ubuntu. Looks like ReaderInputStream was working just fine by Stefan Bodewig 2011-12-04 07:55:45 +0000
  • 390433f7b clarify requirements for manifestclasspath task to address questions like PR 52227 by Stefan Bodewig 2011-12-04 07:11:56 +0000
  • 393f2a2c8 It seems as if jvc didn't like quotes around source file namesin @argfile. PR 31667 by Stefan Bodewig 2011-12-02 12:31:17 +0000
  • 7d1ecbc1b don't expand properties twice in attributes of macrodef'ed tasks by Stefan Bodewig 2011-11-22 12:47:40 +0000
  • 589af888e -f/-file/-buildfile accepts a directory containing build.xml. by Jesse N. Glick 2011-11-21 19:06:47 +0000
  • 3d53a476c this test actually fails but Bug 41400 hides it by Stefan Bodewig 2011-11-17 15:47:18 +0000
  • e995f38a7 make packagemapper take handledirsep into account. Submitted by Anthony Wat. PR 51086 by Stefan Bodewig 2011-11-17 13:27:41 +0000
  • c04d3e26a if specified stylesheet doesn't exist, log the file resolved relative to project rather than the task's basedir by Stefan Bodewig 2011-11-17 12:04:16 +0000
  • 394f66521 no reason to log at ERR if a URL doesn't exist and all we do is checking whether it does. Addresses PR 51802 by Stefan Bodewig 2011-11-17 11:56:43 +0000
  • 61ade34e4 #51049: <junitreport> mishandled ${line.separator}. by Jesse N. Glick 2011-11-09 19:41:59 +0000
  • b31adfe83 JUnitReportTest.testStackTraceLineBreaks was failing for me. by Jesse N. Glick 2011-11-09 19:24:45 +0000
  • 6516a3d24 JUnitReportTest.testEmptyFile was failing for me. by Jesse N. Glick 2011-11-09 19:20:04 +0000
  • 7e64db1b2 Loading FindBugs with Ivy, since garr.dl.sourceforge.net seems to be dead. by Jesse N. Glick 2011-10-28 15:37:13 +0000
  • 6923618f3 whitespace only by Stefan Bodewig 2011-10-28 10:48:06 +0000
  • 5ecf92bf5 add an option to suppress the artifical package-info.class files created by <javac>. PR 52096 by Stefan Bodewig 2011-10-28 10:46:33 +0000
  • ea4b41e1d make loadfile/resource less noisy for empty resources when asked to be quiet. PR 52107. by Stefan Bodewig 2011-10-28 09:29:14 +0000
  • 301bbff43 Corrected location for jboss-public-repository-group. by Jesse N. Glick 2011-10-23 18:34:03 +0000
  • 28c651a95 Empty package-info.class is created in wrong directory if no destdir is specified. PR 51947 by Stefan Bodewig 2011-10-04 14:54:11 +0000
  • cba6d868a Make <move> use tryHardToDelete under the covers by Stefan Bodewig 2011-09-29 13:52:19 +0000
  • ececc5c3e 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 by Stefan Bodewig 2011-09-29 13:40:56 +0000
  • 13b0b1e14 BZ 51684 by Matthew Jason Benson 2011-08-19 15:37:46 +0000
  • d0d1325e5 provide read access to Mkdir.dir. PR 51684 by Matthew Jason Benson 2011-08-19 15:33:56 +0000
  • 735f3fca3 #51668: JAXP regression preventing <junitreport> from working in JDK 7 w/ SecurityManager. by Jesse N. Glick 2011-08-16 23:08:11 +0000
  • cd69b894b Had which.jar but run-which was still failing. by Jesse N. Glick 2011-08-16 22:26:47 +0000
  • ed37e77d9 Fails to reproduce https://netbeans.org/bugzilla/show_bug.cgi?id=201022 but might as well leave it here. by Jesse N. Glick 2011-08-16 21:35:49 +0000
  • 7a6cc371c Upgrade to AntUnit 1.2 by Stefan Bodewig 2011-08-16 08:23:10 +0000
  • e9bbf8ef7 JRuby no longer at Sourceforge, reported by Gilbert Rebhan by Stefan Bodewig 2011-08-15 04:58:45 +0000
  • 021d52822 make AntClassLoader$ResourceEnumeration adhere to the Enumeration contract. PR 51579 by Stefan Bodewig 2011-08-09 03:28:32 +0000
  • 95834baf7 document JUnit filtertrace change by Stefan Bodewig 2011-08-07 02:49:43 +0000
  • f2b0b3311 Cactus => Attic by Stefan Bodewig 2011-08-07 02:49:19 +0000
  • d121ce11a never filter out the first line of the exception stack trace in junit so the failure message is preserved by Stefan Bodewig 2011-08-06 17:11:53 +0000
  • 5b5987c95 sync docs with code by Stefan Bodewig 2011-08-05 12:52:58 +0000
  • 087f02897 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 by Stefan Bodewig 2011-08-05 12:42:54 +0000
  • 7d02a9f6c there is an off-by-one error in the loop that searches for the 'end of central directory record' by Stefan Bodewig 2011-08-05 07:33:25 +0000
  • d25f4c402 finalize deflater instance in ZipOutputStream. by Stefan Bodewig 2011-08-03 13:40:35 +0000
  • e2dcc15e5 complete task cleanup, likely not necessary but looks better by Stefan Bodewig 2011-07-28 03:44:27 +0000
  • 045ec7726 restore RCW id once augment has performed its job so it can be reused by other targets. PR 50894 by Stefan Bodewig 2011-07-27 14:08:00 +0000
  • 1a514800a no reason to keep a reference to the enclosing Restrict instance by Stefan Bodewig 2011-07-27 08:55:00 +0000
  • 82642e35e when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462 by Stefan Bodewig 2011-07-27 08:50:44 +0000
  • 6f56a4726 support multiple resource collections in sync. PR 51462 by Stefan Bodewig 2011-07-27 07:34:45 +0000
  • 38700692d BR 51161: - don't close System.in otherwise it won't be readable anymore by Nicolas Lalevee 2011-07-26 22:02:37 +0000
  • 827e9b065 BCEL moved from Jakarta to Commons by Stefan Bodewig 2011-07-25 07:27:50 +0000
  • bf4c769b2 BR 41986 - fix whatsnew by Nicolas Lalevee 2011-07-24 10:47:47 +0000
  • 309943afd BR 41986 - add a quiet attribute to the copy task to not print warning messages Thanks to Timoteo Ohara by Nicolas Lalevee 2011-07-24 10:35:58 +0000
  • cd3b91417 java.util.zip now supports the EFS flag, http://blogs.oracle.com/xuemingshen/entry/non_utf_8_encoding_in by Stefan Bodewig 2011-07-21 02:21:57 +0000
  • ec8453fec FindBugs. by Jesse N. Glick 2011-07-20 19:22:19 +0000
  • c3a13beae fix a bunch of links by Stefan Bodewig 2011-07-18 06:53:40 +0000
  • 45c397532 regexp and ORO have been mothballed by Stefan Bodewig 2011-07-18 06:46:28 +0000
  • 80d8d90c2 fix link to svn docs, submitted by Matt Wildig. PR 51375 by Stefan Bodewig 2011-07-15 14:59:19 +0000
  • 355eef0c2 Full name for Mounir El Hajj who contributed to patch for PR 42696 by Stefan Bodewig 2011-07-13 15:02:03 +0000
  • f63266096 merge tracking by Stefan Bodewig 2011-07-13 13:55:43 +0000
  • c4c9d2552 clean up Inflater instance as some JDKs won't do it for us. PR 42696. Submitted by Mounir by Stefan Bodewig 2011-07-13 13:44:20 +0000
  • a4c396da1 Using apparently official URL base, at least according to the HTTP redirect. by Jesse N. Glick 2011-06-27 22:38:55 +0000
  • 244fe4c3f TMified logos by Christoph Wilhelms by Stefan Bodewig 2011-06-06 13:36:41 +0000
  • 5b65b7e51 PR 51286: move anchors inside headers. by Jesse N. Glick 2011-05-31 20:19:01 +0000
  • 3ee692f33 Noting contributor on #51213. by Jesse N. Glick 2011-05-24 18:43:17 +0000
  • af1971681 PR 51213: anchors. by Jesse N. Glick 2011-05-24 18:41:18 +0000
  • febed7447 typo, found by Javier Murciego and fixed by Anthony Wat - PR 51176 by Stefan Bodewig 2011-05-13 15:08:24 +0000
  • 0600b2bae the bug 48789 was fixed with r1097584 by Nicolas Lalevee 2011-04-29 09:18:01 +0000
  • 49c8751e2 Fix for BR #48789. Handle an IOE with "Pipe broken" just like a one with "Write end dead". They are raised for the same reason but not at the same time. by Nicolas Lalevee 2011-04-28 19:39:53 +0000
  • f60db1986 Revert commit #1095768 on java.xml and fix the redirector to not funnel streams if there is an errorProperty set by Nicolas Lalevee 2011-04-27 22:14:03 +0000
  • 7396577cf Improve javadoc by Nicolas Lalevee 2011-04-27 22:11:54 +0000
  • 491487a82 adding a linux blurb by Antoine Levy-Lambert 2011-04-25 21:39:52 +0000
  • 4491aae66 Missing space between finished and timestamp in task/target finish message from ProfileLogger, bugrep 51109 by Antoine Levy-Lambert 2011-04-23 19:25:54 +0000
  • 6ee4efee0 fixing shell variable syntax by Antoine Levy-Lambert 2011-04-21 17:55:04 +0000
  • a260fdb09 accept sh.exe from env.Path as well as from env.PATH to be able to run the tests by Antoine Levy-Lambert 2011-04-21 17:49:28 +0000
  • bfa9cad02 adding MacOSX blurb by Antoine Levy-Lambert 2011-04-21 16:34:44 +0000
  • ab38cf750 tweaking tests affecting by having made flush a no-op in fixing bug 50507 by Antoine Levy-Lambert 2011-04-21 16:18:32 +0000
  • fd52ae619 Exec task may mix the stderr and stdout output while logging it. Bugzilla 50507 by Antoine Levy-Lambert 2011-04-21 14:57:02 +0000
  • 33bac6508 typo by Matthew Jason Benson 2011-04-20 17:27:07 +0000
  • 171a1f35e raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035. by Stefan Bodewig 2011-04-20 05:10:21 +0000
  • 11af84f76 code in tutorial relies on references being resolved even if the definition has never been reached. Found by Magnus Strandberg by Stefan Bodewig 2011-04-20 04:57:23 +0000
  • f1091d6ac I had hardcoded the test.can.run property, also I had emptied the cleanup by Antoine Levy-Lambert 2011-04-19 22:04:37 +0000
  • 1369b7ee3 creating test for bugrep 50507 Exec task may mix the stderr and stdout output while logging it by Antoine Levy-Lambert 2011-04-19 21:45:54 +0000
  • d6466e0fd - make the sources of the individual ant jars also published into the maven repository - make a javadoc jar publish with ant's main jar by Nicolas Lalevee 2011-04-19 12:03:00 +0000
  • d2693fcfe commons-net trunk has removed all static final ints from FTPReply by Stefan Bodewig 2011-04-15 07:24:35 +0000
  • ad860385a Rewrote netrexx target to never call M2 tasks. Otherwise maven-antrun-plugin in src/etc/poms/ant-netrexx/pom.xml dies under M3 with a linkage error. by Jesse N. Glick 2011-04-13 11:54:03 +0000
  • 4b3719fe4 readFully(), then index into a char[], rather than calling substring(1) after each read() call by Matthew Jason Benson 2011-04-08 21:19:47 +0000
  • 314d4d7ba Bug 51044 - Allow a <propertyset> in an <expandproperties> filter by Matthew Jason Benson 2011-04-08 20:27:04 +0000
  • 4b329724c sp by Matthew Jason Benson 2011-04-08 20:22:41 +0000
  • 17520fdfd add basic functionality test for expandproperties filter by Matthew Jason Benson 2011-04-08 17:54:50 +0000
  • 65df42db5 javadoc by Matthew Jason Benson 2011-04-08 17:27:16 +0000
  • 14ea08b49 Resource collection implementation of mapped PropertySet returned unusable resources. by Matthew Jason Benson 2011-04-08 17:20:08 +0000
  • 5909b77dc add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators by Matthew Jason Benson 2011-04-08 16:53:48 +0000
  • 778d54d38 move propertyset test to antunit by Matthew Jason Benson 2011-04-08 16:39:50 +0000
  • 9af2cd23b fix fileResource specified using basedir/name attributes by Matthew Jason Benson 2011-04-08 16:24:19 +0000
  • 5ba5cd072 add (failing) testcase that exposes a current weakness of fileResource by Matthew Jason Benson 2011-04-08 16:21:12 +0000
  • a1b00e5c6 ws consistency by Matthew Jason Benson 2011-04-08 16:16:30 +0000
  • 48c55de75 allow to specify name when using concat as a resource by Matthew Jason Benson 2011-04-08 16:12:30 +0000
  • acaefe7e8 typos by Matthew Jason Benson 2011-04-08 15:45:49 +0000