56 Commits (6a434928c1677e61d1e34f12c0323524923434fe)

Author SHA1 Message Date
  Antoine Levy-Lambert 6a434928c1 style 23 years ago
  Conor MacNeill 2450ee6bbf Remove use of InitializeClass now that we are JDK 1.2+ 23 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
  Magesh Umasankar 3c2bbbcda3 Real tired of seeing email address being abused. 23 years ago
  Stefan Bodewig 0d370d68a7 Make <available> less noisy. 24 years ago
  Peter Donald 8f413c1208 Remove unused imports, remove glob imports, sort imports. 24 years ago
  Peter Donald f9121ee81e Encapsulate some fields in Task and add some deprecation warnings to coresponding fields. 24 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. 24 years ago
  Magesh Umasankar 6bd8d6e938 Merge changes made to 1.5 Beta2. 24 years ago
  Magesh Umasankar ca91f8cb7e Merge changes made to 1.5 Beta1. 24 years ago
  Conor MacNeill 9a82620775 Javadocs 24 years ago
  Conor MacNeill 80080d456c Reduce a small number of long lines 24 years ago
  Conor MacNeill 03d0b81deb Order of modifiers 24 years ago
  Conor MacNeill 0e1127c22c Fix up style issues 24 years ago
  Stefan Bodewig 9fb2961443 Adding some @since tags. 24 years ago
  Stefan Bodewig a41c55cd1a Make sure <available>'s isTask member gets reset if eval throws an 24 years ago
  Diane Holt 9b18f927fe Make Sun coding standards (and Conor) happy :) 24 years ago
  Diane Holt 70b7bb1065 overide -> override; writer -> file; fix line-breaks/spacing so 24 years ago
  Magesh Umasankar 37cd9404c7 New attribute - ignoreSstemClasses - added to <available>. 24 years ago
  Conor MacNeill 272a25274c When Available checks for a class make sure the class can actually be 24 years ago
  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>. 25 years ago
  Conor MacNeill f1bfa32916 More classloader improvements 25 years ago
  Stefan Bodewig 1e41b4c0f2 Add filepath attribute/element to available to search for a file in a 25 years ago
  Conor MacNeill 04c15d05cf CHange most usage of the classloader so that it loads from the 25 years ago
  Diane Holt b482bf23bd Backed out previous change that added a "dir" attribute, as this caused 25 years ago
  Diane Holt d6a12245ee Make "file" attribute only check for a file; add "dir" attribute for checking 25 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>. 26 years ago
  Stefan Bodewig a41723ab30 Available didn't resolve filenames correctly. 26 years ago