From 37cd9404c739254d3ef459f80549e30fddf526cf Mon Sep 17 00:00:00 2001
From: Magesh Umasankar
Date: Tue, 19 Mar 2002 22:45:06 +0000
Subject: [PATCH] New attribute - ignoreSstemClasses - added to .
PR: 6031
Submitted by: peterj@liberate.com (Peter Janes)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271903 13f79535-47bb-0310-9956-ffa450edef68
---
WHATSNEW | 2 +
docs/manual/CoreTasks/available.html | 22 +-
src/etc/testcases/taskdefs/available.xml | 31 +++
.../org/apache/tools/ant/AntClassLoader.java | 216 +++++++++---------
.../apache/tools/ant/taskdefs/Available.java | 26 ++-
.../tools/ant/taskdefs/AvailableTest.java | 38 ++-
6 files changed, 220 insertions(+), 115 deletions(-)
diff --git a/WHATSNEW b/WHATSNEW
index c5d6f8444..4ae095fbd 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -85,6 +85,8 @@ Fixed bugs:
Other changes:
--------------
+* has a new attribute named ignoreSystemClasses.
+
* New filter readers: ClassConstants, ExpandProperties, HeadFilter,
LineContains, LineContainsRegExp, PrefixLines, ReplaceTokens,
StripJavaComments, StripLineBreaks, StripLineComments, TabsToSpaces,
diff --git a/docs/manual/CoreTasks/available.html b/docs/manual/CoreTasks/available.html
index be65409e5..55f858ed9 100644
--- a/docs/manual/CoreTasks/available.html
+++ b/docs/manual/CoreTasks/available.html
@@ -49,26 +49,32 @@ execution depending on system parameters.
classpath |
The classpath to use when looking up classname or resource . |
- No |
+ No |
filepath |
The path to use when looking up file . |
- No |
+ No |
classpathref |
The classpath to use, given as a reference to a path defined elsewhere. |
- No |
+ No |
type |
- The type of file to look for, either a directory (type="dir" ) or a file
- (type="file" ). If not set, the property will be set if the name specified in the file
+ | The type of file to look for, either a directory (type="dir" ) or a file
+ (type="file" ). If not set, the property will be set if the name specified in the file
attribute exists as either a file or a directory. |
- No |
+ No |
-
+
+ ignoresystemclasses |
+ Ignore Ant's runtime classes, using only the specified
+ classpath. Only affects the "classname" attribute. Defaults to "false" |
+ No |
+
+
Parameters specified as nested elements
classpath
@@ -114,7 +120,7 @@ if the class javax.xml.transform.Transformer
is found in the classp
sets the have.extras
property to the value "true"
if the resource-file extratasks.properties
is found.
-
Copyright © 2001 Apache Software Foundation. All rights
+
Copyright © 2001-2002 Apache Software Foundation. All rights
Reserved.