131 Commits (1c33fb242a98335e8043db0c22ff713d2e9769d9)

Author SHA1 Message Date
  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. 20 years ago
  Matthew Jason Benson 629a2649e8 Obtain subproject instance from Project to satisfy the remote chance 20 years ago
  Matthew Jason Benson 8acee3f19a Avoid multiple instantiations of equal File objects, and multiple 20 years ago
  Jacobus Martinus Kruithof af67c9bf8f Avoiding Throwable while BuildException was actually meant 20 years ago
  Matthew Jason Benson 2c68e6ab60 Add subproject Executor to Executor interface + its use to Project & Ant task. 20 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. 21 years ago
  Stefan Bodewig b423ccde3b Some cleanup 21 years ago
  Stefan Bodewig a22c8c09c8 Follow Conor's and Jose Alberto's advice - improved fix for PR 8689 21 years ago
  Stefan Bodewig 8d4197a222 Preliminary fix for 8689 21 years ago
  Stefan Bodewig 89ab1168c9 Don't die if the ant.file property hasn't been set. 21 years ago
  Peter Reilly c885f56836 remove authors from files 22 years ago
  Matthew Jason Benson e435980752 Cause AntLikeTasksAtTopLevelTest to pass on cygwin. 22 years ago
  Antoine Levy-Lambert 278781dcd6 Copyright owner is The Apache Software Foundation 22 years ago
  Antoine Levy-Lambert 66555ca10d Remove trailing spaces in all java files 22 years ago
  Antoine Levy-Lambert ca1513552f Switch to Apache Software License 2.0 22 years ago
  Peter Reilly b5c4bdbec2 Provide error stack for [*]ant[*] and macro call 22 years ago
  Stefan Bodewig 048afe4c9c <ant> with more than one <property file="..."/> child didn't work, PR 23601 22 years ago
  Antoine Levy-Lambert 74f58bf0f8 Typos 22 years ago
  Conor MacNeill 9e7f7bf7be Verbose it is ... 22 years ago
  Conor MacNeill d189eb07a3 Mark entry and exit of <ant> and <antcall> 22 years ago
  Peter Reilly 2ae23a6a4b Changes to <ant> 22 years ago
  Stefan Bodewig 7b90e493e8 It is legal to omit the target attribute in <ant>, don't die with a NPE 22 years ago
  Stefan Bodewig 03d8b12829 Catch another simple to detect case of infinite antcall loops 22 years ago
  Stefan Bodewig 451172e226 Throw an exception instead of looping forever in top-level <*ant*> task. 22 years ago
  Peter Reilly 9434671efa removing enum variable 22 years ago
  Peter Reilly c74c1765b1 Remove unneeded setting of properties in reinit() 22 years ago
  Antoine Levy-Lambert 6a434928c1 style 22 years ago
  Conor MacNeill 24eb5693d6 Coding conventions 22 years ago