Browse Source

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
master
Peter Donald 24 years ago
parent
commit
154fab9e87
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      docs/ant2/requested-features.txt

+ 4
- 1
docs/ant2/requested-features.txt View File

@@ -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 <code>jar -Djava.ext.dir=foo -jar ant.jar</code>

Loading…
Cancel
Save