1 Reply Latest reply on Feb 21, 2012 8:16 PM by mircea.markus

    A question about Continuous Query with Infinispan

    nkzhangni

      There are some errors when I build the code according this guide https://community.jboss.org/wiki/ContinuousQueryWithInfinispan in windows7.

      Can the project run in windows7?

       

      The log is as fllowing:

       

      F:\05 领域项目\关系数据库缓存\Infinispan\mmarkus-infinispan-continuous-query-9e7

      3505>mvn clean assembly:assembly -Dmaven.test.skip.exec=true

      [INFO] Scanning for projects...

      [WARNING]

      [WARNING] Some problems were encountered while building the effective model for

      org.infinispan:continuous-query:jar:1.0.0-SNAPSHOT

      [WARNING] The expression ${artifactId} is deprecated. Please use ${project.artif

      actId} instead.

      [WARNING]

      [WARNING] It is highly recommended to fix these problems because they threaten t

      he stability of your build.

      [WARNING]

      [WARNING] For this reason, future Maven versions might no longer support buildin

      g such malformed projects.

      [WARNING]

      [INFO]

      [INFO] ------------------------------------------------------------------------

      [INFO] Building continuous-query 1.0.0-SNAPSHOT

      [INFO] ------------------------------------------------------------------------

      [INFO]

      [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ continuous-query ---

       

      [INFO]

      [INFO] ------------------------------------------------------------------------

      [INFO] Building continuous-query 1.0.0-SNAPSHOT

      [INFO] ------------------------------------------------------------------------

      [INFO]

      [INFO] >>> maven-assembly-plugin:2.2-beta-5:assembly (default-cli) @ continuous-

      query >>>

      Downloading: http://repo1.maven.org/maven2/org/infinispan/infinispan-core/5.1.0.

      FINAL/infinispan-core-5.1.0.FINAL.pom

      [WARNING] The POM for org.infinispan:infinispan-core:jar:5.1.0.FINAL is missing,

      no dependency information available

      Downloading: http://repo1.maven.org/maven2/org/infinispan/infinispan-core/5.1.0.

      FINAL/infinispan-core-5.1.0.FINAL.pom

      [WARNING] The POM for org.infinispan:infinispan-core:jar:tests:5.1.0.FINAL is mi

      ssing, no dependency information available

      [WARNING] The POM for org.drools:drools-api:jar:5.1.1 is missing, no dependency

      information available

      [WARNING] The POM for org.drools:drools-core:jar:5.1.1 is missing, no dependency

      information available

      [WARNING] The POM for org.drools:drools-compiler:jar:5.1.1 is missing, no depend

      ency information available

      Downloading: http://repo1.maven.org/maven2/org/infinispan/infinispan-core/5.1.0.

      FINAL/infinispan-core-5.1.0.FINAL.jar

      Downloading: http://repo1.maven.org/maven2/org/infinispan/infinispan-core/5.1.0.

      FINAL/infinispan-core-5.1.0.FINAL-tests.jar

      [INFO] ------------------------------------------------------------------------

      [INFO] BUILD FAILURE

      [INFO] ------------------------------------------------------------------------

      [INFO] Total time: 3.018s

      [INFO] Finished at: Wed Feb 15 20:13:12 CST 2012

      [INFO] Final Memory: 4M/15M

      [INFO] ------------------------------------------------------------------------

      [ERROR] Failed to execute goal on project continuous-query: Could not resolve de

      pendencies for project org.infinispan:continuous-query:jar:1.0.0-SNAPSHOT: The f

      ollowing artifacts could not be resolved: org.infinispan:infinispan-core:jar:5.1

      .0.FINAL, org.infinispan:infinispan-core:jar:tests:5.1.0.FINAL, org.drools:drool

      s-api:jar:5.1.1, org.drools:drools-core:jar:5.1.1, org.drools:drools-compiler:ja

      r:5.1.1: Could not find artifact org.infinispan:infinispan-core:jar:5.1.0.FINAL

      in central (http://repo1.maven.org/maven2) -> [Help 1]

      [ERROR]

      [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit

      ch.

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

      d the following articles:

      [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso

      lutionException