You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by Stephen Cameron <st...@gmail.com> on 2013/09/10 14:33:50 UTC

estatio build error

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

Re: estatio build error

Posted by Dan Haywood <da...@haywood-associates.co.uk>.
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
dev-subscribe@isis.apache.org) so that I don't have to manually approve
your posts.  cheers



On 10 September 2013 13:33, Stephen Cameron <st...@gmail.com>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
>