Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 76477 invoked from network); 6 Jul 2006 23:01:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 23:01:46 -0000 Received: (qmail 11208 invoked by uid 500); 6 Jul 2006 23:01:45 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 11196 invoked by uid 500); 6 Jul 2006 23:01:45 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 11186 invoked by uid 99); 6 Jul 2006 23:01:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 16:01:45 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jasnell@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 16:01:44 -0700 Received: by wr-out-0506.google.com with SMTP id 58so1414995wri for ; Thu, 06 Jul 2006 16:01:24 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=hFl38g3iYXswMgSX15xXJz8U+614Mrfp4UY1bNtnhjhKXu+McEkM05IsMtZSmE+G++KnTdql1UJm5TEnGRez3CYppF0lNIDwTNYmdGL11HohCCVrKel2p8yqgjVSvLvAgWHlcTudiyh0eDnsfSnGWQAbcc84zSenc5e2fcyFV9g= Received: by 10.54.121.11 with SMTP id t11mr972358wrc; Thu, 06 Jul 2006 16:01:24 -0700 (PDT) Received: from ?192.168.1.104? ( [67.181.218.96]) by mx.gmail.com with ESMTP id 28sm674423wrl.2006.07.06.16.01.23; Thu, 06 Jul 2006 16:01:23 -0700 (PDT) Message-ID: <44AD9641.4000400@gmail.com> Date: Thu, 06 Jul 2006 16:01:21 -0700 From: James M Snell User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r419720 [1/5] - in /incubator/abdera/java/trunk/build: ./ tools/ tools/retroweaver/ tools/retroweaver/docs/ tools/retroweaver/docs/guide/ tools/retroweaver/docs/images/ tools/retroweaver/lib/ tools/retroweaver/release/ tools/retroweav References: <7edfeeef0607061510o3878448awcea835cc314d80cf@mail.gmail.com> In-Reply-To: <7edfeeef0607061510o3878448awcea835cc314d80cf@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Done! :-) Garrett Rooney wrote: > On 7/6/06, jmsnell@apache.org wrote: >> Author: jmsnell >> Date: Thu Jul 6 15:08:30 2006 >> New Revision: 419720 >> >> URL: http://svn.apache.org/viewvc?rev=419720&view=rev >> Log: >> Incorporates Retroweaver into the ant build. >> >> To run: ant -f build/build.xml retro >> >> Both the JDK 1.5 and JDK 1.4.2 jars will be in the "dist" folder, with >> the 1.4.2 jars suffixed with "retro". >> There is one additional dependency (retroweaver-rt-1.2.3.jar) for the >> 1.4.2 jars that is copied to the dist/lib directory. > > Umm, no argument against using retroweaver, but do we really want to > put a snapshot of it in our source tree? I'd be much more comfortable > with it living outside our tree, or pulling it in like any other > dependency or something like that... > > -garrett >