From dev-return-47335-apmail-ant-dev-archive=ant.apache.org@ant.apache.org Wed Jun 25 07:14:46 2003 Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 41835 invoked by uid 500); 25 Jun 2003 07:14:46 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 41811 invoked from network); 25 Jun 2003 07:14:45 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 25 Jun 2003 07:14:45 -0000 Received: (qmail 4316 invoked by uid 50); 25 Jun 2003 07:17:17 -0000 Date: 25 Jun 2003 07:17:17 -0000 Message-ID: <20030625071717.4315.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 21072] - Allow User-Specified Ant Library Access In Scripts X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21072 Allow User-Specified Ant Library Access In Scripts ------- Additional Comments From antoine@apache.org 2003-06-25 07:17 ------- Why not in this case simply install a complete ant distro in the user's home directory. The libs are a large part of the disk space used by ant anyway. Then the user's who want to use their own ant distro can do it by doing export ANT_HOME=$HOME/ant export PATH=$ANT_HOME/bin:$PATH in their .profile --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org