84 Commits (b1eddca62b78029e0e4aaf63930a83caa11681cb)

Author SHA1 Message Date
  Jan Materne b1eddca62b <property> now supports xml-based property definition. Bug 42946. 18 years ago
  Matthew Jason Benson f768fe10ac fix error in circular property detection 18 years ago
  Matthew Jason Benson 910c937723 refactor Properties to use current PH API; allow non-String values 18 years ago
  Jacobus Martinus Kruithof a664a97520 Changes after static code analysis. 18 years ago
  Peter Reilly f0e86c70ce checkstyle 19 years ago
  Peter Reilly 59ac4ad935 checkstyle 19 years ago
  Peter Reilly f58d3967f0 checkstyle 19 years ago
  Stefan Bodewig 2e897819a8 copy2license.pl 19 years ago
  Jacobus Martinus Kruithof 7eb22e8cdc indicated when methods/classes became deprecated, as to give us the possibility to remove deprecated methods in the future. 19 years ago
  Antoine Levy-Lambert ca03664e2f remove call to deprecated method ProjectHelper.parsePropertyString - submitted by Kevin Jackson 20 years ago
  Peter Reilly b4237aa1dc javadoc 20 years ago
  Stefan Bodewig 3f31dc8f7a Make Jikes happy 21 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
  Antoine Levy-Lambert 4c3cdab868 We will feel more like maintaining or creating the xdocs example if we 22 years ago
  Peter Reilly d66074dfdd next set of typo corrections by Larry Shatzer 22 years ago
  Stefan Bodewig d6ae851614 Resolve properties recursively to get a more robust handle on circular definitions 22 years ago
  Stefan Bodewig 10d7667356 resolveAllProperties would be caught in an endless loop when trying to 22 years ago
  Conor MacNeill 24eb5693d6 Coding conventions 22 years ago
  Conor MacNeill 3a35c7d914 style 22 years ago
  Peter Reilly a812b0a411 Add url attribute to the properties task 22 years ago
  Jesse Stockall 3f9b092e9f Add some new @tags for xdocs 22 years ago
  Conor MacNeill 1d1f2da180 Import cleanup 22 years ago
  Stefan Bodewig 1dc8a07905 Remove Jakarta Project from license 23 years ago
  Stefan Bodewig 59ae8f7485 cvs up -dP --pedantic-copyrigt-check 23 years ago
  Conor MacNeill 50ab376294 Add support for Package information to the ClassLoader 23 years ago
  Stefan Bodewig 38495bec11 Release references to the child project when <ant*> has been done. 23 years ago
  Stefan Bodewig 5e67dc2a68 merge bug fix from 1.5 branch. 23 years ago
  Peter Donald 8f413c1208 Remove unused imports, remove glob imports, sort imports. 23 years ago
  Peter Donald f9121ee81e Encapsulate some fields in Task and add some deprecation warnings to coresponding fields. 23 years ago
  Peter Donald 28b68ab7d0 Encapsulate usage of project object rather than allowing objects 7 subclasses acessing a protected variable of their super super super .... class. 23 years ago
  Magesh Umasankar da5a13f8e4 Merge differences between the ANT_15_FINAL branch and the trunk into the trunk. 23 years ago
  Magesh Umasankar 6bd8d6e938 Merge changes made to 1.5 Beta2. 23 years ago
  Magesh Umasankar ca91f8cb7e Merge changes made to 1.5 Beta1. 23 years ago
  Conor MacNeill c4266e9250 Coding Standard 23 years ago
  Conor MacNeill c6c232893c Various coding standard fixes 23 years ago
  Stefan Bodewig 925e23a286 <property> didn't close input stream in resource case. Cosmetics. 23 years ago
  Stefan Bodewig 2f31d0c964 Add encoding attribute to copy/move so that filtered operations work 24 years ago
  Erik Hatcher 2ccd335cf3 Added 'prefix' option to <property>. Designed to only work when loading a property file or resource. 24 years ago
  Stephane Bailliez 0defa9394d Remove unecessary cast 24 years ago
  Stefan Bodewig f3577cdb5c License police on task definitions: 24 years ago
  Stephane Bailliez e3b6d1fe76 Fix bad coding style. 24 years ago
  Magesh Umasankar 1620dd543b Usage of SrcFile,SrcDir,DestFile,DestDir abandoned. Rolling back to 24 years ago
  Magesh Umasankar 781137c4d8 setFile(File) deprecated and replaced with setFile(DestFile). 24 years ago
  Stefan Bodewig c78d3f894e Replace ProjectHelper.replaceProperties calls with a new one-arg 24 years ago
  Peter Donald b06aed6911 Update to remove warnings generated by antcall due to last immutability tightening. Did this by adding a protected constructor to property. 24 years ago
  Peter Donald c206512560 Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
  Peter Donald 4c8ebdb489 This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago