Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 73873 invoked from network); 2 Jul 2006 23:00:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jul 2006 23:00:04 -0000 Received: (qmail 42485 invoked by uid 500); 2 Jul 2006 23:00:03 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 42449 invoked by uid 500); 2 Jul 2006 23:00:03 -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 42426 invoked by uid 99); 2 Jul 2006 23:00:02 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 16:00:02 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sanketsharma@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jul 2006 16:00:01 -0700 Received: by nf-out-0910.google.com with SMTP id a4so623657nfc for ; Sun, 02 Jul 2006 15:59:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=syGhFzHzizqm/4OYNBxBwkK2eG7fx1p5X396vQlqyDyuvGW+BUkxKj3s+lMfvB/ZqW7bJQvgE5L/8ytStv7M8lvAxoM155w0PYeeJPdCI+JoXyh5GEbNqg2zenjIyL21JtcM1XooifqKk0rj40KjGqcpz7TH6RbHaYruQ0KJyrc= Received: by 10.78.165.16 with SMTP id n16mr750720hue; Sun, 02 Jul 2006 15:59:40 -0700 (PDT) Received: by 10.78.26.16 with HTTP; Sun, 2 Jul 2006 15:59:40 -0700 (PDT) Message-ID: Date: Mon, 3 Jul 2006 04:29:40 +0530 From: "Sanket Sharma" To: derby-dev@db.apache.org Subject: Build problems.. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I downloaded the source file derby-10.1.2.1-src. While trying to build the file, I get the following: compile_types: [javac] Compiling 42 source files to C:\soc\db-derby-10.1.2.1-src\db-derby-1 0.1.2.1-src\classes [javac] C:\soc\db-derby-10.1.2.1-src\db-derby-10.1.2.1-src\java\engine\org\a pache\derby\iapi\types\BigIntegerDecimal.java:459: cannot access java.lang.Strin gBuilder [javac] file java\lang\StringBuilder.class not found [javac] ("DECIMAL/NUMERIC("+desi redPrecision+","+desiredScale+")")); [javac] ^ BUILD FAILED C:\soc\db-derby-10.1.2.1-src\db-derby-10.1.2.1-src\build.xml:283: The following error occurred while executing this line: C:\soc\db-derby-10.1.2.1-src\db-derby-10.1.2.1-src\java\engine\build.xml:61: The following error occurred while executing this line: C:\soc\db-derby-10.1.2.1-src\db-derby-10.1.2.1-src\java\engine\org\apache\derby\ iapi\build.xml:47: The following error occurred while executing this line: C:\soc\db-derby-10.1.2.1-src\db-derby-10.1.2.1-src\java\engine\org\apache\derby\ iapi\types\build.xml:50: Compile failed; see the compiler error output for detai ls. Can anyone help?? Regards, Sanket