Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 70374 invoked from network); 3 Jan 2008 01:11:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jan 2008 01:11:56 -0000 Received: (qmail 54669 invoked by uid 500); 3 Jan 2008 01:11:44 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 54606 invoked by uid 500); 3 Jan 2008 01:11:44 -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 54595 invoked by uid 99); 3 Jan 2008 01:11:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Jan 2008 17:11:44 -0800 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 solprovider@gmail.com designates 72.14.220.152 as permitted sender) Received: from [72.14.220.152] (HELO fg-out-1718.google.com) (72.14.220.152) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2008 01:11:21 +0000 Received: by fg-out-1718.google.com with SMTP id e21so2876052fga.14 for ; Wed, 02 Jan 2008 17:11:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=vM09Z5W6eDm4kPWy7Fa5larY50DeytUDwqOidFBZDAw=; b=mn30qHUfFZI/RshzHPC4UxKczwgVdRQ+n3qrmImJy4qo5fkyLGTBOFi1vMyvZDEKy6sZylqhFCQQISuoQY7hEsTanb6LJDglXWDwll3zvkltchwqghZiQyUD+iH/uIuzjkX0fr1/VddrN6K80LrxMIO4MGvjMd0f46PG9zKST4Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=lMsfCWidJoVMqeXtdiIU2WTACdjwmqMv5aUmmP+atam3zzIAF/ScLuR9rO4pOVRSVT9Aq0DbaA5yMegM+0I8YeUJhYueV9z63R0sJ7Sp/BAEno7RtXfPYdib8efvcGiDpgSgXrngrrQ9PoNxm2PXm5Jks1T0nVfExQ6mQMCw75o= Received: by 10.86.99.9 with SMTP id w9mr15052208fgb.22.1199322684989; Wed, 02 Jan 2008 17:11:24 -0800 (PST) Received: by 10.86.52.8 with HTTP; Wed, 2 Jan 2008 17:11:24 -0800 (PST) Message-ID: Date: Wed, 2 Jan 2008 20:11:24 -0500 From: solprovider@apache.org Sender: solprovider@gmail.com To: dev@cocoon.apache.org Subject: Re: [Vote] Cocoon Release 2.1.11 In-Reply-To: <4778B92D.7000608@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4778B92D.7000608@apache.org> X-Google-Sender-Auth: c817301f8b0bcd86 X-Virus-Checked: Checked by ClamAV on apache.org On 12/31/07, Carsten Ziegeler wrote: > I've put up the 2.1.11 release at: > http://people.apache.org/~cziegeler/releases/cocoon/ > Please check, verify and cast your votes. > > Thanks > Carsten Ziegeler In cocoon-2.1.11-src.zip, the EOLs are Unix format for tools\bin\*.bat and every *.txt file in any directory. The EOLs are MS-DOS format for build.bat and cocoon.bat. Build.bat is not usable because it calls the wrongly-formatted incomprehensible batch files in tools\bin. ant.bat, antRun.bat, appendcp.bat, and lcp.bat should be formatted with MS-DOS line breaks. This issue may not be considered a blocker since the the formatting has been wrong in every release of Cocoon that I have seen. I did not check the tar.gz. Anybody understanding tar.gz files is also likely to know the dos2unix command. solprovider