From 1270b8f45492ae333c4e1e2d6706156e09ba1b27 Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Thu, 21 Mar 2002 09:56:23 +0000 Subject: [PATCH] Add some todo items related to extension /antlib paths git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271939 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/myrmidon/src/xdocs/todo.xml | 202 +++++++++++++++++++-------- 1 file changed, 141 insertions(+), 61 deletions(-) diff --git a/proposal/myrmidon/src/xdocs/todo.xml b/proposal/myrmidon/src/xdocs/todo.xml index 27df209fb..c0035e039 100644 --- a/proposal/myrmidon/src/xdocs/todo.xml +++ b/proposal/myrmidon/src/xdocs/todo.xml @@ -24,6 +24,34 @@ + + +

Consider allowing the user to configure the ant system by setting the + following path types.

+ +

+ The default search path will probably include a per-user path element, + a workspace path element and a system path elemtn that are searched in + that order. Some possible defaults; +

+ + +
+

There are 2 parts to this broad topic: Allow Ant 1.x build scripts to be @@ -64,67 +92,97 @@ -

The file data-types, such as <fileset> and - <path>, are some of the most widely used parts of Ant 1.x. - Unfortunately, they aren't particularly extensible.

+

The file data-types, such as + <fileset> and + + <path>, are some of the most widely used parts of Ant 1.x. + Unfortunately, they aren't particularly extensible. +

@@ -142,8 +200,12 @@ configuration files.
  • Allow the following via config files: +