Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 48830 invoked from network); 14 Mar 2008 19:14:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 19:14:45 -0000 Received: (qmail 84021 invoked by uid 500); 14 Mar 2008 19:14:41 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 83947 invoked by uid 500); 14 Mar 2008 19:14:41 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 83930 invoked by uid 99); 14 Mar 2008 19:14:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 12:14:41 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [68.230.240.47] (HELO eastrmmtao105.cox.net) (68.230.240.47) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 19:13:50 +0000 Received: from eastrmimpo02.cox.net ([68.1.16.120]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080314191410.ISMB11989.eastrmmtao105.cox.net@eastrmimpo02.cox.net> for ; Fri, 14 Mar 2008 15:14:10 -0400 Received: from [192.168.0.100] ([24.255.120.190]) by eastrmimpo02.cox.net with bizsmtp id 17Dm1Z00K46aSr40000000; Fri, 14 Mar 2008 15:13:46 -0400 Message-Id: <37D59D9E-2F80-4C7B-9C53-464A282A44DB@reverycodes.com> From: Vadim Gritsenko To: dev@cocoon.apache.org In-Reply-To: <47DAC4FD.5050500@apache.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: "Normal" release artifacts Date: Fri, 14 Mar 2008 15:14:09 -0400 References: <47CFFEB2.6050104@apache.org> <47DAC4FD.5050500@apache.org> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Mar 14, 2008, at 2:33 PM, Reinhard Poetz wrote: > Reinhard Poetz wrote: >> I have started to write some Ant scripts to produce non-Maven >> release artifacts. This will of course help everybody who doesn't >> want to use Maven or Ivy for dependency management but will also >> bundle all the information that belongs together (src, binaries, >> docs, javadocs, licensing information). >> Most of the work has been finished but now I got stuck with the >> question if we should ship third-party libs or not. E.g. for the >> Spring configurator this would be everything listed at http://cocoon.apache.org/subprojects/configuration/1.0/spring-configurator/1.0/dependencies.html >> . The advantages are that the user gets everything that she needs >> but the disadvantages are that we would have to add all license >> files of all 3rd-party libs (AFAIK there is no automatic mechanism >> for that) and the download size would increase. And I think that in >> 2008 you shouldn't manage your library dependency graph manually >> anymore in your projects (Maven, Ivy, the Maven Ant tasks are of >> great help and at least the last one is very easy to use.) >> Finally, if we decide to ship 3rd party libs, one technical question: >> Am I right that there is no automatic mechanism for Ant or Maven >> that pulls together all license information of all 3rd-party libs? >> And, if we decide to not ship 3rd party libs, am I right that we >> don't have to add license files of them? (Otherwise all artifacts >> on the central Maven repository would be legally broken ...) >> Any comments? > > Anyone? > > If I don't hear anything I will *not* include any third-party stuff > (the only exception will be the getting-started stuff). > > Users will have to download all libraries themselves. IMHO what's good a downloadable release if 'cocoon.sh run' does not work? One of the points of such release is to make it one stop shop, to get everything up and running in one quick download. May be it's just me. Shrug. Vadim