[
https://issues.apache.org/jira/browse/IGNITE-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergi Vladykin resolved IGNITE-1290.
------------------------------------
Resolution: Duplicate
Duplicate of IGNITE-1253
> Build Failure with java version "1.8.0_40"
> ------------------------------------------
>
> Key: IGNITE-1290
> URL: https://issues.apache.org/jira/browse/IGNITE-1290
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Environment: 1: mac os
> 2: java
> java version "1.8.0_40"
> Java(TM) SE Runtime Environment (build 1.8.0_40-b27)
> Java HotSpot(TM) 64-Bit Server VM (build 25.40-b25, mixed mode)
> 3: master branch
> Reporter: kcheng.mvp
> Assignee: Sergi Vladykin
> Fix For: ignite-1.4
>
>
> {code}
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
> on project ignite-indexing: Compilation failure: Compilation failure:
> [ERROR]
> /Users/kcheng/sandbox/ignite/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQueryParser.java:[567,35]
> reference to Parameter is ambiguous
> [ERROR] both class java.lang.reflect.Parameter in java.lang.reflect and class
> org.h2.expression.Parameter in org.h2.expression match
> [ERROR]
> /Users/kcheng/sandbox/ignite/modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQueryParser.java:[568,43]
> reference to Parameter is ambiguous
> [ERROR] both class java.lang.reflect.Parameter in java.lang.reflect and class
> org.h2.expression.Parameter in org.h2.expression match
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e
> switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please
> read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :ignite-indexing
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)