Browse Source

Added in "integrate depends/javac" request.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268883 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 24 years ago
parent
commit
d9ce954d35
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      docs/ant2/requested-features.txt

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

@@ -69,6 +69,8 @@ enhancements of existing tasks.
* Unify <available> and <uptodate> into a more general <condition> * Unify <available> and <uptodate> into a more general <condition>
task, support AND/OR of several tests here. task, support AND/OR of several tests here.


* Integration of the depends task and javac tasks

* jsp-compilation task * jsp-compilation task


Sounds like a candidate for a facade task. Sounds like a candidate for a facade task.
@@ -412,7 +414,7 @@ V. Things we probably don't agree on.
* internationalization * internationalization


* Ignore any classes contained in the damned ext dirs of a JVM - possibly by launching * 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>
with something like jar -Djava.ext.dir=foo -jar ant.jar


* Set arithmetic for fileset/patternset/*set * Set arithmetic for fileset/patternset/*set




Loading…
Cancel
Save