54 Commits (9783e6c8cc55815e22ffe981385b1435af93021d)

Author SHA1 Message Date
  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. 26 years ago
  Stefan Bodewig 8953b25e9e Added a taskType attribute in addition to the taskName attribute to 26 years ago
  Stefan Bodewig 58fb68f483 Make Tasks aware of the name they are used as - and change the 26 years ago
  Stefan Bodewig 5fbf26cd07 Make subprojects aware of custom tasks. 26 years ago
  Conor MacNeill ea7cd6fbfe Change Project.translatePath to use PathTokenizer 26 years ago
  Conor MacNeill b879b27c72 Add nested doclet tag to javadoc task 26 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 26 years ago
  Stefan Bodewig d72589dc05 reintroduced the forseoverwrite attribute to copydir into build.xml 26 years ago
  Sam Ruby f71f90b16f Various cleanups 26 years ago
  Conor MacNeill b417973d39 Clean up ant generated output 26 years ago
  Conor MacNeill 948ce9bca7 Remove System.exit calls. 26 years ago
  Conor MacNeill 1ba5087df4 Add BuildEvents to Ant 26 years ago
  Sam Ruby 049d4a294a Make sure that properies from the command line and/or parent projects 26 years ago
  Arnout J. Kuiper 1b5eae2230 Properly set the "ant.java.version" property. 26 years ago
  Sam Ruby 299bd97429 Ant should not depend on tasks unless they are used. 26 years ago
  Sam Ruby 9207ca8a59 Support UNC filenames (\\server\path\file) on Windows platforms 26 years ago
  Costin Manolache e14600612c Added "output" parameter to Ant - it will allow the redirection of output. 26 years ago
  Sam Ruby 945b6d36d1 Allow names to be used as id references 26 years ago
  Sam Ruby e9f55d77d1 Added an *OPTIONAL* task which will allow a script, embedded or external, 26 years ago
  akv efbabaf849 (Possibly temporary) Fix for getting Taskdef in build files to actually work. 26 years ago
  Costin Manolache 617c63c012 - Fixed ( workaround) Deltree - didn't worked on taz or any machine with 26 years ago
  Costin Manolache e3dd337f59 - Get will try 3 times and has an option to ignore the errors 26 years ago
  Costin Manolache b7258ab797 - added "deep" properties to <ant> - you can now set properties for the 26 years ago
  Stefano Mazzocchi 764d1e985b improved filtering granularity... now all tasks that use copyfile can turn filtering on and off on a task granularity level, useful to avoid binary corruption by filtering 26 years ago
  Stefano Mazzocchi ae16bb711b Several changes: 26 years ago
  Stefano Mazzocchi ba22b3de5a Added the init() method to Task 26 years ago
  Costin Manolache b0bde55505 Added TaskAdapter - allows use of external Beans, without requiring them to 26 years ago
  Stefano Mazzocchi d4110f6b4e centralized and more generic method for evaluating boolean attributes 26 years ago