Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 95918 invoked from network); 4 Aug 2005 03:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2005 03:07:06 -0000 Received: (qmail 7082 invoked by uid 500); 4 Aug 2005 03:06:58 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 6997 invoked by uid 500); 4 Aug 2005 03:06:57 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 6889 invoked by uid 99); 4 Aug 2005 03:06:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2005 20:06:57 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of flamefew@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Aug 2005 20:06:47 -0700 Received: by zproxy.gmail.com with SMTP id l1so169939nzf for ; Wed, 03 Aug 2005 20:06:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=gVjaHDkorcgk8pr2F2VblU5uHJykoyrB7FWDZVwKEPZ0r/lLsmtFGY/9iORpM4L8VhV5sp2VkItFQ4qoO9CNnSC9OlHXrrfxIu0q6wg3RyAcqWEsQH0uaeE9SH9CU/nV3yto9dJTbU7eZ8G+93ZdvjF5CT011NVUF9c5umf6kuA= Received: by 10.37.15.71 with SMTP id s71mr479030nzi; Wed, 03 Aug 2005 20:06:55 -0700 (PDT) Received: by 10.36.13.5 with HTTP; Wed, 3 Aug 2005 20:06:55 -0700 (PDT) Message-ID: <31cc373605080320067a2aef87@mail.gmail.com> Date: Wed, 3 Aug 2005 23:06:55 -0400 From: Henri Yandell To: Jakarta Commons Developers List Subject: Re: [ALL] Distributing an ide version In-Reply-To: <42F1603C.4010303@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42F1603C.4010303@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Not sure why we have two downloads anyway. The src is usually relatively small compared to the binary; is it to just to avoid confusing the user? Problem with Brett's 3-download approach is that when we say src we don't mean src, we mean buildable. Just having the src in a jar doesn't help somebody to build it. Still, I like that Maven will start distributing javadoc and src too; helps heavily with my vague wish to have all the versioned javadoc online. I long since stopped using either the src or the binary download. I get all my commons jars from either ibiblio or my local maven repository, and I use the online javadoc. :) Hen On 8/3/05, Brett Porter wrote: > Doesn't the source zip required by an IDE usually need to be baed at the > same level as a JAR? >=20 > ie > org/apache/commons/foo/Foo.java >=20 > where in -src that is usually under src/... >=20 > I'm not sure how that would site with an IDE though - perhaps include > both those JARs in a single -dev zip. >=20 > The approach we're taking with Maven is to publish a source JAR (and > Javadoc JAR) that accompanies the binary JAR. >=20 > - Brett >=20 > Gary Gregory wrote: >=20 > >+1. > > > >In my head I think of these pieces: > > > >commons-xxx-src.zip > > All sources needed to produce other pieces. > >commons-xxx-bin.zip > > Runtime only, no source, no Javadoc, just the *runtime*. > >commons-xxx-dev.zip (or ide) > > What I need to use the component for my development (source zip > >file and runtime). > > > >Which now that I've written it out matches what you've proposed I see > >;-) > > > >Gary > > > > > > > >>-----Original Message----- > >>From: Stephen Colebourne [mailto:scolebourne@btopenworld.com] > >>Sent: Wednesday, August 03, 2005 4:46 PM > >>To: Jakarta Commons Developers List > >>Subject: [ALL] Distributing an ide version > >> > >>Currently we make available two versions, src and bin. > >> > >>The src contains all the source code and xdocs. Occaisionaly the jar > >>file is included (this is a related issue to this email thread). > >> > >>The bin contains the jar file, and the javadoc. > >> > >>Yet, whenever I download a commons package I always find myself > >>downloading both - the bin to get the jar, and the src to get the > >> > >> > >source > > > > > >>to attach within my IDE (Eclipse). > >> > >>So, maybe we should consider having an ide download. This would > >> > >> > >contain > > > > > >>the jar and the zipped src (no xdoc or package.html etc). This would > >> > >> > >be > > > > > >>a smaller download than either current dist, yet provide everything > >> > >> > >most > > > > > >>users need, and without two downloads. > >> > >>Am I talking rubbish? Would you download a commons-xxx-ide.zip? Is it > >>worth the effort? > >> > >>Stephen > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > >>For additional commands, e-mail: commons-dev-help@jakarta.apache.org > >> > >> > >> > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > >For additional commands, e-mail: commons-dev-help@jakarta.apache.org > > > > > > > > >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org