34 Commits (7fec7616d1d256735fd5a608ca3dc5af444edab6)

Author SHA1 Message Date
  Erik Hatcher 7fec7616d1 Changing "ant:task" to "ant.task" to avoid JDK 1.4 javadoc warnings (XDoclet has been modified to handle this separator too). 24 years ago
  Erik Hatcher 10aeeab05b XDoclet fun! 24 years ago
  Stefan Bodewig f3577cdb5c License police on task definitions: 24 years ago
  Stefan Bodewig cf745efc64 Improve logging when <available> is being used as a condition. 24 years ago
  Stefan Bodewig bd3509fb89 Don't punish people who want to modify the values of existing 24 years ago
  Magesh Umasankar e503ebd4c7 setFoo(String) replaced with setFoo(ExtendedEnumeratedAttribute) for certain attributes of these tasks: 24 years ago
  Stefan Bodewig 8a676908c4 Make testcase for <available> pass again, by re-applying the 24 years ago
  Diane Holt 5728d77e07 Fix my previous fix. First time thru, I thought filepath was only used 24 years ago
  Diane Holt cad841b38a - Fixed the search for a file or directory using the <filepath> element 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Stefan Bodewig 55dcf2dee8 New task <condition>. 24 years ago
  Conor MacNeill f1bfa32916 More classloader improvements 24 years ago
  Stefan Bodewig 1e41b4c0f2 Add filepath attribute/element to available to search for a file in a 24 years ago
  Conor MacNeill 04c15d05cf CHange most usage of the classloader so that it loads from the 24 years ago
  Diane Holt b482bf23bd Backed out previous change that added a "dir" attribute, as this caused 24 years ago
  Diane Holt d6a12245ee Make "file" attribute only check for a file; add "dir" attribute for checking 24 years ago
  Conor MacNeill 5337488612 Merge of 1.3 branch changes into the main branch 25 years ago
  Conor MacNeill 5566c88038 Handle classes which are on the classpath but which cannot be loaded due to 25 years ago
  Stefan Bodewig 77ed2ceec5 Changed <available> to resolve relative resource names the same way as 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Stefan Bodewig 9bab4dab1a Class.forName("") throws an IllegalArgumentException instead of 25 years ago
  Stefan Bodewig f0282fd8b1 Various checks for required attributes and better error messages added. 25 years ago
  Stefan Bodewig 13eb95ae4d Fixed situation where Class.getClassLoader returns null for the 25 years ago
  Stefano Mazzocchi bd02671bd0 Updated this task so that you can have <classpath> inside that tells the Available where to look for classes and resources. It is completely back compatible so should cause any harm to anybody. 25 years ago
  Stefan Bodewig b42831ce4b Added value attribute to <available>. 25 years ago
  Stefan Bodewig 6ecbe24218 Moved ${} expansion and task evaluation to runtime. 25 years ago
  Stefan Bodewig 23f7147dc6 Removed class attributes of <available>, <rmic> and <taskdef>. 25 years ago
  Stefan Bodewig a41723ab30 Available didn't resolve filenames correctly. 25 years ago
  Conor MacNeill 9bd75d2c4e Move to task level logging 25 years ago
  Sam Ruby 9662217bcd log informational messages when classes are not available 25 years ago
  Sam Ruby d3ee9a7555 <available file="name"> doesn't work 26 years ago
  Sam Ruby f7ac20202d Emulate extdirs feature with Jikes compiler. 26 years ago
  Sam Ruby 653124c46b This is a simple patch which adds an attribute "classname" as an alias for 26 years ago
  Stefano Mazzocchi 3c26912e56 Added "available" task that sets a property in case a file|class|resource is present in the system 26 years ago