6425 Commits (bc60284c4113a11be40a67932557b1f9f178a015)

Author SHA1 Message Date
  Stefan Bodewig bc60284c41 JUnitTestListenerTest removes the out dir and makes JUnitTaskTest fail when run as a nested test. 17 years ago
  Stefan Bodewig b550611aa7 some additional diagnostics 17 years ago
  Stefan Bodewig 05bffcf9f0 properly clean up test directory 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 cf16fb5f63 Add test for worst case of elapsed time 17 years ago
  Stefan Bodewig bd76a2fb37 Don't use a thousands separator at all for minutes. PR 44659. 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 e73391195c reallyput the value into the map. 17 years ago
  Scokart Gilles 6aa8785e32 Fix possible raise condition when modifying/reading restrictedDefinitions (missing from previous checkin) 17 years ago
  Scokart Gilles b456160d70 Fix possible race condition when modifying/reading restrictedDefinitions 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 52d49f84d1 inconsistent linefeeds 17 years ago
  Stefan Bodewig 71c5e730ed May need special JUnit4 handling if a suite method has been used as well. PR 43892. 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
  Scokart Gilles 053240d928 add some final keyword to immutable things 17 years ago
  Scokart Gilles 502a6bcbf7 add some final keyword to immutable things 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 49324dc8c3 testcase for PR 44659 17 years ago
  Stefan Bodewig d0e9cd3ccd typo 17 years ago
  Stefan Bodewig 01a000d122 style 17 years ago
  Stefan Bodewig 7a1f5b5275 typo 17 years ago
  Stefan Bodewig 0fccd329c1 style 17 years ago
  Stefan Bodewig 75704aff01 Add license 17 years ago
  Stefan Bodewig e03bfc445e line-ends 17 years ago
  Kevin Jackson 75899750ab apply patch for #36901 LayoutPreservingProprties (includes tests) 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 7dc2ce5223 Test for PR 45227. 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 9b4b922d2c fail early if ZipFile is applied to a non-ZIP archive. PR 45463. Suggested by Alison Winters. 17 years ago
  Matthew Jason Benson f1c3a91b6b guard against null Blob 17 years ago
  Kevin Jackson fdc28daf8d javadoc spelling 17 years ago
  Stefan Bodewig bbdc2558ad whitespace 17 years ago