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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 >> >>
