253 Commits (b3f55a2422173e89deb92e0f417f27a63cb06cf4)

Author SHA1 Message Date
  Antoine Levy-Lambert 99dcdaae87 adding Mac OS X .pkg installer generation in build, PR 55899 12 years ago
  Antoine Levy-Lambert e505c281d0 making the exec task fast again, using the patch provided by Tim Whittington, Bugzilla PR 54128 12 years ago
  Stefan Bodewig f0565366fe Allow params of XSLT to be optionally typed. PR 21525. Submitted by František Kučera 12 years ago
  Stefan Bodewig 834d0d1201 configurable User-Agent for <get>. PR 55489. Submitted by André-John Mas 12 years ago
  Stefan Bodewig 9b8fa0748f Add nested propertyset to filterset. PR 55794. Submitted by Richard Steele 12 years ago
  Stefan Bodewig 0963d161c7 race condition in <fixcrlf>'s temp file creation. BZ 54393. Submitted by Jan Stolze. 12 years ago
  Stefan Bodewig 5d4b03bbeb hint at Permissions manifest attribute and signing requirements for applets in upcoming 7u51 - PR 55542 - Submitted by Erik Costlow 12 years ago
  Stefan Bodewig 7bc745a289 post-process generated javadocs as workaround for CVE-2013-1571 - based on Maven patch by Uwe Schindler - PR 55132 12 years ago
  Stefan Bodewig 1a22123f5c propely handle GNU longlink entries, PR 55040, submitted by Christoph Gysin 12 years ago
  Antoine Levy-Lambert 3930d3e938 JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 12 years ago
  Stefan Bodewig 3e12dead7d UK is not a valid country code. PR 54590. Submitted by Patrick Altaie 12 years ago
  Antoine Levy-Lambert c4cc9c42b1 add suppresssystemout attribute to optionally make sshexec silent PR 52070 12 years ago
  Stefan Bodewig 1a4946cfd6 improve performance when reading non zip64 zip files, merge from commons compress, based on patch by Robin Power 12 years ago
  Antoine Levy-Lambert f844348eff Base64Converter not properly handling bytes with MSB set (not masking byte to int conversion). PR 54460 13 years ago
  Antoine Levy-Lambert 0282d8fe2e PR 54026 Zip task on <mappedresources> that excludes certain files by way of the mapper results in a NullPointerException 13 years ago
  Jesse N. Glick 706051d860 #53617: fixed POM URLs. (Patch thanks to Eric Barboni.) 13 years ago
  Stefan Bodewig b43f4224d8 PR 52706: allow command launcher to be selected via a task. Submitted by Vimil Saju 13 years ago
  Nicolas Lalevee 91daac5ad7 #53405 : ExtensionPoint doesn't work with nested import/include 13 years ago
  Stefan Bodewig 5b256dff1e provide control over signature and digest algorithms in <signjar>. Submitted by Wang Weijun. PR 52344 14 years ago
  Stefan Bodewig 291e7b0217 Allow retry task to sleep between retry attempts. Submitted by Arjan Veenstra. PR 52076 14 years ago
  Stefan Bodewig 0e150acfd4 ZipFile doesn't work properly for archives using unicode extra fields. Port of fix for COMPRESS-164 by Volker Leidl 14 years ago
  Stefan Bodewig 7d1ecbc1bb don't expand properties twice in attributes of macrodef'ed tasks 14 years ago
  Nicolas Lalevee 309943afdb BR 41986 14 years ago
  Stefan Bodewig 355eef0c2a Full name for Mounir El Hajj who contributed to patch for PR 42696 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 3ee692f334 Noting contributor on #51213. 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 fd52ae619b Exec task may mix the stderr and stdout output while logging it. Bugzilla 50507 14 years ago
  Antoine Levy-Lambert 8e9189ac41 documentation fix for Delete task example does not work, PR 50816 14 years ago
  Antoine Levy-Lambert 0942613299 update of complete-ant-cmd.pl suggested by Ondra Medeksee http://mail-archives.apache.org/mod_mbox/ant-user/201101.mbox/%3CAANLkTinbngSscXy5nAQJaCRQPcVHJQqRJSyuzdneyene@mail.gmail.com%3E 15 years ago
  Stefan Bodewig bc71d586a6 forgot to save a file, oh my. 15 years ago
  Antoine Levy-Lambert ce81059049 fix for bug 50217, NPE in ftp chmod 15 years ago
  Stefan Bodewig 7f25ba893f add support for gchj to javah. PR 50149. Submitted by Bernhard Rosenkraenzer 15 years ago
  Stefan Bodewig db19df41c4 improvements to 'writing tasks' tutorial by Kevin Connor Arpe 15 years ago
  Antoine Levy-Lambert aaa422b004 ant.bat exit strategy improvements and issues, Bugzilla 41039, patch supplied by Mark DeLaFranier 15 years ago
  Stefan Bodewig aed233d7f2 don't swallow first arg if CLASSPATH isn't set. PR 49963. Submitted by Devon C. Miller 15 years ago
  Stefan Bodewig bd52e7b9b1 allow targets to deal with missing extension points. PR 49473. Submitted by Danny Yates. 15 years ago
  Stefan Bodewig 19509322ab Dmitri A. Kuminov contributed the patch for PR 49425 15 years ago
  Stefan Bodewig 13941782fe extension-point doesn't work with import. PR 48804 15 years ago
  Stefan Bodewig 520de2a8f4 bash completion failes if ant throws an exception. Submitted by Omer Shapira. PR 48980 15 years ago
  Stefan Bodewig d46268dc56 reject empty test names. Submitted by Clark Archer. PR 43586 15 years ago
  Stefan Bodewig d1e9fb4608 Make sure hashvalue algorithm of modified selector reads the files completely. Submitted by Nathan Beyer. PR 48313. 16 years ago
  Stefan Bodewig 3a39ebed99 All instances of the same scriptdef task shared a single ScriptRunner, causing problems in multithreaded situations. Submitted by Valentino Miazzo. PR 41602 16 years ago
  Stefan Bodewig 6fe9eeccd0 A few people I found while researching the compress code origins 16 years ago
  Stefan Bodewig d724131849 refactored <ftp> so commons-net may be loaded via a separate classloader. Based on patch by Greg Roodt in PR 45860. Not really tested, yet, therefore I haven't changed defaults.properties so far 16 years ago
  Stefan Bodewig 1c24c78ca5 allow rootfilesets with a dir other than the dir attribute of the classfileset. PR 37763. Submitted by Alexei Yudichev 16 years ago
  Stefan Bodewig 927fb18631 new filter sortfilter by David Leal. PR 40504 16 years ago
  Stefan Bodewig f2d99c202b create parent directory of archive in <zip> and <tar> if needed. PR 45377. Based on patch by Remie Bolte 16 years ago
  Stefan Bodewig 9ae5d99ebe Use NIO when copying files without filtering. PR 30094. Submitted by J Bleijenbergh and Robin Verduijn 16 years ago
  Stefan Bodewig cfb2e01084 errorproperty and warningproperty for <sql>. Submitted by Andrew Stevens. PR 38807 16 years ago