Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 93500 invoked from network); 14 Sep 2007 18:11:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Sep 2007 18:11:15 -0000 Received: (qmail 70249 invoked by uid 500); 14 Sep 2007 18:11:08 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 69806 invoked by uid 500); 14 Sep 2007 18:11:07 -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 69795 invoked by uid 99); 14 Sep 2007 18:11:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 11:11:07 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulschein@gmail.com designates 64.233.166.179 as permitted sender) Received: from [64.233.166.179] (HELO py-out-1112.google.com) (64.233.166.179) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 18:11:05 +0000 Received: by py-out-1112.google.com with SMTP id p76so1992421pyb for ; Fri, 14 Sep 2007 11:10:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=texptnCJVlQLD/XH5s/97UggGrURn/TpT00mnzfz4OU=; b=lFAbarH1JgtO4v/4wkeLn27KQwYe0KbmPwXyzo1vHPDwX0SwZyhdmp1B8Kkh9wVps2e3maEpdxbnqUQVGrXMHyuLCHroBb41dWMIItN3mCFrgeLyhNy4cGUORmFVj/wM3uwRFseoQGUepWxz1awfgzpjPldiD5q4YxDRS5MovFM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qVe2iLDdduLdZHy8o5bUuaB6Gy8LeKsTNaHe/5BouovwMuXs2U7WkeqeYN/2aRvtFLbBEDcc1biKzLh/6JU4HHIdcaXdAPbWvHfx289JglL60/8p84LpEb4MnEIYtBB8XRD3a6lD3lzNU0DA8h1K6jDgOd90Pwx2wCazQwH9Ddc= Received: by 10.64.153.4 with SMTP id a4mr4738574qbe.1189793442134; Fri, 14 Sep 2007 11:10:42 -0700 (PDT) Received: by 10.64.47.11 with HTTP; Fri, 14 Sep 2007 11:10:42 -0700 (PDT) Message-ID: Date: Fri, 14 Sep 2007 19:10:42 +0100 From: "Paulo Jesus" To: "Derby Discussion" Subject: Re: Derby 10.3.1.4 compiling problems In-Reply-To: <46EAB6F8.8070801@sbcglobal.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46EA9DAD.3040501@Sun.com> <46EAB6F8.8070801@sbcglobal.net> X-Virus-Checked: Checked by ClamAV on apache.org 2007/9/14, Kathey Marsden : > 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 > Compiling this ways it works. Is like doing "ant clean" instead "ant clobber". The second run of "ant " or "ant all" fails with the error i talked before. This way I have trouble watching if there is errors on compiling, because i can't run "ant " again before doing a clean. This means that i have many lines to analyze. Should be a better way to do this. I have also errors generating javadoc of engine. It cat be related to jars configuration. I will see this later. Thanks > change your classpath to point to the jars/insane location. > > Kathey > > >