Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-10064

Build examples project failed

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.7
    • 2.7
    • examples
    • None

    Description

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

      [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]
      

      Attachments

        Issue Links

          Activity

            People

              agoncharuk Alexey Goncharuk
              skozlov Sergey Kozlov
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: