openjpa-slice build fails due to tests relying on
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java
----------------------------------------------------------------------------------------------------------------------------------------------
Key: OPENJPA-954
URL: https://issues.apache.org/jira/browse/OPENJPA-954
Project: OpenJPA
Issue Type: Bug
Components: slice
Affects Versions: 2.0.0
Reporter: Donald Woods
Assignee: Pinaki Poddar
Priority: Blocker
Fix For: 2.0.0
Starting with a clean checkout of trunk, openjpa-slice fails to build due to
openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/test/AllowFailure.java
is not available to the openjpa-slice tests to use and needs to be duplicated
into its src/test directory or moved to some common test support jar.
[INFO] Compiling 14 source files to
/Users/drwoods/openjpa/trunk/openjpa-slice/target/test-classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/Users/drwoods/openjpa/trunk/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java:[38,43]
package org.apache.openjpa.persistence.test does not exist
/Users/drwoods/openjpa/trunk/openjpa-slice/src/test/java/org/apache/openjpa/slice/TestQueryMultiThreaded.java:[47,1]
cannot find symbol
symbol: class AllowFailure
@AllowFailure(true)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.