Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 25695 invoked from network); 26 Oct 2006 06:26:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 06:26:31 -0000 Received: (qmail 86288 invoked by uid 500); 24 Oct 2006 07:14:36 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 86260 invoked by uid 500); 24 Oct 2006 07:14:36 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 86223 invoked by uid 99); 24 Oct 2006 07:14:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 00:14:36 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2006 00:14:24 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 077FC7141E3; Tue, 24 Oct 2006 00:13:25 -0700 (PDT) From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 40810] New: - Zipfileset: optionally include added dir as entry Message-ID: X-Bugzilla-Reason: AssignedTo Date: Tue, 24 Oct 2006 00:13:25 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=40810 Summary: Zipfileset: optionally include added dir as entry Product: Ant Version: 1.6.5 Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Other AssignedTo: dev@ant.apache.org ReportedBy: l.monsees@atlantisgmbh.de Hi, it would be nice if zipfilesets would have the option to include the added dir as a dir entry in the zipfile, not only the contents. Example: I want to add my "src" dir into the zipfile and inside the zipfile it should also reside in a "src" dir. Therefore, I have to specify the prefix attribute: If ${src} would only contain "src" without leading path, I could also use the property for the prefix, but if this was not the case, I�d have to use a separate property. Lars -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org