build broken

2010-02-23 Thread Rick Hillegas
I have just sync'd to the head of the trunk and the build is now broken for me: [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [java] Warning: Lookahead adequacy checking not being performed since option

Re: build broken

2010-02-23 Thread Rick Hillegas
May be related to my foolishly letting my machine apply suggested updates from the manufacturer yesterday. Sigh. Rick Hillegas wrote: I have just sync'd to the head of the trunk and the build is now broken for me: [javac] Note: Some input files use or override a deprecated API. [javac]

Re: build broken

2010-02-23 Thread Knut Anders Hatlen
Rick Hillegas richard.hille...@sun.com writes: I have just sync'd to the head of the trunk and the build is now broken for me: [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [java] Warning: Lookahead

Re: build broken

2010-02-23 Thread Rick Hillegas
Knut Anders Hatlen wrote: Rick Hillegas richard.hille...@sun.com writes: I have just sync'd to the head of the trunk and the build is now broken for me: [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details.

build broken?

2007-04-25 Thread Dag H. Wanvik
I just updated to svn 532557; my build fails on ResultSetStreamTest.java: [javac] /export/home/tmp/derby/sb/sb2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetStreamTest.java:47: package org.apache.derbyTesting.functionTests.tests.jdbcapi.resultsetStream does

Re: build broken?

2007-04-25 Thread Myrna van Lunteren
On 4/25/07, Dag H. Wanvik [EMAIL PROTECTED] wrote: I just updated to svn 532557; my build fails on ResultSetStreamTest.java: [javac] /export/home/tmp/derby/sb/sb2/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/ResultSetStreamTest.java:47: package

build broken for JDBC4?

2006-08-11 Thread Dag H. Wanvik
Is anyone else seeing this? compile_jdbc4: [javac] Compiling 21 source files to /home/dw136774/derby/trunk/classes [javac] /home/dw136774/derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbc4/JDBC40TranslationTest.java:39: cannot find symbol [javac] symbol :

Re: build broken for JDBC4?

2006-08-11 Thread Rick Hillegas
Hi Dag, This is DERBY-1530, for which I prepared a patch a week and a half ago. I am working on reapplying and testing this patch now that build 95 has gone public. Until I commit this work, please use an earlier version of Mustang. Regards, -Rick Dag H. Wanvik wrote: Is anyone else

Re: build broken for JDBC4?

2006-08-11 Thread Daniel John Debrunner
Rick Hillegas wrote: Hi Dag, This is DERBY-1530, for which I prepared a patch a week and a half ago. I am working on reapplying and testing this patch now that build 95 has gone public. Until I commit this work, please use an earlier version of Mustang. Is build 95 the version that

Re: build broken for JDBC4?

2006-08-11 Thread Rick Hillegas
Hi Dan, It's my understanding that build 95 carries the last signature changes for the JDBC4 spec. A tiny amount of javadoc polishing may still happen. So, barring some serious problem raised by Mustang testing, build 95 matches the JDBC4 spec that we're aiming at. Mustang does not go GA

Re: build broken?

2006-04-12 Thread Rick Hillegas
Hi Andrew, I thought that the mustang builds were generally available at http://download.java.net/jdk6/binaries/. Does this download site not work for you? Regards, -Rick Andrew McIntyre wrote: On 4/11/06, Myrna van Lunteren [EMAIL PROTECTED] wrote: I think the build may be broken. My

build broken?

2006-04-11 Thread Myrna van Lunteren
Hi, I think the build may be broken. My nightly cts-like tests all failed, as does our insane jar nightly with jdk15: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver revision is 393361. The only build errors I saw reported seem related to the *40 classes, I thought those

Re: build broken?

2006-04-11 Thread V.Narayanan
Hi Myrna, There was an email Rick sent regarding upgrading mustang to greater than b78 can you please check if your mustang version is greater than b78. THis is because the signature of the wrapper methods have changed recently thanx Narayanan Myrna van Lunteren wrote On 04/12/06 09:07,: Hi,

Re: build broken?

2006-04-11 Thread V.Narayanan
Hi Myrna, Apologies for the duplicate email but I did a svn update ant clobber ant all on a new workspace At revision 393374 it went through without build errors for me thanx Narayanan Myrna van Lunteren wrote On 04/12/06 09:07,: Hi, I think the build may be broken. My nightly cts-like

Re: build broken?

2006-04-11 Thread Andrew McIntyre
On 4/11/06, Myrna van Lunteren [EMAIL PROTECTED] wrote: I think the build may be broken. My nightly cts-like tests all failed, as does our insane jar nightly with jdk15: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver revision is 393361. The only build errors I saw

Build broken?

2005-06-02 Thread Dag H. Wanvik
Hi, I just did an update, clobber and build and now I can build anymore. I am seeing the problem below. I see this: Compiling 1 source file to /home/dw136774/myderby/trunk/classes /home/dw136774/myderby/trunk/java/client/org/apache/derby/jdbc/ClientXADataSource.java:39: cannot resolve symbol

Re: Build broken?

2005-06-02 Thread Satheesh Bandaram
It is not Dag's fault... I briefly broke the build... Now should be fixed now. Satheesh David Van Couvering wrote: Just did a fresh pull, ant clobber, ant all, and it works for me. Did you do an ant clobber? David Dag H. Wanvik wrote: Hi, I just did an update, clobber and build and