You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by Ole Solberg <Ol...@Sun.COM> on 2005/08/31 09:05:44 UTC

Build fails on trunk after update to rev. 264947

compilet1:
     [javac] Compiling 25 source files to 
/where/usernn/Apache/TinderBox_Derby/trunk/classes
     [javac] 
/where/usernn/Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java:44: 
cannot resolve symbol
     [javac] symbol  : class BigDecimalHandler
     [javac] location: package util
     [javac] import 
org.apache.derbyTesting.functionTests.util.BigDecimalHandler;
     [javac]                                                   ^
     [javac] 
/where/usernn/Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java:224: 
cannot resolve symbol
     [javac] symbol  : variable BigDecimalHandler
     [javac] location: class 
org.apache.derbyTesting.functionTests.tests.jdbcapi.resultset
     [javac] 											BigDecimalHandler.getBigDecimalString(rs,i));
     [javac] 
                              ^
.
.
     [javac] 7 errors
     [javac] 6 warnings
     [javac] Compile failed; see the compiler error output for details.


-- 
Ole Solberg, Database Technology Group,
Sun Microsystems, Trondheim, Norway

Re: Build fails on trunk after update to rev. 264947

Posted by Kathey Marsden <km...@sbcglobal.net>.
Ole Solberg wrote:

>  /where/usernn/Apache/TinderBox_Derby/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/resultset.java:44:
> cannot resolve symbol
>     [javac] symbol  : class BigDecimalHandler

Checked this file  in. Sorry for the trouble.  Does anyone know a way in
Eclipse to have the svn add for new files  happen automatically when you
apply the patch?