Yep, me too.  Ton of errors with the latest updates...

On 9/7/06, Jacek Laskowski <[EMAIL PROTECTED]> wrote:

On 9/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Author: awhite
> Date: Thu Sep  7 10:51:05 2006
> New Revision: 441158
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=441158
> Log:
> Refactor JDBC query expression tree to allow greater concurrency and to
handle
> parameters in result clauses of projections.

Is it me who experiences troubles with building OpenJPA after the
refactoring?

[EMAIL PROTECTED] /cygdrive/c/oss/openjpa
$ svn up
At revision 441187.

[EMAIL PROTECTED] /cygdrive/c/oss/openjpa
$ mvn clean install
...
[INFO]
----------------------------------------------------------------------------
[INFO] Building OpenJPA JDBC
[INFO]    task-segment: [clean, install]
[INFO]
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\classes
[INFO] Deleting directory c:\oss\openjpa\openjpa-jdbc\target\test-classes
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 301 source files to c:\oss\openjpa\openjpa-jdbc\target\classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[62,43]
cannot find symbol
symbol  : class ExpContext
location: package org.apache.openjpa.jdbc.kernel.exps


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\sql\DBDictionary.java:[63,43]
cannot find symbol
symbol  : class ExpState
location: package org.apache.openjpa.jdbc.kernel.exps


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,43]
cannot find symbol
symbol  : class ExpContext
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[42,11]
cannot find symbol
symbol  : class ExpState
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,37]
cannot find symbol
symbol  : class ExpContext
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp


c:\oss\openjpa\openjpa-jdbc\src\main\java\org\apache\openjpa\jdbc\kernel\exps\Exp.java:[48,53]
cannot find symbol
symbol  : class ExpState
location: interface org.apache.openjpa.jdbc.kernel.exps.Exp
...

Jacek

--
Jacek Laskowski
http://www.laskowski.net.pl

Reply via email to