6028 Commits (7396577cf8483baeb3d2c14a5faee0d1f8331aa2)

Author SHA1 Message Date
  Antoine Levy-Lambert 77cba689ce fix javadoc warnings 16 years ago
  Stefan Bodewig 49a001d9c9 make comparision locale insensitive 16 years ago
  Stefan Bodewig 923ce185dd fix regression in <ear> that would allow multiple application.xml files. PR 6836 16 years ago
  Stefan Bodewig 6d13fceec8 filesmatch throws NPE when comparing texts and the second one has fewer lines. PR 48715 16 years ago
  Stefan Bodewig 11b928d06e Avoid ConcurrentModificationException when iteratong over life-maps. PR 48310 16 years ago
  Stefan Bodewig 27e28f4503 fix markup in examples 16 years ago
  Stefan Bodewig ef80c38292 document sortfilter 16 years ago
  Stefan Bodewig 692c1fe191 flush will be called in any case, make this more explicit 16 years ago
  Stefan Bodewig 74f04b527f extract method 16 years ago
  Stefan Bodewig f21a1750ce More FileUtils.close and a moved flush operation in XMLJUnitresultFormatter 16 years ago
  Stefan Bodewig 14c45a0623 whitespace 16 years ago
  Stefan Bodewig 766f151392 a few more places where FileUtils.close can be used + a few places where a BufferedWriter might be unflushed when the underlying stream gets closed. 16 years ago
  Antoine Levy-Lambert 59487f22d5 JUnit stack traces were missing when filtertrace="on", the default. Reported by N C, see http://marc.info/?l=ant-user&m=126488326902069&w=1 and http://marc.info/?l=ant-dev&m=126491578731948&w=2 16 years ago
  Stefan Bodewig b30e40b92a sound doesn't work on Java6. Submitted by Ed Brannin. PR 48637 16 years ago
  Matthew Jason Benson 9e21237655 javadoc 16 years ago
  Matthew Jason Benson 2e7eacb2b4 javadoc/formatting/protected constructors for abstract classes 16 years ago
  Matthew Jason Benson 9fd3da80a6 Mapper-aware selectors (depends, different, present) now accept typedef'd FileNameMappers 16 years ago
  Stefan Bodewig 127dbbc943 Don't add new Date comments each time the file is written. PR 48558 16 years ago
  Stefan Bodewig a9f17b8762 don't add the same comment over and over again. Related to PR 48558 16 years ago
  Stefan Bodewig c2875d3bd8 only add a newline before the first new property rather than every new one 16 years ago
  Steve Loughran f3502267e5 <scp> task didn't report build file location when a remote operation failed 16 years ago
  Stefan Bodewig 098280bc27 make new zipFile signature final 16 years ago
  Stefan Bodewig dd92def3ae try to make ZipExtraField change in zip backwards compatible for subclasses that override zipFile. PR 48541 16 years ago
  Stefan Bodewig 73456f461b really preserve extra fields 16 years ago
  Stefan Bodewig 0591bc2592 try to delete temporary files in fixcrlf. PR 48506. 16 years ago
  Stefan Bodewig 73a3dfbc27 appendtolines -> suffixlines 16 years ago
  Stefan Bodewig 510f6b08f6 target-group -> extension-point 16 years ago
  Stefan Bodewig 009c4a440c copy-paste error + @since 16 years ago
  Stefan Bodewig 24fbc8626d complement prefixlines with appendtolines 16 years ago
  Stefan Bodewig 94cf2091bf document resourcelist and make it available 16 years ago
  Stefan Bodewig 1d9f0594cf reference handling tests for ResourceList 16 years ago
  Stefan Bodewig a87dab03d9 a resource collection that reads its members from a list file/resource. Untested and undocumented, likely to be pushed to 1.8.1 unless I'll finish it in time for the RC1 16 years ago
  Kevin Jackson 2fa25afa49 -remove unused import 16 years ago
  Kevin Jackson 009a578153 -fix typo 16 years ago
  Stefan Bodewig 6cb11c4a23 try a bit harder to close the archive when reading a build file. Since that still doesn't work, add a task to brutally close jars and use it in import-url-test 16 years ago
  Stefan Bodewig 792092f443 add a debug log statement to increase pressure on GC and hope to avoid PR 42696 16 years ago
  Stefan Bodewig 87142931bd take advantage of FileUtils 16 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
  Kevin Jackson 37b4989c05 allow scp verbose flag to actually log info - also makes ssh more chatty 16 years ago
  Jesse N. Glick 42b64be716 Trying to improve on r881624 robustness fix: 16 years ago
  Jesse N. Glick fbd5fe56fc Fixing fix for OOME in <subant>. 16 years ago
  Jesse N. Glick 37cf105bb3 Trying to improve robustness in <subant> and <propertyfile>. 16 years ago
  Stefan Bodewig e1cd13c79b support creating url resources relative to other URLs 16 years ago
  Stefan Bodewig 42f31b452b Fix import's file attribute if file is imported from URL, test it, document it. Note to self - url resource needs a way to create relative urls. Not to self - the duplication in the manual pages for import and include must stop. 16 years ago
  Stefan Bodewig a5da600a7a make import support resource collections. PR 22269 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 2ef9a200ad allow import of FileProvider or URLProvider resources 16 years ago
  Scokart Gilles 6d82803909 Mark field final (not strictly required, but looks better) 16 years ago
  Stefan Bodewig 211d0a8ea6 make javaresource an URLProvider 16 years ago
  Stefan Bodewig 28ca062311 Use URLProvider instead of URLResource 16 years ago