Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 33444 invoked from network); 10 Oct 2009 11:03:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Oct 2009 11:03:47 -0000 Received: (qmail 31052 invoked by uid 500); 10 Oct 2009 11:03:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 30962 invoked by uid 500); 10 Oct 2009 11:03:46 -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 30952 invoked by uid 99); 10 Oct 2009 11:03:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2009 11:03:46 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yildizozgur@gmail.com designates 209.85.219.219 as permitted sender) Received: from [209.85.219.219] (HELO mail-ew0-f219.google.com) (209.85.219.219) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Oct 2009 11:03:36 +0000 Received: by ewy19 with SMTP id 19so7835518ewy.28 for ; Sat, 10 Oct 2009 04:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=XaSwGmHb7H6MUrE1GVTIflT2EgWwCglyhsPLbrgDN9w=; b=wNxjciZpRqSHKuGIzbnn1hxslJofGSazormpRyTRsmqg0L0atXpM/X2wqc+tRSRP1w Z2H3vpsA1QwyrY/AN1AsC960cfUAT+9YcVJQs26s6D0oURrkSAqHxQoT6Jxd52lzvuXc U9Yj7iie302yCpjd9Oq5TVuuJQjlYuft958ek= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qbv49gmdtIi33b1yIkPIMoMERyq35YuL5TFimoSBsQYZaPDuBHBzirahdH7XFw0qUo 1ZWGLw/xM8CFeDAJWliRI8DttlJZ+SvIeiPhQffil2Q+ZEX5zr6I8MUfIEnALkk+/NrR +OBdU6osUQtwIiLxgGZCpL2kszx342GF8udco= MIME-Version: 1.0 Received: by 10.210.7.21 with SMTP id 21mr1443355ebg.66.1255172596809; Sat, 10 Oct 2009 04:03:16 -0700 (PDT) Date: Sat, 10 Oct 2009 14:03:16 +0300 Message-ID: <3385f5510910100403v4767d5f7s476c9cfcb6a4921e@mail.gmail.com> Subject: archive tasks make output in different size From: =?ISO-8859-9?B?9npn/HIgef1sZP16?= To: user@ant.apache.org Content-Type: multipart/alternative; boundary=000e0ce04450c3c309047592a446 X-Virus-Checked: Checked by ClamAV on apache.org --000e0ce04450c3c309047592a446 Content-Type: text/plain; charset=ISO-8859-1 hi all,I use Apache Ant version 1.7.0. And I use ant archive tasks to get ABC.ear. I need to compare size of output archives(ABC.ear) with older one in order to realize any of changes. When I run the build.xml one after another(the same build.xml), Although there is no file is edited or added or replaced, my ear file size is changed. Is there any problem with , tasks archiving method? is this a bug? Best regards. --000e0ce04450c3c309047592a446--