From notifications-return-4571-apmail-ant-notifications-archive=ant.apache.org@ant.apache.org Tue Sep 09 07:30:40 2008 Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 39817 invoked from network); 9 Sep 2008 07:30:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Sep 2008 07:30:40 -0000 Received: (qmail 58746 invoked by uid 500); 9 Sep 2008 07:30:37 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 58702 invoked by uid 500); 9 Sep 2008 07:30:37 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 58693 invoked by uid 99); 9 Sep 2008 07:30:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 00:30:37 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Sep 2008 07:29:46 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 1323E234C1D6; Tue, 9 Sep 2008 00:29:47 -0700 (PDT) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 43114] package-info.java repeatedly compiled X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: mnovotny@redhat.com X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.7.1 X-Bugzilla-Changed-Fields: CC Severity In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20080909072948.1323E234C1D6@brutus.apache.org> Date: Tue, 9 Sep 2008 00:29:47 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=43114 Marek Novotny changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mnovotny@redhat.com Severity|minor |major --- Comment #11 from Marek Novotny 2008-09-09 00:29:46 PST --- (In reply to comment #8) > Our build scenario is as follows: > > 1. Copy the complete source tree to a temporary location. > 2. Compile everything in the temporary location. > > After upgrading from 1.7.0 to 1.7.1, our package-info.java files don't get > compiled any more, and this breaks our JAXB code. The reason for this may be > because the copy preserves the file timestamps but not the folder timestamps, > the latter are therefore more recent. Due to this change in behavior, we cannot > use 1.7.1 at this point. > > With all this said, I personally don't understand how this change went into > 1.7.1. Peter Reilly stated on April 18 that the change committed introduced > serious regression and that this had to be resolved before releasing 1.7.1. I > suspect this has not been done because the bug is still open. > > I strongly urge you to reconsider the changes for 1.7.2. > I have the similar issue, I tried build with ant 1.7.1 and some package-info.java files weren't compiled at all even if in debug log ant says that this file will be compiled. Concrete compiled class isn't there, I mean in output dir for compiled classes. Ant 1.7.0 works fine. I can't believe that this change is only marked as minor, because for me it is blocker for using 1.7.1 version. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.