diff --git a/docs/ant2/features.html b/docs/ant2/features.html new file mode 100644 index 000000000..88ca3931a --- /dev/null +++ b/docs/ant2/features.html @@ -0,0 +1,105 @@ + + +
+ +Even though Ant2 is expected to be incompatible with the + current Ant1 series, it still has the same goals. Ant is a Java + based build tool and this remains the main focus of it. The + original goals of simplicity, understandability and extensibility + still stand and Ant2 will try to achieve them even better than + Ant1 does.
+ +These two goals are closely related. Ant build files shall be + easy to read and understand - at the same time it should be easy + to write a custom Ant task and to use the utility classes that + Ant2 provides.
+ +Ant2 shall be more consistent than Ant1 is - this means:
+ +Furthermore some things will have to become more explicit:
+ +Ant2 like Ant1 uses build files written in XML as its main + input, but it will not be restricted to it. The core of Ant2 will + work on an object model of Project/Target/Task that is independent + of any external representation.
+ +As an extension of the current <taskdef>
+ concept, tasks can be bundled into task libraries (together with
+ data types and other utility classes). These task libraries are
+ special JAR archives that somehow describe the contained tasks to
+ Ant. Ant will automatically know all tasks contained in task
+ libraries that have been placed into a special directory - in
+ addition task libraries can be referenced and used in a build file
+ explicitly.
Ant2 is going to break Ant1 in several ways:
+ +build.compiler
may
+ disappear and be replaced by a different customization
+ concept.$Id$
+Copyright © 2001 Apache Software + Foundation. All rights Reserved.
+ +