-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble building #251
Comments
Try it with root user. It looks for connect-api and connect-json jar at below location. It works for me:) |
Meantime https://github.com/confluentinc/kafka-connect-storage-common/wiki/FAQ return 500 error |
Any update on this build issue? I am experiencing the same issues both in regards to 1. not being able to resolve confluent's repo url (which I fixed by adding the absolute path of the actual url) and 2. the parent pom for io.confluent:kafka-connect-storage-cloud:5.5.0-SNAPSHOT not being available on confluent's repo. As a side note, I've followed the instructions in the FAQ and successfully built the other prerequisite projects. |
It builds fine for me. I will note that you should clone Kafka from https://github.com/confluentinc/kafka/ from the above FAQ page Also confluent:kafka-connect-storage-cloud:5.5.0-SNAPSHOT would be built/installed from this project, so there would be nothing to download from the remote repo, anyway |
@landon9720 i had the same issue |
I updated the FAQ here to point to the |
replace <repositories>
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>${confluent.maven.repo}</url>
</repository>
</repositories> by <repositories>
<repository>
<id>confluent</id>
<name>Confluent</name>
<url>http://packages.confluent.io/maven/</url>
</repository>
</repositories> |
Thanks @raphaelauv . That was really helpful for me. |
I'm trying to produce a development build of this project, but am stuck on the following error:
I have seen this information in the FAQ and am attempting to follow these instructions to no avail. Kafka itself fails to build with the following:
There are dozens of similar errors. I also cannot build kafka-connect-storage-common:
Similar results trying to build rest-utils. Building just the common project is also failing:
Given this plethora of build errors I think I am missing some fundamental setup. Can somebody help?
The text was updated successfully, but these errors were encountered: