Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

Grails 3.0.9. Could not find org.grails.plugins:grails-cxf-client:3.0.1. #62

Closed igilfanov closed 8 years ago

igilfanov commented 8 years ago

build.gradle: https://gist.github.com/igilfanov/41e65ff6dc868e5a6d39

BUILD FAILED

Total time: 4.446 secs Could not find org.grails.plugins:grails-cxf-client:3.0.1. Searched in the following locations: file:/C:/java/maven/repo/org/grails/plugins/grails-cxf-client/3.0.1/grails-cxf-client-3.0.1.pom file:/C:/java/maven/repo/org/grails/plugins/grails-cxf-client/3.0.1/grails-cxf-client-3.0.1.jar https://repo.grails.org/grails/core/org/grails/plugins/grails-cxf-client/3.0.1/grails-cxf-client-3.0.1.pom https://repo.grails.org/grails/core/org/grails/plugins/grails-cxf-client/3.0.1/grails-cxf-client-3.0.1.jar

ctoestreich commented 8 years ago

Not sure why this is breaking but you can add the following which should resolve it

maven { url "https://dl.bintray.com/ctoestreich/grails-plugins/" }
igilfanov commented 8 years ago

Thank you. In part, solved the problem.

It is running the operating system Debian 8.0 «Jessie».

But it is not running the operating system Windows:

  1. OS Windows 7/ Windows 8;
  2. JDK 8u45/ JDK 8u66;
  3. Grails 3.0.9;
  4. Gradle 2.3/2.8/2.9

C:\Users\igilfanov\workspace\cxfdemo>gradle run --stacktrace :compileJava UP-TO-DATE :compileGroovy UP-TO-DATE :processResources UP-TO-DATE :classes UP-TO-DATE :findMainClass :run FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Total time: 9.983 secs

igilfanov commented 8 years ago

the solution here: https://github.com/grails/grails-core/issues/9125#issuecomment-167567327