From d8a9a58ad5aa558476dc1f841e33baec79021e7f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 19 Mar 2001 14:13:54 +0000 Subject: [PATCH] request by Bill Burton git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268866 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index dd60d1d24..8b67e7769 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -214,6 +214,11 @@ decide between several possible options. This includes asking the user whether he wants to use optional tasks and downloads the required libs. Automatic upgrades and so on. + Self-extracting jar installer: java -jar jakarta-ant-1.3-bin.jar. + Prompts for destination directory, extracts archive, fixes all + text files with fixCRLF task; on UNIX, makes scripts executable. + Could also modify ant scripts with the location of ANT_HOME. + * Logo for Ant. * detach Ant from System.err/.in/.out.