6665 Commits (3e61185e19eca3ca70afeda3fb31a1a544f2b474)

Author SHA1 Message Date
  mclarke 6af3818376 Re-introduce ability to build JUnit task for only JUnit3 12 years ago
  mclarke a1d12934e3 Fixing external dependency loading in JUnit task. PR 54835. 12 years ago
  Stefan Bodewig ef4c94df7d Provide more control over Zip64 features, in particilar turn them off in <jar> by default - this might fix bugzilla issue 54762 12 years ago
  Stefan Bodewig 30a0e6bf89 intermediate stream is not needed and may even cause issues with Zip64 support 12 years ago
  Jesse N. Glick aa200450f5 Still more diagnostics for #54641. 12 years ago
  Jesse N. Glick d5e0cccd5d Unused import. 12 years ago
  Jesse N. Glick aea016a70f StringUtils.replace is obsolete. 12 years ago
  Jesse N. Glick 3e7e9989ab Diagnosis of XMLResultAggregatorTest.testFrames failure on Java 7. 12 years ago
  Jesse N. Glick cefa594fa6 Restored Java 5 compilability. 12 years ago
  Jesse N. Glick d5131086b9 Was not compatible to make systemClasspath (and systemBootClasspath) final; the NetBeans Ant integration in fact overwrites this value (for a reason). 12 years ago
  Jesse N. Glick 4e101e3c49 Junit → JUnit 12 years ago
  Antoine Levy-Lambert 3930d3e938 JUnit4 tests marked @Ignore do not appear in XML output. PR 43969 12 years ago
  Antoine Levy-Lambert eb46493de0 checkstyle 13 years ago
  Antoine Levy-Lambert 06dc6c0eea adding an encoding attribute to the contains selector 13 years ago
  Stefan Bodewig db63447739 size comparator was vulnerable to integer overflows. PR 54623 13 years ago
  Antoine Levy-Lambert c4cc9c42b1 add suppresssystemout attribute to optionally make sshexec silent PR 52070 13 years ago
  Antoine Levy-Lambert 8344e79c7d removing Perforce Ant tasks 13 years ago
  Stefan Bodewig 82641d77bb don't search beyond the start of the archive 13 years ago
  Stefan Bodewig 1a4946cfd6 improve performance when reading non zip64 zip files, merge from commons compress, based on patch by Robin Power 13 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 b103f7e356 PR 54090 Depend task does not handle invokeDynamic constant pool entries - java.lang.ClassFormatError: Invalid Constant Pool entry Type 18 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
  Antoine Levy-Lambert a3bbe9f596 PR 53437prevent ssh tasks from prompting for kerberos username/password under Java 7 13 years ago
  Stefan Bodewig 98f306fa84 re-use a bunch of temporary arrays - merge from Compress 13 years ago
  Stefan Bodewig 1fe6b17d5f another fix from commons - tar doesn't use specified encoding when reading GNU long names 13 years ago
  Stefan Bodewig 171220cb33 PR 54374: support status code 307 redirects in <get> 13 years ago
  Stefan Bodewig 995856afcb one more fix from Compress 13 years ago
  Stefan Bodewig 73d3298e62 merge recent fixes from Compress' tar package 13 years ago
  Stefan Bodewig ca86f16776 Inspired by PR 54056 I looked for thread-safety issues with HashMap in our code - nothing major found 13 years ago
  Nicolas Lalevee eb08ea9fd0 Add the possibility to register a custom command line argument processor 13 years ago
  Nicolas Lalevee b031b8766d getAbsoluteFile is useless since as the javadoc of File.toURI clearly explain, produced URIs are absolute 13 years ago
  Nicolas Lalevee 97d423a273 Don't mess with classloading of the launcher 13 years ago
  Nicolas Lalevee 055f4eb650 Make Locator.fileToURL and replace its use by FileUtils.getFileUtils().getFileURL() 13 years ago
  Matthew Jason Benson 9caeed5081 Java 1.5, continued 13 years ago
  Nicolas Lalevee 7829faf36a To make an URL of a file, use FileUtils.getFileURL, which seems to do the job correctly 13 years ago
  Nicolas Lalevee 62ebdd1f76 organize imports 13 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Matthew Jason Benson d25488cbbb Any FileResource whose represented File has a parent also has a basedir. 13 years ago
  Matthew Jason Benson b3f4d20328 java 5 13 years ago
  Jesse N. Glick 5f3fe87dea JDK 5 javac is apparently buggy; @Override should be allowed on methods implemented from an interface. 13 years ago
  Jesse N. Glick f7f699feb5 Rounding out signature of DeweyDecimal and writing some tests. 13 years ago
  Nicolas Lalevee 38688e7583 Add a log mode which logs nothing but ant task output and build failures; useful for using ant output in scripts, like for cacti for instance 13 years ago
  Nicolas Lalevee 944210b384 BR 53550, thanks to Tim Pokorny 13 years ago
  Nicolas Lalevee d377aa50f3 BR 53549 13 years ago
  Stefan Bodewig b8c35567ee NPE in ExpandProperties when input is empty. PR 53626 13 years ago
  Jesse N. Glick 439545ad27 #53622: faster VectorSet.retainAll. 13 years ago
  Nicolas Lalevee 4e97d0d888 Fix the test of the unless condition 13 years ago
  Nicolas Lalevee 9585ec663a Wrap the if/unless attribute evaluation by the PropertyHelper into the generic case via a Condition 13 years ago
  Nicolas Lalevee 1885612e5d Allow Condition as if and unless attributes of targets and extension points (Java API only) 13 years ago