12931 Commits (326b38f70193a95c9ef8371a727747fe0a5fecb5)
 

Author SHA1 Message Date
  Nicolas Lalevee eb08ea9fd0 Add the possibility to register a custom command line argument processor 13 years ago
  Nicolas Lalevee ee5f3b4185 Use the output dir which get cleaned up in the tearDown 13 years ago
  Nicolas Lalevee dba10d633f Fixing test: javac 1.5 doesn't seem able to infer properly types here (incomparable types: org.apache.tools.ant.types.Path and java.lang.Object) 13 years ago
  Nicolas Lalevee c88ff163cd try to fix a random failure on Windows 13 years ago
  Nicolas Lalevee b031b8766d getAbsoluteFile is useless since as the javadoc of File.toURI clearly explain, produced URIs are absolute 13 years ago
  Nicolas Lalevee 97d423a273 Don't mess with classloading of the launcher 13 years ago
  Nicolas Lalevee 055f4eb650 Make Locator.fileToURL and replace its use by FileUtils.getFileUtils().getFileURL() 13 years ago
  Matthew Jason Benson 579f8745ec switch to more informative idiom 13 years ago
  Matthew Jason Benson 27dfb191b1 Java 5 13 years ago
  Matthew Jason Benson 9caeed5081 Java 1.5, continued 13 years ago
  Nicolas Lalevee 7829faf36a To make an URL of a file, use FileUtils.getFileURL, which seems to do the job correctly 13 years ago
  Nicolas Lalevee 62ebdd1f76 organize imports 13 years ago
  Matthew Jason Benson e488c5bcbe try cross-platform again; apparently my Ant-fu is horribly rusty :o 13 years ago
  Matthew Jason Benson 0b3dbe0ca8 this kind of problem should be rare and should only affect recompiles, thus doesn't impact drop-in BC 13 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Matthew Jason Benson bb05312e66 cross-platform 13 years ago
  Matthew Jason Benson 3d706ab818 java 5 updates 13 years ago
  Matthew Jason Benson d25488cbbb Any FileResource whose represented File has a parent also has a basedir. 13 years ago
  Matthew Jason Benson b3f4d20328 java 5 13 years ago
  Matthew Jason Benson f0579bdbb7 improve readability of test failure info 13 years ago
  Jesse N. Glick 5f3fe87dea JDK 5 javac is apparently buggy; @Override should be allowed on methods implemented from an interface. 13 years ago
  Jesse N. Glick f7f699feb5 Rounding out signature of DeweyDecimal and writing some tests. 13 years ago
  Nicolas Lalevee d8aad6eec2 Add .gitignore for thoses like me who need to "commit" while being offline 13 years ago
  Nicolas Lalevee f194328382 Ignore Eclipse settings files 13 years ago
  Nicolas Lalevee 38688e7583 Add a log mode which logs nothing but ant task output and build failures; useful for using ant output in scripts, like for cacti for instance 13 years ago
  Nicolas Lalevee 944210b384 BR 53550, thanks to Tim Pokorny 13 years ago
  Nicolas Lalevee d377aa50f3 BR 53549 13 years ago
  Stefan Bodewig b8c35567ee NPE in ExpandProperties when input is empty. PR 53626 13 years ago
  Jesse N. Glick 439545ad27 #53622: faster VectorSet.retainAll. 13 years ago
  Jesse N. Glick a6aa4e67a9 Stronger tests in preparation for #53622. 13 years ago
  Nicolas Lalevee 4e97d0d888 Fix the test of the unless condition 13 years ago
  Nicolas Lalevee 9585ec663a Wrap the if/unless attribute evaluation by the PropertyHelper into the generic case via a Condition 13 years ago
  Nicolas Lalevee 1885612e5d Allow Condition as if and unless attributes of targets and extension points (Java API only) 13 years ago
  Nicolas Lalevee e5f3393251 Allow Object to be injected as attribute of tasks 13 years ago
  Nicolas Lalevee 261050f72e fix the ponctuation of the error message 13 years ago
  Jesse N. Glick 706051d860 #53617: fixed POM URLs. (Patch thanks to Eric Barboni.) 13 years ago
  Jesse N. Glick e8a0f1f130 #53571: ClassLoader problems with Subclass of JUnitTask 13 years ago
  Stefan Bodewig 3ea65f1cea AntUnit test for commandlauncher and a typo fix by Vimil Saju 13 years ago
  Stefan Bodewig aa467f9a24 test fails on Windows 13 years ago
  Stefan Bodewig 4675145678 verifying resourcexists works for URLs, see PR 53383 13 years ago
  Stefan Bodewig 6e192308c2 packagemapper mapped too uch with handlediresep true. PR 53399 13 years ago
  Stefan Bodewig ca10b52e34 Add a longfile='posix' option to tar task 13 years ago
  Stefan Bodewig b817fdb2b8 Properly expand bzip2 files with multiple streams in <bunzip2> 13 years ago
  Stefan Bodewig a67cf020bd Merge bzip2 input from Compress, bringing support for files with multiple streams 13 years ago
  Stefan Bodewig 2e5b53fa10 merge tar package from Compress, bringing some POSIX tar support 13 years ago
  Stefan Bodewig b43f4224d8 PR 52706: allow command launcher to be selected via a task. Submitted by Vimil Saju 13 years ago
  Stefan Bodewig abec7e48ef PR 52706: allow command launcher to be selected via a task. Submitted by Vimil Saju 13 years ago
  Nicolas Lalevee 91daac5ad7 #53405 : ExtensionPoint doesn't work with nested import/include 13 years ago
  Stefan Bodewig 333b90446c some stray @since tags from CC 13 years ago
  Stefan Bodewig dee95e3acc merge Zip64 support from Commons Compress 13 years ago