11202 Commits (b03502c20f600344ce671084194387d84c4399a0)
 

Author SHA1 Message Date
  Kevin Jackson b03502c20f add Philip Hourihane to contributors for supplying patch for #36901 17 years ago
  Kevin Jackson 75899750ab apply patch for #36901 LayoutPreservingProprties (includes tests) 17 years ago
  Stefan Bodewig db76442a87 explain build.sysclasspath only once. PR 39338 17 years ago
  Stefan Bodewig 8ac94ac4a2 Point to Virtual Ant. PR 41189. 17 years ago
  Stefan Bodewig eaf2df67d3 whitespave 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 4068d7cd99 Thread safety fix in case a macrodef/presetdef is executed in parallel to other type related tasks (like TypeFound conditions or starting a subproject) 17 years ago
  Scokart Gilles 4c4ad3483d Thread safety fix (list of delegates were modified and copied concurrently without common lock). The hashtable is thread safe and not published outside the class, so no need to copy it (synchronize non atomic modification is enought). However, the list contained in the delegates hashtable are published and should thus be copied. I put the copy in the add method so that the getDelegates doesn't need to be synchronized. 17 years ago
  Stefan Bodewig 979cf1d7ca whitespace 17 years ago
  Stefan Bodewig 1b5e862bcb whitespace 17 years ago
  Stefan Bodewig 195c8e773c whitespace 17 years ago
  Stefan Bodewig 3d554dec71 untabify 17 years ago
  Scokart Gilles 1c7138c4df fix very unlikely thread safety issue (may occur if PropertyHelperTask is used in a parallel, which would be a strange use case) 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 6e184be6cd whitespace 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
  Stefan Bodewig 22f2e929e9 whitespace 17 years ago
  Stefan Bodewig 3f609f9775 explicitly guard against nul values, mark to and from attributes as required. PR 44790. 17 years ago
  Jesse N. Glick a3e9c2a63d Better error reporting in case a corrupt ZIP file is on the classpath. 17 years ago
  Stefan Bodewig 934e6f4de0 add a FAQ about Java requirements od Ant. PR 44610. 17 years ago
  Stefan Bodewig 5c2fb27139 clarify timeout attribute. PR 35877 17 years ago
  Stefan Bodewig 7dc2ce5223 Test for PR 45227. 17 years ago
  Stefan Bodewig e4b8fc0bd6 document fix for PR 45245. 17 years ago
  Stefan Bodewig 105c2b80c1 make sure JAVA_HOME and ANT_HOME are set before passing them to cygpath. PR 45245. 17 years ago
  Stefan Bodewig 834973f385 make sentence understandable. PR 45300. 17 years ago
  Stefan Bodewig 9b4b922d2c fail early if ZipFile is applied to a non-ZIP archive. PR 45463. Suggested by Alison Winters. 17 years ago
  Stefan Bodewig bc502f637a re-gen site 17 years ago
  Stefan Bodewig d5c4113999 there are no nightly builds 17 years ago
  Stefan Bodewig 59b0b7634d re-generate site 17 years ago
  Stefan Bodewig 023bd5dc77 spelling error. PR 45477. Submitted by Peter Hecht 17 years ago
  Matthew Jason Benson f1c3a91b6b guard against null Blob 17 years ago
  Jesse N. Glick 59785f30c9 junit.jar is available in the source tree; might as well compile against it. 17 years ago
  Kevin Jackson fdc28daf8d javadoc spelling 17 years ago
  Jesse N. Glick b13399b45c Fixing some broken links. 17 years ago
  Jesse N. Glick c247c7b575 Noting that NetBeans 6.5 bundles Ant 1.7.1. 17 years ago
  Stefan Bodewig bbdc2558ad whitespace 17 years ago
  Stefan Bodewig c1142173a2 new attribute allowNativeBasedir for <ant>. Not yet documented. Not yet complete (doesn't work when basedir is a user or inherited property). Work in progress. Needed for PR 30569. 17 years ago
  Stefan Bodewig 53cdbd10e6 some notes on running Ant as a background process. PR 34461. 17 years ago
  Stefan Bodewig 3acc6012b9 wrong version on the cover page 17 years ago
  Stefan Bodewig 730b669519 avoid excessive StringBuffer.toString calls while waiting for a response string. PR 34464. Based on patch by Adam Blinkinsop. 17 years ago
  Stefan Bodewig 5019b99eb6 New attribute allows stripping of leading path spec from files before extracting them. PR 28911. 17 years ago
  Stefan Bodewig 0bb2e45e71 add testcase for PR 34764 17 years ago
  Stefan Bodewig 7d174c3426 Made up my mind on the fix for PR 35000. Empty != broken, so make it two separate use cases. 17 years ago
  Stefan Bodewig e7e99f061c more explicit existence chacks in unzip/tar. PR 44843 17 years ago
  Matthew Jason Benson dd8cab1775 typo 17 years ago
  Stefan Bodewig 549fc1f687 don't trust permissions read from another ZIP file blindly. PR 42122. 17 years ago
  Stefan Bodewig 4a1038e342 an empty central directory is fine for an empty archive 17 years ago