1361 Commits (d1e9fb46083b84b3277bdf8d4e23e05ffc19fbd7)

Author SHA1 Message Date
  Stefan Bodewig c8232ed82c allow methods other than GET in http condition. Submitted by Robert Clark. PR 30244 16 years ago
  Stefan Bodewig c8e91147e3 properly set CodeSource when loading classes. PR 20174 16 years ago
  Stefan Bodewig 8ebe808f72 override getResources in a new AntClassLoader subclass that will be used consistently when Ant is running on Java5+. PR 46752 16 years ago
  Stefan Bodewig 39ff544a60 pretty persistent typo 16 years ago
  Stefan Bodewig c5a945fe3c Allow users to specify a classpath when using a custom adapter in javac, rmic, javah or native2ascii. PR 11143 16 years ago
  Stefan Bodewig 373ed6b2aa keep escaping XML in stacktraces. PR 39492 16 years ago
  Stefan Bodewig 8df1ef0ecf make update="true" and filesetmanifest="merge" work together. PR 30751 16 years ago
  Stefan Bodewig 393113dc69 record task doesn't work properly with subbuilds. PR 41368. Submitted by Greg Schueler 16 years ago
  Stefan Bodewig 0768b9b643 filesetmanifest=mergewithoutmain didn't work for nested manifests. PR 29731. 16 years ago
  Stefan Bodewig 4de20278c2 Add an executable attribute to rmic. PR 42132 16 years ago
  Stefan Bodewig ddf5cd73c9 check error on remaining PrintWriter instances 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 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
  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 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 76aa472311 replacetokens failed if stream ends in begintoken. PR 47306. 16 years ago
  Stefan Bodewig cba01025c0 honor failonerror on connection problems. PR 46829. 16 years ago
  Stefan Bodewig 0cda41d5b7 add a force option to signjar. Based on submission by Pavel Jisl. PR 46891 16 years ago
  Stefan Bodewig 9aac905f3e support MSYS/MingW. Submitted by Clement OUDOT. PR 46936 16 years ago
  Matthew Jason Benson d7c3883e53 document SecureInputHandler and add to known input handler types 16 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. 16 years ago
  Stefan Bodewig 5395cd37d9 typo 16 years ago
  Stefan Bodewig 1113e19f88 sync can cause NPE whith broken symlinks. PR 46747. Submitted by skoppehel at intersoft dot de 16 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. 16 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 16 years ago
  Jesse N. Glick bba4624fac #43114: ensuring that package-info.class is created/touched when package-info.java is compiled. 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
  Stefan Bodewig 43622a4c88 revision 741608 actually closes PR 42713 17 years ago
  Jacobus Martinus Kruithof 3ade0b6e76 Pr 44544: Deadlock between in, out and err in the redirector. 17 years ago
  Jacobus Martinus Kruithof 8c0cc2ec63 45631 17 years ago
  Jacobus Martinus Kruithof 24fe82e433 Adding task to provide host info, requests in bug reports 31164 and 45861. 17 years ago
  Stefan Bodewig e73a7f649f Ignore ZIP extra fields that don't contain the recommended header+length structure - this is what unzip does as well. PR 42940 17 years ago
  Stefan Bodewig 3b62d3b484 the fix for 46506 is not backwards compatible 17 years ago
  Stefan Bodewig 499deaa377 Include information about the XSLT processor found (if any) in -diagnostics. PR 46612. 17 years ago
  Stefan Bodewig 601cdf67ba Make sure ZIP archive is closed even when a RuntimeExpection occurs. PR 46559 17 years ago
  Stefan Bodewig 130b9317ef support source/target on gcj. PR 46617. Based on patch by Paweł Zuzelski 17 years ago
  Jesse N. Glick 970247d771 #45902: <zip> (without dofilesonly="true") sometimes recreated archives unnecessarily. 17 years ago
  Matthew Jason Benson 2c7748a3fc PR 46527; sort losing equal entries 17 years ago
  Matthew Jason Benson 5e7b9b56d7 pathconvert preserveduplicates 17 years ago
  Stefan Bodewig 705993f911 don't automatically assume a to pattern contains a * in globmapper. PR 46506. 17 years ago
  Stefan Bodewig 6c29cfdd70 make checksum's totalproperty platform independent. PR 36748. 17 years ago
  Stefan Bodewig 6cc29239b3 make diagnostics check the file it has just written in order to detect full filesystems. PR 32676. 17 years ago
  Stefan Bodewig 66b7fa5b87 slow-scan was broken for recursive exclude patterns since contentsExcluded was added about four years ago 17 years ago
  Stefan Bodewig 7b84ae34e5 partial implementation of a new preserveemptydirs attribute for sync's preservintarget. PR 43159. Unfortunately DirectorScanner.slowScan doesn't work as expected and I'm running out of time before a meeting, so I'm commiting it unfinished. 17 years ago
  Stefan Bodewig fe67f95603 add a failOnNoReplacements attribute to replace. PR 21064. 17 years ago