You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2018/10/30 13:52:00 UTC

[jira] [Created] (IGNITE-10064) Build examples project failed

Sergey Kozlov created IGNITE-10064:
--------------------------------------

             Summary: Build examples project failed
                 Key: IGNITE-10064
                 URL: https://issues.apache.org/jira/browse/IGNITE-10064
             Project: Ignite
          Issue Type: Bug
          Components: examples
    Affects Versions: 2.7
            Reporter: Sergey Kozlov
             Fix For: 2.7


1. Import {{examples/pom.xml}} in IDEA and compile

{noformat}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project ignite-examples: Compilation failure: Compilation failure:
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringAppCfg.java:[25,49] package org.apache.ignite.springdata20.repository does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringAppCfg.java:[26,56] package org.apache.ignite.springdata20.repository.config does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringAppCfg.java:[27,57] package org.apache.ignite.springdata20.repository.support does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringAppCfg.java:[43,2] cannot find symbol
[ERROR] symbol: class EnableIgniteRepositories
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[23,49] package org.apache.ignite.springdata20.repository does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[24,56] package org.apache.ignite.springdata20.repository.config does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[25,56] package org.apache.ignite.springdata20.repository.config does not exist
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[34,43] cannot find symbol
[ERROR] symbol: class IgniteRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[33,2] cannot find symbol
[ERROR] symbol: class RepositoryConfig
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/PersonRepository.java:[56,6] cannot find symbol
[ERROR] symbol:   class Query
[ERROR] location: interface org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[62,13] cannot find symbol
[ERROR] symbol:   method deleteAll()
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[64,60] cannot find symbol
[ERROR] symbol:   method count()
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[101,13] cannot find symbol
[ERROR] symbol:   method save(java.util.TreeMap<java.lang.Long,org.apache.ignite.examples.model.Person>)
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[103,49] cannot find symbol
[ERROR] symbol:   method count()
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[111,29] cannot find symbol
[ERROR] symbol:   method findById(long)
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] /C:/Work/2.7/examples/src/main/java/org/apache/ignite/examples/springdata/SpringDataExample.java:[122,40] cannot find symbol
[ERROR] symbol:   method findAllById(java.util.ArrayList<java.lang.Long>)
[ERROR] location: variable repo of type org.apache.ignite.examples.springdata.PersonRepository
[ERROR] -> [Help 1]
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)