Hi Stephen, Thanks for the heads-up. I'm wondering if this is an incompatibility between JDK compiler versions. can you tell me which JDK you are using?
Thx Dan PS: could you subscribe to the dev list (blank email to [email protected]) so that I don't have to manually approve your posts. cheers On 10 September 2013 13:33, Stephen Cameron <[email protected]>wrote: > Hi, > > I am trying to run estatio and get the following error > > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2. > 3.1:compile (default-compile) on project estatio-dom: Compilation failure: > Compi > lation failure: > [ERROR] > \git\estatio\estatio\dom\src\main\java\org\estatio\dom\WithIntervalConti > guous.java:[193,30] cannot find symbol > [ERROR] symbol : method and(com.google.common.base.Predicate<capture#633 > of ? s > uper T>,com.google.common.base.Predicate<T>) > [ERROR] location: class com.google.common.base.Predicates > [ERROR] > [ERROR] > \git\estatio\estatio\dom\src\main\java\org\estatio\dom\WithIntervalConti > guous.java:[201,30] cannot find symbol > [ERROR] symbol : method and(com.google.common.base.Predicate<capture#572 > of ? s > uper T>,com.google.common.base.Predicate<T>) > [ERROR] location: class com.google.common.base.Predicates > > This is after following the instructions here > https://github.com/estatio/estatio >
