Return-Path: X-Original-To: apmail-ant-user-archive@www.apache.org Delivered-To: apmail-ant-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4CCF186F9 for ; Wed, 12 Aug 2015 10:33:35 +0000 (UTC) Received: (qmail 86552 invoked by uid 500); 12 Aug 2015 10:33:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 86432 invoked by uid 500); 12 Aug 2015 10:33:29 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 86392 invoked by uid 99); 12 Aug 2015 10:33:28 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 10:33:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 7380FC0640; Wed, 12 Aug 2015 10:33:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-1.108, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PCwO690kE8ht; Wed, 12 Aug 2015 10:33:27 +0000 (UTC) Received: from mail-io0-f176.google.com (mail-io0-f176.google.com [209.85.223.176]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 1CCF82652E; Wed, 12 Aug 2015 10:33:27 +0000 (UTC) Received: by iods203 with SMTP id s203so15227905iod.0; Wed, 12 Aug 2015 03:33:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=q3jrHvH0HmgAeFHEhrIED5c+xVw7QUq2DyrWF6nQn/w=; b=A+uYCHgxToHaYT+Mzt71FcbVA57L1/sfUJZj+GkAda3RHa+DiKoHWugEeuIA4T82+t ayiapcTHG13HrxQz0Ijtm80FxBze+TyYaHufws8QY5R4ydt5BsbvJ3HE0JQxvA8Cx2lq 0vlhaNSOpuKw8KEPpP7W7jKHiYD4DoswE/TiB72TjtBqOJqHZN4nHh3DfggPBY/5Ozsr rmQimDfYcH7rZ0z9Lb0nSYTmDHE1NzsDXq7PLyx+KzVFcUpqiPhSjkG2wPaGsJ0QGK/v 0PEVt1ooTPKw9gaUczcwp85UvWjN3O/bHIHHekBbh7NCDABg4JKnN4VBhAZ2XaPUX4m3 TjRA== MIME-Version: 1.0 X-Received: by 10.107.154.82 with SMTP id c79mr30726393ioe.64.1439375606546; Wed, 12 Aug 2015 03:33:26 -0700 (PDT) Received: by 10.36.49.133 with HTTP; Wed, 12 Aug 2015 03:33:26 -0700 (PDT) In-Reply-To: <8738153k8b.fsf@v35516.1blu.de> References: <8738153k8b.fsf@v35516.1blu.de> Date: Wed, 12 Aug 2015 06:33:26 -0400 Message-ID: Subject: Re: [ANN] Apache Ant 1.9.6 Released From: aalok singhvi To: Ant Users List Cc: dev@ant.apache.org, announce@apache.org Content-Type: multipart/alternative; boundary=001a1140fa88ba08ff051d1abfa8 --001a1140fa88ba08ff051d1abfa8 Content-Type: text/plain; charset=UTF-8 Hello Everyone, I have a question. When i do an Ant FTP "get" why the file permissions are not reserved. Source location has all the permission ( r, w and x ). Once FTP is done the destination looses its permission. Any thoughts or ideas. Thanks Aalok On Fri, Jul 3, 2015 at 1:04 AM, Stefan Bodewig wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > The Apache Ant Team is pleased to announce the release of Apache Ant > 1.9.6. > > Version 1.9.6 fixes a regression in Ant's zip package introduced with > Ant 1.9.5. > > Apache Ant is a Java library and command-line tool that helps building > software. > > Source and binary distributions are available for download from the > Apache Ant download site: > > http://ant.apache.org/bindownload.cgi > http://ant.apache.org/srcdownload.cgi > > When downloading, please verify signatures using the KEYS file available > at the above location when downloading the release. > > Changes in this version include: > > Fixed bugs: > - ----------- > > * ArrayIndexOutOfBoundsException when ZIP extra fields are read and > the entry contains an UnparseableExtraField. > https://issues.apache.org/jira/browse/COMPRESS-317 > > Other changes: > - -------------- > > * Hidden resource is published now. It reads the > value of a specified java constant. > > For complete information on Ant, including instructions > on how to submit bug reports, patches, or suggestions for improvement, > see the Apache Ant website: > > http://ant.apache.org/ > > Stefan Bodewig, on behalf of the Apache Ant community > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAlWWF8kACgkQohFa4V9ri3JIvwCfYpoaggjPIM5I8G8IZo8m2ohK > gF4AoMjiz08Ls32vCMeklIjpVjSD85VV > =V41P > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@ant.apache.org > For additional commands, e-mail: user-help@ant.apache.org > > -- Aalok Singhvi --001a1140fa88ba08ff051d1abfa8--