From 154fab9e876e5422b3461ad6aef7c654192ca7fd Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Tue, 20 Mar 2001 10:50:35 +0000 Subject: [PATCH] ext dirs - the bane of java developers everywhere. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268870 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index eaf8ea231..f51400983 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -393,7 +393,10 @@ V. Things we probably don't agree on. * check for more than one condition in if/unless attributes. -* provide failonerror like functionality to all tasks. +* provide failonerror like functionality to all tasks. (Provide this as an aspect?? + much like logging aspect or classloader aspect). * internationalization +* Ignore any classes contained in the damned ext dirs of a JVM - possibly by launching + with something like jar -Djava.ext.dir=foo -jar ant.jar \ No newline at end of file