Greetings,

I come back to trunk now and then again, hoping it would compile and I can take the newest of updates for a spin. But it never does :'(

So, could any one please tell us (me and other lurkers like me'self):
1) How are you guys building the trunk? Are you using Maven? May be a quick README in SVN would help. 2) The 1.1.0-snapshot publishing the Apache Snapshots repo doesn't seems to be working.

I am attaching the log that I see when I run 'mvn clean install' from the root project.

Appreciate any help.

Rahul
[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   OpenJPA
[INFO]   OpenJPA Utilities
[INFO]   OpenJPA Kernel
[INFO]   OpenJPA JDBC
[INFO]   OpenJPA XML Store
[INFO]   OpenJPA Slice
[INFO]   OpenJPA Aggregate Jar
[INFO]   OpenJPA Distribution
[INFO]   OpenJPA Integration Tests
[INFO]   OpenJPA Examples Integration Tests
[INFO]   OpenJPA JPA TCK Integration Tests
[INFO] 
----------------------------------------------------------------------------
[INFO] Building OpenJPA
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory C:\oss\openjpa\target
[INFO] Deleting directory C:\oss\openjpa\target\classes
[INFO] Deleting directory C:\oss\openjpa\target\test-classes
[INFO] Deleting directory C:\oss\openjpa\target\site
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing C:\oss\openjpa\pom.xml to 
c:\repository\org\apache\openjpa\openjpa-parent\1.1.0-SNAPSHOT\openjpa-parent-1.1.0-SNAPSHOT.pom
[INFO] 
----------------------------------------------------------------------------
[INFO] Building OpenJPA Utilities
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory C:\oss\openjpa\openjpa-lib\target
[INFO] Deleting directory C:\oss\openjpa\openjpa-lib\target\classes
[INFO] Deleting directory C:\oss\openjpa\openjpa-lib\target\test-classes
[INFO] Deleting directory C:\oss\openjpa\openjpa-lib\target\site
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 156 source files to C:\oss\openjpa\openjpa-lib\target\classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\util\concurrent\Utils.java:[203,22]
 sun.misc.Perf is Sun proprietary API and may be removed in a future release

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingCallableStatement.java:[49,7]
 org.apache.openjpa.lib.jdbc.DelegatingCallableStatement is not abstract and 
does not override abstract method setNClob(java.lang.String,java.io.Reader) in 
java.sql.CallableStatement

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\util\concurrent\Utils.java:[207,28]
 sun.misc.Perf is Sun proprietary API and may be removed in a future release

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\util\concurrent\Utils.java:[210,39]
 sun.misc.Perf is Sun proprietary API and may be removed in a future release

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingConnection.java:[47,7]
 org.apache.openjpa.lib.jdbc.DelegatingConnection is not abstract and does not 
override abstract method createStruct(java.lang.String,java.lang.Object[]) in 
java.sql.Connection

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingStatement.java:[37,7]
 org.apache.openjpa.lib.jdbc.DelegatingStatement is not abstract and does not 
override abstract method isPoolable() in java.sql.Statement

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingDataSource.java:[35,7]
 org.apache.openjpa.lib.jdbc.DelegatingDataSource is not abstract and does not 
override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingPreparedStatement.java:[51,7]
 org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement is not abstract and 
does not override abstract method setNClob(int,java.io.Reader) in 
java.sql.PreparedStatement

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingDatabaseMetaData.java:[31,7]
 org.apache.openjpa.lib.jdbc.DelegatingDatabaseMetaData is not abstract and 
does not override abstract method 
getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
 in java.sql.DatabaseMetaData

C:\oss\openjpa\openjpa-lib\src\main\java\org\apache\openjpa\lib\jdbc\DelegatingResultSet.java:[50,7]
 org.apache.openjpa.lib.jdbc.DelegatingResultSet is not abstract and does not 
override abstract method updateNClob(java.lang.String,java.io.Reader) in 
java.sql.ResultSet


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 seconds
[INFO] Finished at: Thu Feb 07 13:13:10 NZDT 2008
[INFO] Final Memory: 9M/29M
[INFO] ------------------------------------------------------------------------

Reply via email to