Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 43445 invoked from network); 26 Nov 2002 00:16:17 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Nov 2002 00:16:17 -0000 Received: (qmail 4096 invoked by uid 97); 26 Nov 2002 00:17:17 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 4047 invoked by uid 97); 26 Nov 2002 00:17:16 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4035 invoked by uid 98); 26 Nov 2002 00:17:15 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C294E0.D9ACE0F6" Subject: Greebo -- Ant task to fetch dependency files X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 25 Nov 2002 16:14:56 -0800 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Greebo -- Ant task to fetch dependency files Thread-Index: AcKU4P7eZIJHiRWWS9SYZA58bBQLkA== From: "Ozben Evren" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C294E0.D9ACE0F6 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 Hi Everyone, =20 Having looked at Maven, (and found out that it is not so well suited to my projects) and liked the repository/dependency concept, I decided to write a small ant task to do something similar, with some extra features. You can check-out features, and download the sources at http://www.discore.com/oz/new/index.htm =20 If you deem it worthy of the external tools/tasks page, here is the information: =20 -Name: Greebo -Description: Greebo is an ant-task for downloading dependency files(currently only jars) from a network to a specified directory, much like Maven. It supports multiple local and remote repositories with either flat or maven-like structures. It can read the dependency list from a Maven project file, a maven-like dependency file, or directly from the build.xml file. -Compatibility: 1.5 -URL: http://www.discore.com/oz/new/index.htm -Contact: ozbene@discore.com -License: Apache Software License =20 Enjoy. =20 -Oz =20 ------_=_NextPart_001_01C294E0.D9ACE0F6--