77 Commits (e5f3393251f3b7b8b8df1e5300559828bc73d8f0)

Author SHA1 Message Date
  Jesse N. Glick e21405f8ee JDK 5. 13 years ago
  Antoine Levy-Lambert 4427f8c1ed PR 50716. Here is a case where optimizing a loop by using a variable for the upper bound of the loop breaks an existing test case RhinoTest. 14 years ago
  Stefan Bodewig 5f20b99140 microoptimizations. PR 50716 15 years ago
  Nicolas Lalevee 51fe5cb2d9 add some comment about some type parameter 15 years ago
  Stefan Bodewig df102bb3a3 Move "don't check conditions if the attribute hasn't been set at all" logic 16 years ago
  Stefan Bodewig c6b7ba94ce Make target's if/unless treat true/false strings as booleans 16 years ago
  Stefan Bodewig 50b49e76bc document that targets should have unique locations. PR 47640 16 years ago
  Stefan Bodewig 08bdfe8f1b allow target-group attribute to use a comma-separated list 17 years ago
  Stefan Bodewig 32c6ef39e4 add an <import> variant named <include> that matches EasyAnt's <use> 17 years ago
  Matthew Jason Benson 18681d7fc9 allow custom propertyhelpers to supply a Boolean for Target if/unless as an alternative to specifying a property NAME 17 years ago
  Matthew Jason Benson 05e90275ec ws 17 years ago
  Matthew Jason Benson 93af3c50df add local properties; bugzilla 23942 17 years ago
  Matthew Jason Benson f18d3adfa8 fmt/refac 18 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Peter Reilly 24d5b48eeb remove equals/hashcode from Target. Bugzilla report 40207. 19 years ago
  Stefan Bodewig dfaca18fce set target's name before the depends attribute - leads to more meaningful errors. PR 37655 19 years ago
  Stefan Bodewig 98bd187d46 2006 19 years ago
  Steve Loughran f26833969e flip tests as the IDE was complaining that we werent handing null tokens properly 20 years ago
  Peter Reilly 3d66f4ef91 Allways create qualified targets in imported build files 20 years ago
  Stefan Bodewig 2a291dca92 Various javadoc and code-style fixes by Kev Jackson 21 years ago
  Antoine Levy-Lambert 5d26c58ca0 Add @since tags to methods introduced in Ant 1.6.2 21 years ago
  Antoine Levy-Lambert 967dde65b1 Make compile 21 years ago
  Matthew Jason Benson c692a67a30 Try to get the dependency analysis right this time while preserving BC. 21 years ago
  Peter Reilly 698b90a7df always call fireTargetFinished to correspond to a fireTargetStarted 21 years ago
  Matthew Jason Benson 996bac3e36 Add getIf() and getUnless() to Target. 21 years ago
  Matthew Jason Benson 33ac6bc3ce Add a Location member to oata.Target, with the appropriate settor & gettor. 21 years ago
  Peter Reilly 72621f7207 stylecheck 22 years ago
  Peter Reilly c885f56836 remove authors from files 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 fae3a853d3 add back removed description 22 years ago
  Peter Reilly 4d89b46d4d change implementation of handling importing files top-level tasks 22 years ago
  Stefan Bodewig 03d8b12829 Catch another simple to detect case of infinite antcall loops 22 years ago
  Stefan Bodewig 2590a640ce Remove unused fields 22 years ago
  Conor MacNeill 1f71acf427 Coding conventions 22 years ago
  Peter Reilly 7b6a46d131 get the tasks imported using <import> to be placed 22 years ago
  Peter Reilly baf4809c2c use for loop instead of iterator when walking the list 22 years ago
  Stefan Bodewig 46c40044e1 Move EmptyEnumeration to CollectionUtils 22 years ago
  Conor MacNeill e580392c2d More cleanup 22 years ago
  Stefan Bodewig 348ff7bdea Reduce memory consumption by using lazy initialization. 22 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Peter Donald 8f413c1208 Remove unused imports, remove glob imports, sort imports. 23 years ago
  Stefan Bodewig e69f35fd22 Merge changes from 1.5 branch to HEAD. 23 years ago
  Conor MacNeill 0c253dc762 Coding standard conformance 23 years ago
  Jon Skeet 2a4347a02a JavaDoc comments and a couple of code changes. 24 years ago
  Stefan Bodewig 3fddc0bcfd License police on documentation files: 24 years ago
  Stefan Bodewig 4f98ab89b6 Fix taskdef testcase in a rather hacky way. This one doesn't address 24 years ago
  Stefan Bodewig c78d3f894e Replace ProjectHelper.replaceProperties calls with a new one-arg 24 years ago
  Stefan Bodewig b546691d3a Add if/unless attributes to <fail>. 24 years ago