153 Commits (5f4c43ddc3d0b67f3c4bf6f66cfc95227537c6b9)

Author SHA1 Message Date
  Gintas Grigelionis 5f4c43ddc3 Checkstyle/spelling 8 years ago
  Gintas Grigelionis 73bda1fb17 Use isEmpty() in tasks 8 years ago
  Gintas Grigelionis cc41d3c161 Cleanup and more StringBuilders 8 years ago
  Gintas Grigelionis 30f52135af Use null-or-empty pattern 8 years ago
  Gintas Grigelionis cda6c91cf8 Unwrap some logic; uniform checks of StringBuilder size 8 years ago
  Gintas Grigelionis 7f1e7628b3 Checkstyle: whitespace, line continuation and modifier idiosyncrasies 8 years ago
  Gintas Grigelionis 6656db28bb Let’s use doclint 8 years ago
  Stefan Bodewig ee47fa6e1a whitespace 9 years ago
  Matt Benson b7d1e9bde4 java 5-8 9 years ago
  Stefan Bodewig af74d1f6b8 reduce GC pressure by replacing File(In|Out)putStream 9 years ago
  Stefan Bodewig a8d6367ddc remove re-implementations of FileUtils.close() 10 years ago
  Jan Materne bed22b00f7 JavaDoc fixes (for Java8 doclint) - first bunch 12 years ago
  Matthew Jason Benson da5f3bfd25 java 5, continued 13 years ago
  Jacobus Martinus Kruithof 6b7bc9e535 Bug 53291 - Several spell checker findings in apache ant 1.8.3 documentation 13 years ago
  Stefan Bodewig 70c93da9ae a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet 16 years ago
  Nicolas Lalevee df121a6cf5 PR 47830 : implementation of the ProjectHelperRepository to make Ant able to choose a ProjectHelper, and some doc about it 16 years ago
  Stefan Bodewig 246480ed2d allowNativeBasedir -> useNativeBasedir. Document it. PR 45711. 17 years ago
  Stefan Bodewig 0c9bcf218e whitespace 17 years ago
  Stefan Bodewig b8a829b11b make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time. 17 years ago
  Stefan Bodewig bbdc2558ad whitespace 17 years ago
  Stefan Bodewig c1142173a2 new attribute allowNativeBasedir for <ant>. Not yet documented. Not yet complete (doesn't work when basedir is a user or inherited property). Work in progress. Needed for PR 30569. 17 years ago
  Steve Loughran d6ec4ccf3c bugzilla bug 42263: ${ant.version} not set in <subant> 19 years ago
  Peter Reilly 1c33fb242a javadoc missing a * 19 years ago
  Matthew Jason Benson e391ff8c80 add protected newProject accessor. Bugzilla 41127. 19 years ago
  Peter Reilly b8244eaa8f checkstyle 19 years ago
  Peter Reilly f58d3967f0 checkstyle 19 years ago
  Peter Reilly f5c95e9ca4 add fall-back for undefined references that are parsed 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Matthew Jason Benson 93184f4f7a some ws 19 years ago
  Peter Reilly 61ae8e924f Replace x == "" with "".equals(x) to check if we are 20 years ago
  Steve Loughran 761f82ae31 moving some magic names into place, using them where needed. 21 years ago
  Matthew Jason Benson 629a2649e8 Obtain subproject instance from Project to satisfy the remote chance 21 years ago
  Matthew Jason Benson 8acee3f19a Avoid multiple instantiations of equal File objects, and multiple 21 years ago
  Jacobus Martinus Kruithof af67c9bf8f Avoiding Throwable while BuildException was actually meant 21 years ago
  Matthew Jason Benson 2c68e6ab60 Add subproject Executor to Executor interface + its use to Project & Ant task. 21 years ago
  Stefan Bodewig 2a291dca92 Various javadoc and code-style fixes by Kev Jackson 21 years ago
  Steve Loughran 38e8c82493 This commit eliminates all (but one) use of Project.createTask("some name") from the codebase. It also sets up all created tasks using the new Task.bindToOwner call. 21 years ago
  Peter Reilly 4c873983e1 unneeded import 21 years ago
  Peter Reilly 781a2ed11e revert local property patch until memory leakage problem is fixed 21 years ago
  Peter Reilly 7517bc7058 **** EXPERMINTAL ************ 21 years ago
  Jacobus Martinus Kruithof 257dadeaf0 Make use of FileUtils in a uniform way via the getFileUtils method and a static final reference in the using files. 21 years ago
  Peter Reilly 8a926a3916 Invalid boolean test in "Calling Target(s) msg" of Ant task 21 years ago
  Matthew Jason Benson 0733dbfc6a Lower-case HTML tags 21 years ago
  Matthew Jason Benson 4715ee28aa Javadoc 21 years ago
  Jesse N. Glick 46399f6e36 Minor stylistic refactoring. 21 years ago
  Stefan Bodewig db48fbb829 Various checkstyle violations 21 years ago
  Stefan Bodewig 12efb8ddef several javadoc fixes. 21 years ago
  Matthew Jason Benson 284174e86e Refactored Target invocation into org.apache.tools.ant.Executor 21 years ago
  Matthew Jason Benson c692a67a30 Try to get the dependency analysis right this time while preserving BC. 21 years ago
  Matthew Jason Benson c672e8778e Added multiple targets to <ant> and <antcall> using nested <target> elements. 22 years ago