Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 98456 invoked from network); 14 Sep 2007 16:29:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2007 16:29:10 -0000 Received: (qmail 39138 invoked by uid 500); 14 Sep 2007 16:29:02 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 38966 invoked by uid 500); 14 Sep 2007 16:29:02 -0000 Mailing-List: contact derby-user-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Discussion" Delivered-To: mailing list derby-user@db.apache.org Received: (qmail 38955 invoked by uid 99); 14 Sep 2007 16:29:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 09:29:02 -0700 X-ASF-Spam-Status: No, hits=-2.8 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [32.97.182.142] (HELO e2.ny.us.ibm.com) (32.97.182.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 16:30:42 +0000 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e2.ny.us.ibm.com (8.13.8/8.13.8) with ESMTP id l8EGSbsv018205 for ; Fri, 14 Sep 2007 12:28:37 -0400 Received: from d01av02.pok.ibm.com (d01av02.pok.ibm.com [9.56.224.216]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l8EGSbx2637590 for ; Fri, 14 Sep 2007 12:28:37 -0400 Received: from d01av02.pok.ibm.com (loopback [127.0.0.1]) by d01av02.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l8EGSbK1019948 for ; Fri, 14 Sep 2007 12:28:37 -0400 Received: from [127.0.0.1] (dyn9072134081.usca.ibm.com [9.72.134.81]) by d01av02.pok.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id l8EGSZPL019566 for ; Fri, 14 Sep 2007 12:28:36 -0400 Message-ID: <46EAB6F8.8070801@sbcglobal.net> Date: Fri, 14 Sep 2007 09:29:44 -0700 From: Kathey Marsden User-Agent: Thunderbird 1.5.0.13 (Windows/20070809) MIME-Version: 1.0 To: Derby Discussion Subject: Re: Derby 10.3.1.4 compiling problems References: <46EA9DAD.3040501@Sun.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Paulo Jesus wrote: > The problem seems to start after, or inside, the first run of "ant "... > > Derby does not have a dependency based build. I always do an ant clobber between builds. If it builds cleanly after an "ant clobber" then that is good. The problem you reported with the scripts is likely because you are using $DERBY_HOME/classes instead of jars. I don't know when/why network server was changed to require jars, but to run it these days I have to remove the old jars and build the jars, "ant buildjars" after ant all and of course change my CLASSPATH to point to the jar location. So short story... ant clobber ant all rm -rf jars/insane/* ant buildjars change your classpath to point to the jars/insane location. Kathey