6538 Commits (c457e6dfd44e708afd34cdc5032b3f8e06a1afee)

Author SHA1 Message Date
  Stefan Bodewig ddf5cd73c9 check error on remaining PrintWriter instances 16 years ago
  Stefan Bodewig d24621d411 potential NPEs 16 years ago
  Stefan Bodewig 104de0d7d2 double buffering 16 years ago
  Stefan Bodewig 38bbf18dc4 whitespace 16 years ago
  Stefan Bodewig f62d563414 PrintWriter hides exceptions, avoid it 16 years ago
  Jacobus Martinus Kruithof d4071f9eb6 Also allow redirect from http to https a subset of what was requested in pr 47433. Tests from https to http v.v. have also been executed I couldn't find a https space for public testcases though. 16 years ago
  Stefan Bodewig a9c576b742 make the executable attribute of apt inherited from javac work as expected. PR 46230 16 years ago
  Stefan Bodewig 5a534d1146 whitespace 16 years ago
  Stefan Bodewig 7f24568899 add a new indexMetaInf attribute to <jar>. PR 47457. 16 years ago
  Stefan Bodewig 7cb6f4d999 clear out buffer so the last block is always filled with EOF records. PR 47421 16 years ago
  Jesse N. Glick 82ae2eb245 Issue a warning in case neither includeantruntime nor build.sysclasspath were set, 16 years ago
  Stefan Bodewig 0ce2545f6c add prefix and suffix attributes to apply's srcfile and targetfile elements. PR 45625 16 years ago
  Stefan Bodewig c62e477a0b prefix and suffix attributes for command line arguments, PR 47365, submitted by Martin von Gagern 16 years ago
  Stefan Bodewig 183de933a1 explicitly set encoding to iso-8859-1 since this is what Properties.load expects 16 years ago
  Stefan Bodewig ab8c8e14e9 loadproperties' encoding attribute is broken. PR 47382 16 years ago
  Stefan Bodewig 38db83d1c8 Don't ignore missing resources in copy when failOnError is true. PR 47362 16 years ago
  Stefan Bodewig 18141ca0aa really add setbeans attribute to scriptmapper/filter/condition. PR 47336 16 years ago
  Stefan Bodewig aaf629b7ab pass on IOException from Runtime.exec as the old code did - and as promised by the javadocs. This fixes ant-contrib's tests in Gump. 16 years ago
  Stefan Bodewig 76aa472311 replacetokens failed if stream ends in begintoken. PR 47306. 16 years ago
  Stefan Bodewig bbea1d834d javadoc creation of Ant's own sources failed on JDK 1.4. PR 46731. Patch submitted by Martin von Gagern 16 years ago
  Stefan Bodewig 7984fd2400 special handling of IllegalArgumentExceptions in attribute setters for better error messages. PR 47129 16 years ago
  Stefan Bodewig cba01025c0 honor failonerror on connection problems. PR 46829. 16 years ago
  Jacobus Martinus Kruithof de5ed88e5e Remove pre java 1.3 construct. 16 years ago
  Stefan Bodewig 0cda41d5b7 add a force option to signjar. Based on submission by Pavel Jisl. PR 46891 16 years ago
  Jan Materne 94232b62a9 Better documentation of getSubProjectExecutor() 16 years ago
  Matthew Jason Benson d7c3883e53 document SecureInputHandler and add to known input handler types 16 years ago
  Stefan Bodewig 9922008d65 Improve bzip2 performance, submitted by Rodrigo Schmidt, PR 24798 16 years ago
  Stefan Bodewig a29bda0274 properly set the size of directories 17 years ago
  Stefan Bodewig 54166cfaf0 deal with file system roots being added - was leading to IndexOutOfBoundsExceptions in File-arg constructor 17 years ago
  Steve Loughran c75a494bd8 Bug 46812 - <tarfileset> no longer takes a fileset ref (regression) 17 years ago
  Stefan Bodewig 272ec48fce ensure the same encoding is used for name and comment in all places. Submitted by Wolfgang Glas 17 years ago
  Stefan Bodewig f21a51dfd3 even more encoding options for zips 17 years ago
  Stefan Bodewig 6cd0de1022 Parse central directory part of ZIP extra fields. PR 46637 17 years ago
  Stefan Bodewig 6c0ab4d9ac typos and unused imports 17 years ago
  Stefan Bodewig 752d64fa43 improved zip-encoding support for JDK < 1.5, submitted by Wolfgang Glas, merge from commons-compress 17 years ago
  Stefan Bodewig a8c2ab1868 provide options for enhanced encoding support in ZIP, document it. Many thanks to Wolfgang Glas who provided most of the test input as well as patches the new support is based on. 17 years ago
  Stefan Bodewig 3b7986524b fix self-assignment 17 years ago
  Stefan Bodewig 8a183a492d optionally read/write InfoZIP unicode fields, merge from commons-compress 17 years ago
  Stefan Bodewig 1113e19f88 sync can cause NPE whith broken symlinks. PR 46747. Submitted by skoppehel at intersoft dot de 17 years ago
  Stefan Bodewig 545ff63ab7 use the desired encoding to decode 17 years ago
  Stefan Bodewig 8264511a27 use nio for decoding of names - merge from commons-compress rev 746933 17 years ago
  Stefan Bodewig fa57759633 whitespace 17 years ago
  Stefan Bodewig 3cb22aa1c6 Support more modern encoding flag where archives signal filenames as UTF-8. Based on submissions by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. PR 45548. 17 years ago
  Stefan Bodewig 9416f208d9 allow extra fields to be added at the front 17 years ago
  Stefan Bodewig 25f451bd36 Add support for InfoZIP invented extra fields for Unicode file names and comments. Submitted by Wolfgang Glas. Merge from commons-compress revision 745528 17 years ago
  Steve Loughran 8d0bd81aae starting the tests for this, fixing the code as the problems show up. Task is not yet ready for use. 17 years ago
  Stefan Bodewig ae70a9608b JDK 1.4 - unfortunately 17 years ago
  Jesse N. Glick bba4624fac #43114: ensuring that package-info.class is created/touched when package-info.java is compiled. 17 years ago
  Stefan Bodewig 1fa24dc235 fix linefeeds 17 years ago
  Jacobus Martinus Kruithof 479a97c386 Bugzilla Report 46659, space missing between define and value in RPM task (verified against help page of rpm). 17 years ago