14805 Commits (6d71acb4d90b9338f305057563e982759534a07f)
 

Author SHA1 Message Date
  Arturo Bernal fbb42627ad Use an empty array in favor of pre-sized array. 4 years ago
  Arturo Bernal 374c7ec72d Replace Lambda with method reference. 4 years ago
  Arturo Bernal 8a402eea3a Change StringBuffer in favor of StringBuilder. 4 years ago
  Arturo Bernal 96823b02b6 Delete unused import. 4 years ago
  Stefan Bodewig 5aca870fff test must be skipped when runnng in Gump 4 years ago
  Stefan Bodewig 84116f8a5d try to make tests pass inside of Gump 4 years ago
  Stefan Bodewig 8593dbc3d1 Merge branch '1.9.x' 4 years ago
  Stefan Bodewig 033f8dc250 BZ 65497 - improve documentation around file time granularity 4 years ago
  Stefan Bodewig 4da6c49b04 BZ 65499 avoid getCanonicalFile in many cases 4 years ago
  Jaikiran Pai 83b157b47f bz-65489 http condition - don't follow redirects when followRedirects is set to false 4 years ago
  Jaikiran Pai 750a94c35b update WHATSNEW for implementation of ClassLoader.findResource(String) method in AntClassLoader 4 years ago
  Jaikiran Pai 3dcb8e9238 update WHATSNEW for AntClassLoader change 4 years ago
  Jaikiran ba3aea98e4
Merge pull request #151 from basil/getConfiguredParent 4 years ago
  Basil Crow 91515560ef findResources(String, boolean) can unnecessarily search the parent 4 years ago
  twogee e9bd11fa78 Unnecessary boxing/conversion 5 years ago
  Jaikiran 4c49cd5e07
Merge pull request #150 from basil/findResource 4 years ago
  Stefan Bodewig 431f973cd8 Apache Ant 1.10.11 4 years ago
  Stefan Bodewig b7e2405263 Merge branch '1.9.x' 4 years ago
  Stefan Bodewig 157a54d146 Apache Ant 1.9.16 4 years ago
  Basil Crow ef85f491ee Implement ClassLoader#findResource(String) 4 years ago
  Stefan Bodewig 01ce0c3b1e Prepare for RC1 of version 1.10.11 of Ant 4 years ago
  Stefan Bodewig cc9d93f49f Merge branch '1.9.x' 4 years ago
  Stefan Bodewig d1ccd324c1 small tweaks to release instructions 4 years ago
  Stefan Bodewig ea698c4543 prepare Apache Ant 1.9.16 RC1 4 years ago
  Stefan Bodewig 26dae06262 one more place to bump AntUnit dependency 4 years ago
  Stefan Bodewig ee14b754bf happy new year 4 years ago
  Stefan Bodewig 5118c987c5 Merge branch '1.9.x' 4 years ago
  Stefan Bodewig 73c324b9b3 upgrade to AntUnit 1.4.1 4 years ago
  Stefan Bodewig aa9ec682ea Merge branch '1.9.x' 4 years ago
  Stefan Bodewig 6594a2d66f port some fixes from Commons Compress 4 years ago
  Stefan Bodewig 7f9c5ddc85 upgrade AntUnit 4 years ago
  Jan Matèrne e46302326d As asked on the user list: targets also could contain datatypes (as stated in the java-comment on Target#children. 4 years ago
  Jaikiran Pai f61ac12960 Remove practically no-op code which was calling System.setSecurityManager() 4 years ago
  Stefan Bodewig 96fa99ee6c create local copies of realThing to avoid TOCTOU race condition 4 years ago
  Aleksei Zotov e6ab7d025f Make Watchdog for JUnitLauncherTask customizable. 4 years ago
  Jaikiran Pai f0c686b5c3 missed noting 64836 in WHATSNEW of 1.10.10 4 years ago
  Jaikiran Pai 81419ddf02 Release 1.10.10 of Ant 4 years ago
  Jaikiran Pai ad07b5f29b bz-64733 junitlauncher - Use the org.apache.tools.ant.util.LeadPipeInputStream, which as it states, will not cause an error when the writing thread is no longer alive 4 years ago
  Stefan Bodewig bd3e69685c we don't want multiple instances of NullOutputStream 4 years ago
  Jaikiran Pai ecc419467f fix typo 4 years ago
  Stefan Bodewig 6d5f1bdc6b add discardOutput and discardError to redirector, apply, exec, java 4 years ago
  Stefan Bodewig f6957d0ee3
Merge pull request #146 from chenyuheng/patch-1 4 years ago
  Yuheng b3c04f5870
correct a typo in manual (file separator) 4 years ago
  Jaikiran Pai 04be9be9ab [junitlauncher] Don't let the PipedInputStream.read()s continue when the main thread exits 4 years ago
  Jaikiran Pai 71c230dd93 bz-64733 Fix potential deadlock when writing out log message in junitlauncher task 4 years ago
  Stefan Bodewig e28f70a062 record #145 4 years ago
  Stefan Bodewig 2f5ebf2e45
Merge pull request #145 from helfper/fix-zos-write-byte 4 years ago
  Helder Pereira 793519b02e Override ZipOutputStream.write(int) 4 years ago
  Stefan Bodewig b01e7008ba BZ-65089 support setting arbitrary configs for JSch Session 4 years ago
  Stefan Bodewig 9cf0e53fb3
Merge pull request #144 from twogee/lost-tests 4 years ago