Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 83632 invoked from network); 25 Jan 2005 14:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Jan 2005 14:18:01 -0000 Received: (qmail 63027 invoked by uid 500); 25 Jan 2005 14:17:55 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 62899 invoked by uid 500); 25 Jan 2005 14:17:54 -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 62886 invoked by uid 99); 25 Jan 2005 14:17:54 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from bodewig.bost.de (HELO bodewig.bost.de) (62.96.16.111) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 25 Jan 2005 06:17:53 -0800 Received: (from bodewig@localhost) by bodewig.bost.de (8.11.6/8.11.6) id j0PEHoW07175; Tue, 25 Jan 2005 15:17:50 +0100 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: dev@ant.apache.org Subject: Re: X-Draft-From: ("nnfolder:mail.jakarta-ant" 64819) References: <41EFA2B7.10905@apache.org> From: Stefan Bodewig Date: Tue, 25 Jan 2005 15:17:50 +0100 In-Reply-To: <41EFA2B7.10905@apache.org> (Steve Loughran's message of "Thu, 20 Jan 2005 12:23:19 +0000") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Thu, 20 Jan 2005, Steve Loughran wrote: > is anyone else using this yet? No. So take whatever I write with a grain of salt or two. > 1. For always download pom and license files if > present. Making that optional should be enough. > 2. add a new magic property to let people override the ibiblio > mirror for all their projects. Do we have a magic property to not use any mirror (like maven --offline)? Do we really want to use magic properties at all? This also includes ant.maven.repository.dir. > 3. make the default library the same place maven stores their files. Yes. > 4. implement Russel's suggestion of fileset+filelist type > generation. Sounds useful. > 5. Better error handling if things fail. 8-) Applies to almost all tasks. > I also think it would be convenient with my life if as well as > loading ~/.ant/lib, that we had a properties file with my own > customisations, say ~/.ant/build.properties Sure, if I can turn it off with --noconfig. > I thought maybe we did this already, but couldnt see it in the docs > or the source. We are sourcing ~/.ant/ant.conf so you could make it something like if [ -z "$ANT_ARGS" ]; then ANT_ARGS="-propertyfile $HOME/.ant/build.properties" else ANT_ARGS="$ANT_ARGS -propertyfile $HOME/.ant/build.properties" fi [[[ may break if $HOME contains spaces ]]] Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org