Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 99098 invoked from network); 20 Feb 2008 13:37:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Feb 2008 13:37:10 -0000 Received: (qmail 33189 invoked by uid 500); 20 Feb 2008 13:36:57 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 33119 invoked by uid 500); 20 Feb 2008 13:36:57 -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 33104 invoked by uid 99); 20 Feb 2008 13:36:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2008 05:36:57 -0800 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; Wed, 20 Feb 2008 13:36:10 +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 <20080220133630.FVAH20314.eastrmmtao105.cox.net@eastrmimpo02.cox.net> for ; Wed, 20 Feb 2008 08:36:30 -0500 Received: from [192.168.0.100] ([24.255.120.190]) by eastrmimpo02.cox.net with bizsmtp id rpcL1Y00E46aSr40000000; Wed, 20 Feb 2008 08:36:20 -0500 Message-Id: From: Vadim Gritsenko To: dev@cocoon.apache.org In-Reply-To: <20080216173636.8F5A01A9832@eris.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: svn commit: r628365 - in /cocoon/trunk/tools/release-builder: ./ build.xml Date: Wed, 20 Feb 2008 08:36:29 -0500 References: <20080216173636.8F5A01A9832@eris.apache.org> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org On Feb 16, 2008, at 12:36 PM, reinhard@apache.org wrote: > start with an Ant script that creates the distribution artifacts for > Non-Maven Cocoon releases Just wondering - why not assembly plugin? "Do you want to create a binary distribution from a Maven project that includes supporting scripts, configuration files, and all runtime dependencies? You need to use the Assembly Plugin to create a distribution for your project." Vadim