6538 Commits (c457e6dfd44e708afd34cdc5032b3f8e06a1afee)

Author SHA1 Message Date
  Stefan Bodewig 0963d161c7 race condition in <fixcrlf>'s temp file creation. BZ 54393. Submitted by Jan Stolze. 12 years ago
  Stefan Bodewig 6b9311408e don't swallow fail's status in parallel - PR 55539 12 years ago
  mclarke 14c701bcf9 Allow JUnit task to skip non tests rather than report errors 12 years ago
  Stefan Bodewig f5fb02e493 modernize a whole lot of links and example outputs - BZ 55551 - submitted by Erik Costlow 12 years ago
  Stefan Bodewig 73b9def757 remove debug output 12 years ago
  Stefan Bodewig adf98d7876 System.err debugging of a problem in Gump 12 years ago
  Stefan Bodewig 52d21be98e System.err debugging of a problem in Gump 12 years ago
  Stefan Bodewig 915d5575a3 merge small improvements from commons compress 12 years ago
  Stefan Bodewig 18e098d81f merge TAR long link handling fix by Emmanuel Bourg 12 years ago
  Jesse N. Glick 13000c1a46 sconnolly advises using TODO rather than XXX in comments. 12 years ago
  Stefan Bodewig d79bed61a5 PR 55271: obey to section 1.4.2 in http://www.pkware.com/documents/casestudies/APPNOTE.TXT 12 years ago
  Stefan Bodewig 6a1e5bf81d More robust handling of line-feeds - in particular make it work on Windows - thanks Uwe! 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 09d19ba100 sometimes setting a flag isn't incompatible with spawn. PR 55112 12 years ago
  Stefan Bodewig 362376d624 Merge handling of duplicate entries from Commons Compress' ZipFile - needed to fix PR 54967 12 years ago
  Stefan Bodewig 1a22123f5c propely handle GNU longlink entries, PR 55040, submitted by Christoph Gysin 12 years ago
  Stefan Bodewig 3fb0180530 merge zip64 fix from commons compress 12 years ago
  Jesse N. Glick ba19f6fab9 #43362 follow-ups: missing/incorrect @since; minor doc improvements and corrections. 12 years ago
  Antoine Levy-Lambert 51ce8fac72 fix for Target rewriting for nested "include" only works when "as" is specified, Bugzilla PR 54940 12 years ago
  Antoine Levy-Lambert 58a2039b5a Debian patch for GNU Classpath, contributed by Emmanuel Bourg. Bugzilla PR 54760 12 years ago
  Antoine Levy-Lambert 46c940785a adding if and unless namespaces allowing to put conditions on all tasks and nested elements. Code written by Peter Reilly. Bugzilla PR 43362. 12 years ago
  Antoine Levy-Lambert 1327421596 simplifying Execute.getEnvironmentVariables since we are now always at least on Java 1.5 12 years ago
  Antoine Levy-Lambert 4b516a485f adding strict attribute to signjar task, PR 54889 12 years ago
  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 12 years ago
  Antoine Levy-Lambert 06dc6c0eea adding an encoding attribute to the contains selector 12 years ago
  Stefan Bodewig db63447739 size comparator was vulnerable to integer overflows. PR 54623 12 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