75 Commits (f66cab0ea7689df54fe51f64018cd3ef8b05cd3d)

Author SHA1 Message Date
  Conor MacNeill f66cab0ea7 Merge from ANT_145_BRANCH up to Beta 2 24 years ago
  Stephane Bailliez 48428f7b4c Convenient description task that allows a multiple line description of a buildfile 24 years ago
  Stefan Bodewig 25484253db Move resolveFile methods to FileUtils, add a normalize method there. 24 years ago
  Stefan Bodewig 9092eca069 Make sure system properties as accessible in subbuilds in the 24 years ago
  Stefan Bodewig 0bcf1432f2 give a better name to FileUtil's factory method. 24 years ago
  Stefan Bodewig 21426bf475 Move FileUtils into util package. 24 years ago
  Conor MacNeill 9091202b2a Fix bootstrap problems. Two issues. Filtering was always been done 24 years ago
  Conor MacNeill fa21d1fe0c Initial implementation of FilterSets. I've done some major surgery on the 24 years ago
  Conor MacNeill 046a49448b Actually set the exception on task level messages 24 years ago
  Conor MacNeill 2bb82ea396 Got my wires crossed 24 years ago
  Conor MacNeill 059ad35916 This is a major change. :-) 24 years ago
  Conor MacNeill 0fcac6aa36 Add a new front end fro Ant which will perform many of the functions 24 years ago
  Stefan Bodewig cf3d817333 Stop using canonical paths. This will change the behavior of Ant when 24 years ago
  Conor MacNeill 54dc62a542 Remove unnecessary use of Project.resolveFile by converting arguments to 24 years ago
  Conor MacNeill 30cf43949a Only delete the target file when it is in fact a file - don't 24 years ago
  Stefan Bodewig cc432705f2 delete existing target files before copying - this avoids overwriting 24 years ago
  Stefan Bodewig 68fb37b1a2 Some initial work on rmic to make it handle -iiop better (doesn't 24 years ago
  Stefan Bodewig cfd119edd2 Allow data types to appear inside of targets. 24 years ago
  Stefan Bodewig 9f4642716c Assorted patches: 24 years ago
  Stefan Bodewig c434eba788 Centralize method for setting last modification time of a file in Project. 25 years ago
  Stefan Bodewig 7b485798bb revert <style> to old behavior - make its style attribute interpreted 25 years ago
  Stefan Bodewig 9783e6c8cc Make Ant deal with non-String elements stored in system properties. 25 years ago
  Conor MacNeill e5901560e7 Minor format change. 25 years ago
  Jon Scott Stevens adbdf5d6c8 rolling back Josh's changes until he provides a better patch. :-) 25 years ago
  Jon Scott Stevens 9d48fbb8c3 added ability to define the begin/end tokens for the filtering. 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Peter Donald 584cbc7ad0 Added the attribute preservelastmodified to copy task. 25 years ago
  metasim 04cf5e0186 Opened up access to the topological sort code so a list targets that 25 years ago
  Peter Donald 4ef711b651 Changed "project.name" to "ant.project.name" 25 years ago
  Peter Donald 54bed77e3a Patched so that project name is available via the property "project.name" 25 years ago
  Peter Donald 6b5745a21d Used some elisp magic to remove those tabs and replace with spaces. 25 years ago
  glennm a1eaa272b4 Throws BuildException if it tries to resolve a path which 25 years ago
  Stefan Bodewig fc10e04872 Made sure that Project.resolveFile would always use the canonical path 25 years ago
  Stefan Bodewig dddcf551a9 Loading tasks from a ClassLoader other than the default one now works 25 years ago
  Stefan Bodewig 9490ce8f93 Ant will now scan for build.xml in the parent directory (directories) 25 years ago
  Stefan Bodewig 8c59db7895 Allow tasks to be added at runtime and only fail if they cannot be 25 years ago
  Stefan Bodewig beee9e6a6b Make filtering of the copy tasks work with leading @ characters. 25 years ago
  Stefan Bodewig f0282fd8b1 Various checks for required attributes and better error messages added. 25 years ago
  Stefan Bodewig 8b01a00d17 filtering would fail if the number of @ was an uneven number. 25 years ago
  Stefan Bodewig 76924feb0d Correctly handle the case where one of the defaults.properties files 25 years ago
  Stefan Bodewig 46b4505bc0 Added infrastructure to create data types independent of tasks. 25 years ago
  Stefan Bodewig a252eb8543 \ is no special character for Commandline anymore. 25 years ago
  Stefan Bodewig 5a75c73535 Removed possible NullPointerException in <vssget>. Cleaned up JDK 25 years ago
  Stefan Bodewig 12f19c9321 Modified Ant task to be less memory consuming. 25 years ago
  Stefan Bodewig 8953b25e9e Added a taskType attribute in addition to the taskName attribute to 25 years ago
  Stefan Bodewig 58fb68f483 Make Tasks aware of the name they are used as - and change the 25 years ago
  Stefan Bodewig 5fbf26cd07 Make subprojects aware of custom tasks. 25 years ago
  Conor MacNeill ea7cd6fbfe Change Project.translatePath to use PathTokenizer 25 years ago
  Conor MacNeill b879b27c72 Add nested doclet tag to javadoc task 25 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 25 years ago