dev@jsf-extensions.java.net

Problem building from the trunk

From: Brett M. Bergquist <bbergquist_at_canoga.com>
Date: Tue, 29 Jan 2008 11:05:26 -0500

I just retrieved the trunk source from SVN and when I run "mvn", I get
the following build error:

[INFO] [compiler:compile]
[INFO] Compiling 38 source files to C:\svn\code\test-time\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

C:\svn\code\test-time\src\main\java\com\sun\faces\mock\MockResultSet.java:[61,7]
 com.sun.faces.mock.MockResultSet is not abstract and does not override
abstract
 method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet

C:\svn\code\test-time\src\main\java\com\sun\faces\mock\MockResultSetMetaData.jav
a:[48,7] com.sun.faces.mock.MockResultSetMetaData is not abstract and
does not o
verride abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper

Any ideas on how to work around this?

Brett