Re: Contribution: dependencies task

2004-09-07 Thread Stefan Bodewig
On Tue, 7 Sep 2004, Jan Materne <[EMAIL PROTECTED]> wrote: > Do I hear the wish to change to SVN? :-) Might make things easier if we really want to maintain subprojects, yes. > Or only a new subproject... Just thinking loud, I'd like to see the dotnet sandbox antlib promoted to something like

Re: Contribution: dependencies task

2004-09-07 Thread Stefan Bodewig
On Thu, 26 Aug 2004, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Automatic dependency downloading is something important, and > although I agree with Matt and the Ant committers in general to not > accept new task into Ant core or even optional, I feel this > particular issue will down the lin

Re: Contribution: dependencies task

2004-08-26 Thread Nicola Ken Barozzi
Russell Gold wrote: On Thu, 26 Aug 2004 17:24:29 +0200, Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote: Russell Gold wrote: Attached is code and unit tests for a task which will download and manage dependencies from a maven-style remote repository. If you are interested, Incubator Depot http://incuba

Re: Contribution: dependencies task

2004-08-26 Thread Russell Gold
On Thu, 26 Aug 2004 17:24:29 +0200, Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote: > Russell Gold wrote: > > > Attached is code and unit tests for a task which will download and > > manage dependencies from a maven-style remote repository. > > If you are interested, Incubator Depot > http://incuba

Re: Contribution: dependencies task

2004-08-26 Thread Russell Gold
On Thu, 26 Aug 2004 10:18:06 -0500, Dominique Devienne <[EMAIL PROTECTED]> wrote: > There are a few issues about dependency downloading > I'd like discussed and addressed, like: > > 1) Recursive dependencies. Very often, using one dependency (A) >pulls in other dependencies (B, C, D, etc...) A

Re: Contribution: dependencies task

2004-08-26 Thread Nicola Ken Barozzi
Russell Gold wrote: Attached is code and unit tests for a task which will download and manage dependencies from a maven-style remote repository. If you are interested, Incubator Depot http://incubator.apache.org/depot/ has a similar tasl and goals, and we could work together. -- Nicola Ken Baroz

RE: Contribution: dependencies task

2004-08-26 Thread Dominique Devienne
> From: Matt Benson [mailto:[EMAIL PROTECTED] > See the following regarding adding your task to the > list of external tasks: > http://ant.apache.org/faq.html#adding-external-tasks > > As for the defining line of what goes into core Ant, a > good rule of thumb is that anything that once would > ha

Re: Contribution: dependencies task

2004-08-26 Thread Matt Benson
See the following regarding adding your task to the list of external tasks: http://ant.apache.org/faq.html#adding-external-tasks As for the defining line of what goes into core Ant, a good rule of thumb is that anything that once would have been added to the optional tasks portion of Ant would NO

Re: Contribution: dependencies task

2004-08-26 Thread Matt Benson
Russell: This sounds cool but would be considered to be an external task. If you have or can find a place to host it we will be happy to add it to the External Tools and Tasks section on the Ant site. Thanks, Matt --- Russell Gold <[EMAIL PROTECTED]> wrote: > Attached is code and unit tests fo