7159 Commits (bd52e7b9b16b87287bed0c011c4fc1794543e9fb)

Author SHA1 Message Date
  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
  Antoine Levy-Lambert c16ac4046a fix for bug 48186 ant.bat file ignores -noclasspath if it is the first parameter supplied by Ken Southerland. 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
  Antoine Levy-Lambert e4150ab94c update of poms to make compile 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
  Antoine Levy-Lambert fec4519b6b update POMS 16 years ago
  Stefan Bodewig 9d178c791d missing license headers 16 years ago
  Stefan Bodewig 683d210dae follow Jesse's suggestion and use ant.core.lib - make testBasicOperation platform independent 16 years ago
  Stefan Bodewig 98563c7884 additional testcase 16 years ago
  Antoine Levy-Lambert d48905f7ec preparation for ant1.8.0RC1 release 16 years ago
  Antoine Levy-Lambert f815d1f876 removing ant-weblogic and ant-starteam 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 bfc70a7112 functional tests for resourcelist 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
  Jan Materne 746437d824 Try for CI-build: use another tmp.dir 16 years ago
  Stefan Bodewig a5da600a7a make import support resource collections. PR 22269 16 years ago