Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 98998 invoked from network); 6 Jul 2006 19:02:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Jul 2006 19:02:49 -0000 Received: (qmail 92401 invoked by uid 500); 6 Jul 2006 19:02:49 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 92237 invoked by uid 500); 6 Jul 2006 19:02:48 -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 92228 invoked by uid 99); 6 Jul 2006 19:02:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:02:48 -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 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jul 2006 12:02:47 -0700 Received: by ug-out-1314.google.com with SMTP id k3so2252458ugf for ; Thu, 06 Jul 2006 12:02:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jx2nc5APQgVbJGdDiRHSVCjtOBn/dsfZZtnS7Sg3R3cUIRO001A5pNEq5IKbk9OujwIh0HqzEzrNVfSeLEz9tIeZi2JRxlGEPlHr9Hn9fSCNVoMT5rl/e/NWyWsyN1rnL67N8YsHij3/I8sutkFRZOgVw7Nj60TarSlZNbLw7j0= Received: by 10.78.157.15 with SMTP id f15mr324660hue; Thu, 06 Jul 2006 12:02:26 -0700 (PDT) Received: by 10.78.26.16 with HTTP; Thu, 6 Jul 2006 12:02:26 -0700 (PDT) Message-ID: Date: Fri, 7 Jul 2006 00:32:26 +0530 From: "Sanket Sharma" To: derby-dev@db.apache.org Subject: Re: checkout out 10.2 source In-Reply-To: <44AB0CA7.4020809@Sun.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44AAC3E0.90704@bristowhill.com> <44AB0CA7.4020809@Sun.COM> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Build successfully :-) Thank you for the advice. There was some problem in the ant.properties and my classpath. Removed some uneeded entries and built was successful! Thank you once again. Regards, Sanket On 7/5/06, Kristian Waagan wrote: > Sanket Sharma wrote: > > Checked out trunk.. > > > > build fails with the following message : > > > > compile_iapi_jdbc_jsr169: > > [javac] Compiling 7 source files to C:\soc\derby\classes > > [javac] > > C:\soc\derby\java\engine\org\apache\derby\impl\jdbc\EmbedConnection. > > java:91: org.apache.derby.impl.jdbc.EmbedConnection is not abstract and > > does not > > override abstract method setSavepoint(java.lang.String) in > > java.sql.Connect > > [javac] public class EmbedConnection implements EngineConnection > > [javac] ^ > > [javac] 1 error > > > > BUILD FAILED > > C:\soc\derby\build.xml:285: The following error occurred while executing > > this li > > ne: > > > > I did not make any changes after downloading..is this piece of code > > being worked upon? > > Hello Sanket, > > This is just general information, not related to your specific build error. > > Derby have a model with contributers and committers. The contributers > upload patches attached to Jira issues describing what is being worked > on. The patches are reviewed by members of the community (all are > welcome to do this!). If there is no feedback, or one or more reviewers > suggest the patch is good, a committer applies the patch to the Derby > code base. > > Before the change is committed, Derby must be built and I believe it is > common practice for the committers to run derbyall or at least a smaller > subset of the tests before they commit the changes to the code base. > > Therefore, we very seldom have build breaks on the Derby repository code > base. It has happened, and it will surely happen again, but failures on > clean checkouts are generally caused by problems with the build environment. > > > More useful information can be found in the Derby Wiki: > http://wiki.apache.org/db-derby/DerbyCommitProcess > > > I just checked out the Derby code and built it without failures. > Can you provide some more information about your environment? > * operating system/platform > * ant version > * contents of ant.properties > * the ant build command used > * Java version > > Also, be sure to follow the instructions in BUILDING.txt to set up your > environment. > > > > Regards, > -- > Kristian > > > > > Regards, > > Sanket > > > > > > > > > > On 7/5/06, Jean T. Anderson wrote: > >> Sanket Sharma wrote: > >> > Is there a way I can check out 10.2 source? Are there any zip/tars > >> > available on the site? > >> > > >> > Is the trunk same as 10.2 source? > >> > >> Currently the 10.2 codeline is the trunk, but that is due to change in > >> August when 10.2 release activities start up. More info about 10.2 > >> release plans is at http://wiki.apache.org/db-derby/TenTwoRelease . > >> > >> You can download a 10.2 snapshot from here: > >> > >> http://db.apache.org/derby/derby_downloads.html#Snapshot+Jars > >> > >> Instructions for checking out the development trunk are here: > >> > >> http://db.apache.org/derby/derby_downloads.html#Development+trunk > >> > >> regards, > >> > >> -jean > >> > >> > >