Do you see something like - > Caused by: java.io.FileNotFoundException: > (Too many open files)
in the stack trace? If so and you're on a Unix/Linux system, you need o increase the number of file handles. If not, what version of Maven and Java are you using? -Donald On 5/9/10 11:15 PM, atanamir wrote: > > 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
