Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 78422 invoked from network); 19 Oct 2010 22:35:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Oct 2010 22:35:47 -0000 Received: (qmail 94431 invoked by uid 500); 19 Oct 2010 22:35:47 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 94403 invoked by uid 500); 19 Oct 2010 22:35:47 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 94396 invoked by uid 99); 19 Oct 2010 22:35:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 22:35:47 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Oct 2010 22:35:47 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9JMZQuh010199 for ; Tue, 19 Oct 2010 22:35:27 GMT Message-ID: <4907828.58151287527726976.JavaMail.jira@thor> Date: Tue, 19 Oct 2010 18:35:26 -0400 (EDT) From: "Dag H. Wanvik (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-4845) Improve the dependency tracking for our build targets In-Reply-To: <26098166.112841286976993215.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DERBY-4845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922760#action_12922760 ] Dag H. Wanvik commented on DERBY-4845: -------------------------------------- Thanks, Knut! Another build anomaly I noticed: a) ant clobber b) introduce a syntax error to a file in org.apache.derby.iapi.util, e.g. ByteArray.java c) ant all, build stops d) correct error e) ant all now fails with this error: C:\cygwin\home\dag\java\sb\sb1\generated\java\org\apache\derby\impl\sql\compile\SQLParser.java:25: package org.apache.derby.iapi.sql does not exist [javac] import org.apache.derby.iapi.sql.Statement; f) ant clobber all makes all ok again > Improve the dependency tracking for our build targets > ----------------------------------------------------- > > Key: DERBY-4845 > URL: https://issues.apache.org/jira/browse/DERBY-4845 > Project: Derby > Issue Type: Bug > Components: Build tools > Reporter: Rick Hillegas > Attachments: check-build.ksh, tools-i18n.diff > > > Derby is supposed to have an incremental build. That is, if you change a file, then the following command should recompile the file: > ant all > There are several places in the graph of Derby build targets where this is not true. If you change a file in certain packages, a subsequent "ant all" won't notice the change. This issue is a place where we can track these bugs. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.