Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 73025 invoked by uid 500); 1 Jun 2001 05:46:11 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 73007 invoked from network); 1 Jun 2001 05:46:10 -0000 Message-ID: <022201c0ea5d$da36b390$3205c23e@bartguijt> From: "Bart Guijt" To: Subject: [C2] [patch] dist-tgz target in build.xml now handles files longer than 100 chars correctly Date: Fri, 1 Jun 2001 07:43:57 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_021F_01C0EA6E.9D9650B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ------=_NextPart_000_021F_01C0EA6E.9D9650B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi all, Yesterday I tried to build a source distro, which was not created successfully due to the handling of long filenames - tar doesn't accept files longer than 100 chars correctly. This patch simply adds the attribute 'longfile="gnu"' to the tar task. Ciao! - Bart Guijt (PS: There is another 'bug' in the buildfile: Issueing the command 'build src-tgz' twice gives an arror at the second invocation: "D:\java\apache\xml\xml-cocoon2\build.xml:693: A tar file cannot include itself" - so any existing tar file should be deleted first.) ------=_NextPart_000_021F_01C0EA6E.9D9650B0 Content-Type: text/plain; name="diff.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="diff.txt" Index: build.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/cvspublic/xml-cocoon2/build.xml,v retrieving revision 1.4 diff -u -r1.4 build.xml --- build.xml 2001/05/22 14:30:20 1.4 +++ build.xml 2001/06/01 05:35:24 @@ -690,7 +690,7 @@ - + =20 ------=_NextPart_000_021F_01C0EA6E.9D9650B0 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org ------=_NextPart_000_021F_01C0EA6E.9D9650B0--