databus icon indicating copy to clipboard operation
databus copied to clipboard

unable to build from master

Open rafaeltuelho opened this issue 8 years ago • 5 comments

I'm trying to build from master src, but the build fails with this dependency error:

FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-or:compileClasspath'.
> Could not find com.google:open-replicator:1.0.7.
  Searched in the following locations:
      https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
      https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
      http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
      http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
      file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.ivy
      file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar
  Required by:
      databus.databus2-relay:databus2-event-producer-or:2.0.0

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Is that dependency correct? It appears there is no com.google:open-replicator:1.0.7 GAV on public maven repos

rafaeltuelho avatar Feb 01 '17 15:02 rafaeltuelho

Hi Rafael,

Could you try again? I've missed some files in my last commit.

Thanks.

On Wed, Feb 1, 2017 at 7:32 AM, Rafael T. C. Soares (A.K.A Tuelho) < [email protected]> wrote:

I'm trying to build from master src, but the build fails with this dependency error:

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-or:compileClasspath'.

Could not find com.google:open-replicator:1.0.7. Searched in the following locations: https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom http://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.ivy file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar Required by: databus.databus2-relay:databus2-event-producer-or:2.0.0

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Is that dependency correct? It appears there is no com.google:open-replicator:1.0.7 GAV on public maven repos

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/linkedin/databus/issues/86, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4sGwmWdivZCYgZZYXiJRQ4midO9dkKks5rYKWAgaJpZM4L0APE .

chavdar avatar Feb 02 '17 00:02 chavdar

Hi!

BUILD SUCCESSFUL

Total time: 1 mins 47.671 secs

Thanks!

rafaeltuelho avatar Feb 02 '17 01:02 rafaeltuelho

Yeah! Now it's working fine.

thanks o/


Rafael Torres Coelho Soares

On Wed, Feb 1, 2017 at 9:46 PM, Chavdar Botev [email protected] wrote:

Hi Rafael,

Could you try again? I've missed some files in my last commit.

Thanks.

On Wed, Feb 1, 2017 at 7:32 AM, Rafael T. C. Soares (A.K.A Tuelho) < [email protected]> wrote:

I'm trying to build from master src, but the build fails with this dependency error:

FAILURE: Build failed with an exception.

  • What went wrong: Could not resolve all dependencies for configuration ':databus2-relay:databus2-event-producer-or:compileClasspath'.

Could not find com.google:open-replicator:1.0.7. Searched in the following locations: https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open- replicator-1.0.7.pom https://repo1.maven.org/maven2/com/google/open-replicator/1.0.7/open- replicator-1.0.7.jar http://maven.restlet.org/com/google/open-replicator/1.0.7/ open-replicator-1.0.7.pom http://maven.restlet.org/com/google/open-replicator/1.0.7/ open-replicator-1.0.7.jar file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/ com/google/open-replicator/1.0.7/open-replicator-1.0.7.ivy file:/home/rsoares/dev/github/linkedin/databus/sandbox-repo/ com/google/open-replicator/1.0.7/open-replicator-1.0.7.jar Required by: databus.databus2-relay:databus2-event-producer-or:2.0.0

  • Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Is that dependency correct? It appears there is no com.google:open-replicator:1.0.7 GAV on public maven repos

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/linkedin/databus/issues/86, or mute the thread <https://github.com/notifications/unsubscribe-auth/ AA4sGwmWdivZCYgZZYXiJRQ4midO9dkKks5rYKWAgaJpZM4L0APE> .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/linkedin/databus/issues/86#issuecomment-276831570, or mute the thread https://github.com/notifications/unsubscribe-auth/AACYl-eT-AOsfYRzJSV8WJKtX-w1jqioks5rYSd8gaJpZM4L0APE .

rafaeltuelho avatar Feb 06 '17 11:02 rafaeltuelho

How did you do that? Mine is the same mistake!

zehuiHuang avatar Mar 22 '22 07:03 zehuiHuang

Could not find com.google:open-replicator:1.0.7. Searched in the following locations:

  • https://repo.maven.apache.org/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
  • https://repo.fusesource.com/maven2/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
  • https://maven.restlet.org/com/google/open-replicator/1.0.7/open-replicator-1.0.7.pom
  • file:/D:/2/databus-master/sandbox-repo/com/google/open-replicator/1.0.7/open-replicator-1.0.7.ivy Required by: project :databus-bootstrap-producer:databus-bootstrap-producer-impl > project :databus2-relay:databus2-relay-impl > project :databus2-relay:databus2-event-producer-or

Possible solution:

  • Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

zehuiHuang avatar Mar 22 '22 07:03 zehuiHuang