1322 Commits (818ddcf1837e09566976e01e2b718b1995f6e5f2)

Author SHA1 Message Date
  Stefan Bodewig 818ddcf183 add a destdir attribute to rmic so generated stubs or whatever can be put into a different place. PR 20699. Submitted by Mark A. Ziesemer 16 years ago
  Stefan Bodewig 65c667d14c new islastmodified condition 16 years ago
  Stefan Bodewig 75126703fa allow setting of arbitrary JDBC connection properties. PR 33452 16 years ago
  Stefan Bodewig b38b45047d make ftp task compile against commons-net 2.0 and 1.4.1. PR 47669. Submitted by Alexander Kurtakov 16 years ago
  Jesse N. Glick 78f88a7c4a #43398 revisited: display full stack traces for non-BuildException's, even inside <ant>. 16 years ago
  Stefan Bodewig 0d2218167b fall back to java.vm.version if java.runtime.version cannot be found 16 years ago
  Stefan Bodewig 9ca903fd41 Use java.runtime.version instead of java.vm.version in Created-By manifest attribute. Submitted by Gilbert Rebhan. PR 47632 16 years ago
  Stefan Bodewig f00dea8ea7 fix NPE when logging an exception without message. PR 47623. 16 years ago
  Stefan Bodewig 44b6fcc184 use the same logic as getResource in getResourceAsStream. PR 44103 16 years ago
  Stefan Bodewig 5c6ae59fcc configurable number of retries in get, option to skip existing files. Submitted by David M. Lloyd. PR 40058 16 years ago
  Stefan Bodewig a1003b0b8e configurable display text and more control over progressbar in splash task. Submitted by Tomasz Bech. PR 39957 16 years ago
  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 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 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 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
  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