Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 99609 invoked from network); 30 Jan 2008 01:13:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 01:13:59 -0000 Received: (qmail 98070 invoked by uid 500); 30 Jan 2008 01:13:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 97850 invoked by uid 500); 30 Jan 2008 01:13:49 -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 97461 invoked by uid 99); 30 Jan 2008 01:13:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2008 17:13:48 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [63.82.107.6] (HELO red.amberpoint.com) (63.82.107.6) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 01:13:22 +0000 Received: from [127.0.0.1] (bp-laptop.edgility.com [10.10.12.181]) by red.amberpoint.com (8.14.0/8.12.11) with ESMTP id m0U1DR7U004013 for ; Tue, 29 Jan 2008 17:13:27 -0800 (PST) Message-ID: <479FCF37.2060704@amberpoint.com> Date: Tue, 29 Jan 2008 17:13:27 -0800 From: Bryan Pendleton User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: Derby Dev Subject: Are SimpleApp.java and SimpleMobileApp.java missing package statements? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If I run "ant all" twice in a row in my environment, SimpleApp.java and SimpleMobileApp.java are always re-compiled. It seems like this may be because the directory structure of the source code indicates that SimpleApp.java should be in package 'simple', and SimpleMobileApp.java should be in package 'simplemobile', but in fact neither .java file contains a "package" statement. Do others experience this same behavior? thanks, bryan