Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 89118 invoked from network); 21 Sep 2009 14:52:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 14:52:44 -0000 Received: (qmail 25283 invoked by uid 500); 21 Sep 2009 14:52:44 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 25189 invoked by uid 500); 21 Sep 2009 14:52:44 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 25178 invoked by uid 99); 21 Sep 2009 14:52:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 14:52:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.219.225 as permitted sender) Received: from [209.85.219.225] (HELO mail-ew0-f225.google.com) (209.85.219.225) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 14:52:36 +0000 Received: by ewy25 with SMTP id 25so119232ewy.45 for ; Mon, 21 Sep 2009 07:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=OEZsdB8S1bF6skeSNfwTGrUQW1P2yB/dLI532w4CpX4=; b=aU9+kp7R/ZR0Uwdpj2dz8rnoildQ8BkHPrCHooxD/t9lQsnkPm/Iat+/UNq6Hors/N pEKIZtcNuvT4oJ6y+Hymz97ifbH8oA1cB0WsP+uLEBs+53Qs/cqsiNUf7ROaOg4/3Ap+ 26PKTazkKdEaLbL7w5qVae6KSZdun8VLCvEyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=iRYjdyxz2AHHlGT3FmQNjqRfXNZjwHFLBJhO5eLJxxPNHLG3eEaCTsJgrjy19VsUKU c6dl53xPP4qlZ0hY/AomGtZrqJzK1uNsQxYVci619hwTYQGDKj3OfM4rXlKcPuRAZd2W eaJw1jkaxSAPtkKfk5tLs8kuNBoMQ4cCCHhJ4= MIME-Version: 1.0 Received: by 10.216.90.203 with SMTP id e53mr1291308wef.86.1253544734825; Mon, 21 Sep 2009 07:52:14 -0700 (PDT) In-Reply-To: <87pr9kcqdm.fsf@v35516.1blu.de> References: <25aac9fc0909190250q8d08682x75f91332129d6c06@mail.gmail.com> <87zl8pt06d.fsf@v35516.1blu.de> <25aac9fc0909210641j2cd27b7bhd9e86c19065765b1@mail.gmail.com> <87pr9kcqdm.fsf@v35516.1blu.de> Date: Mon, 21 Sep 2009 15:52:14 +0100 Message-ID: <25aac9fc0909210752h9089c11t4e8595665c7e0f8@mail.gmail.com> Subject: Re: How to depend on legacy projects? From: sebb To: Gump code and data Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 21/09/2009, Stefan Bodewig wrote: > On 2009-09-21, sebb wrote: > > > On 21/09/2009, Stefan Bodewig wrote: > >> On 2009-09-19, sebb wrote: > > >>> JMeter currently depends on some legacy Excalibur modules: > > >>> excalibur-datasource-1.1.1.jar > >>> excalibur-i18n-1.1.jar > >>> excalibur-instrument-1.0.jar > >>> excalibur-logger-1.1.jar > >>> excalibur-pool-1.2.jar > > > >> We used to provide some of them as "packaged projects" until last Friday > >> when I removed all packages that weren't used by Ant or Maven 1 built > >> projects. It shouldn't be too difficult to add them back, but the > >> effect would be the same as using so I'd say stick with . > > > > Surely requires that the package be stored within SVN? > > > Absolutely. If your goal is to get rid off the jars in svn, then we > will have to provide those as packaged projects. Yes, I am removing the files from SVN. The Ant build script now has a download target to fetch the files. > Do you require all four of them? The old excalibur-legacy project had > i18n-1.1 and instrument-1.0, the others should still be available as > Gump-built projects. Just found that it don't require i18n, but JMeter does need the others. It uses Excalibur pooling, so needs: excalibur-datasource-1.1.1.jar excalibur-instrument-1.0.jar excalibur-pool-1.2.jar excalibur-logger-1.1.jar (I think) It also uses Avalon logging, so needs: excalibur-logger-1.1.jar I could perhaps replace Excalibur pooling with Commons Pool, but I've not looked at that recently. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: general-unsubscribe@gump.apache.org > For additional commands, e-mail: general-help@gump.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org