Hi everyone, I'm trying to compile the trunk (I also tried the same on 2.0.0), but I get the following error:
[INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /data/home/stephen/Code/OpenJPA/openjpa/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestTypesafeCriteria.java:[984,18] cannot find symbol symbol : method isMember(javax.persistence.criteria.Path<java.lang.String>,javax.persistence.criteria.Expression<java.util.Set<java.lang.Object>>) location: interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder /data/home/stephen/Code/OpenJPA/openjpa/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestTypesafeCriteria.java:[1063,18] cannot find symbol symbol : method isNotMember(javax.persistence.criteria.Path<java.lang.String>,javax.persistence.criteria.Expression<java.util.Set<java.lang.Object>>) location: interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder /data/home/stephen/Code/OpenJPA/openjpa/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestTypesafeCriteria.java:[1140,18] cannot find symbol symbol : method isMember(javax.persistence.criteria.Path<org.apache.openjpa.persistence.criteria.Photo>,javax.persistence.criteria.Expression<java.util.Collection<java.lang.Object>>) location: interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder /data/home/stephen/Code/OpenJPA/openjpa/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/criteria/TestTypesafeCriteria.java:[1220,18] cannot find symbol symbol : method isNotMember(javax.persistence.criteria.Path<org.apache.openjpa.persistence.criteria.Photo>,javax.persistence.criteria.Expression<java.util.Collection<java.lang.Object>>) location: interface org.apache.openjpa.persistence.criteria.OpenJPACriteriaBuilder I've tried the -DskipTests, -DfailIfNoTests=false, etc. mvn compile works fine, but package and install do not. The same error occurs when I try to compile the 2.0.0 tag as well. Am I missing some sort of step? I've tried purging my entire maven local repository, and cleaned and re-built, etc. Thanks, atanamir -- View this message in context: http://openjpa.208410.n2.nabble.com/Compiling-Trunk-tp5028680p5028680.html Sent from the OpenJPA Developers mailing list archive at Nabble.com.
