I'm trying to build from source tree, but using the postgresql database backend. I did alter the pom.xml file to use what I think are correct values, but the build produces this:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project simdk-db: Compilation failure: Compilation failure:
/home/kdart/src/simdk/trunk/db/src/main/java/com/hyper9/simdk/db/HibernateUtil.java:[88,56] cannot find symbol
symbol : class AllClasses
location: package com.hyper9.simdk.stubs.dao
/home/kdart/src/simdk/trunk/db/src/main/java/com/hyper9/simdk/db/HibernateUtil.java:[94,56] cannot find symbol
symbol : class AllClasses
location: package com.hyper9.simdk.stubs.mao
-> [Help 1]
Any help in that area would be appreciated.
(I am not that familiar with Java)