Return-Path: Delivered-To: apmail-db-derby-user-archive@www.apache.org Received: (qmail 9859 invoked from network); 23 Nov 2007 22:05:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Nov 2007 22:05:52 -0000 Received: (qmail 47039 invoked by uid 500); 23 Nov 2007 22:05:36 -0000 Delivered-To: apmail-db-derby-user-archive@db.apache.org Received: (qmail 46844 invoked by uid 500); 23 Nov 2007 22:05:35 -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 46802 invoked by uid 99); 23 Nov 2007 22:05:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 14:05:35 -0800 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 m.v.lunteren@gmail.com designates 66.249.92.169 as permitted sender) Received: from [66.249.92.169] (HELO ug-out-1314.google.com) (66.249.92.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Nov 2007 22:05:15 +0000 Received: by ug-out-1314.google.com with SMTP id s2so579370uge for ; Fri, 23 Nov 2007 14:05:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=SYv3P7jZNPi7nDgG5ZCyHEW9tSJjMSMqopaObD2FG4I=; b=BiKwt9XmggH0xLVfGXqADGv0TM6EKcNAMGNB3XkzD/O4wQrSftOHTvPNuqK6Iebi7rR2Puyw/buiyO2dbABdVUyCx0eydLYs8KWCHMP9++wfwZ01lLMwZMamFM3nzRwpoNXaGliOPKHFT0fnVu4PUM8ojyA+uOIisaE6FNMe72c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=dOrv6sVZdUuv5/EdFQ/sVUXfkeVR03chrOl1N0IEJzehIr7/mgjSOwTPWtDwpBm86AzYXG/LKphHsuAZz5YCNT71I+uvtPG3QnL4EY+wLfgT/gsMTIKOEfcB0zL4Lec2iRbw9GyzyGHMsrIFvG89fFYg0gYbIaDQdiwl7TuxUx4= Received: by 10.78.138.6 with SMTP id l6mr11614442hud.1195855513931; Fri, 23 Nov 2007 14:05:13 -0800 (PST) Received: by 10.78.161.20 with HTTP; Fri, 23 Nov 2007 14:05:13 -0800 (PST) Message-ID: Date: Fri, 23 Nov 2007 14:05:13 -0800 From: "Myrna van Lunteren" To: "Derby Discussion" Subject: Re: error_building In-Reply-To: <779433.35434.qm@web90414.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <779433.35434.qm@web90414.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org On 11/23/07, spark man wrote: > Hi! > This is Naresh.I want to contribute in Apache Derby project. Just now I > completed my M.C.A(Master of Computer Application). > I down load the source code for the Apache Derby, while I building the > Apache Derby I got one error please give a solution for this. > > My Error is > "E:\antproject\db-derby-10.3.1.4-src\java\engine\org\apache\derby\loc\build.xml" > "taskdef class org.apaceh.derbyBuild.MessageBuilder cannot > be found. Welcome! We've had some other people seemingly run into that error...It's usually some detail in the setup that causes the build to fail. I assume you read carefully the BUILDING.txt. (should be at e:\antproject\db-derby-10.3.1.4-src). So...some questions; is this the only error you see? Do you have proceed=true in $HOME/ant.properties? Are you using an IDE? Does this happen the very first time you build? Do you have ANT_HOME set? JAVA_HOME? Myrna