Hi Andreas, I had similar issues today building stanbol, because I didn't have enough space disk and/or memory allocated to maven. Check your disk and the memory allocated to maven, it could solve your problem.
regards, Yannis. On Jul 6, 2011, at 9:28 PM, Andreas Kuckartz wrote: > $ mvn package > > has this result: > > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[43,31] > cannot find symbol > symbol : method hasPropertyIgnorecase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[44,35] > cannot find symbol > symbol : method hasPropertyIgnorecase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[45,39] > cannot find symbol > symbol : method hasPropertyIgnorecase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[72,46] > cannot find symbol > symbol : method getPropertyValueIgnoreCase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[80,45] > cannot find symbol > symbol : method getPropertyValueIgnoreCase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource > > /home/andreas/workspace/stanbol/factstore/src/main/java/org/apache/stanbol/factstore/model/Query.java:[85,45] > cannot find symbol > symbol : method getPropertyValueIgnoreCase(java.lang.String) > location: class org.apache.stanbol.commons.jsonld.JsonLdResource >
