edwardcapriolo / teknek

12 stars 4 forks source link

build error #20

Open joprice opened 9 years ago

joprice commented 9 years ago

Ran checkous and build, and got this error:

[INFO] Unable to find resource 'io.teknek:teknek-core:jar:0.0.3-SNAPSHOT' in repository sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact.

Missing:

1) io.teknek:teknek-core:jar:0.0.3-SNAPSHOT

Try downloading the file manually from the project website.

Then, install it using the command: mvn install:install-file -DgroupId=io.teknek -DartifactId=teknek-core -Dversion=0.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=io.teknek -DartifactId=teknek-core -Dversion=0.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

Path to dependency: 1) io.teknek:teknek-yarn:jar:0.0.1-SNAPSHOT 2) io.teknek:teknek-core:jar:0.0.3-SNAPSHOT

edwardcapriolo commented 9 years ago

The yarn thing was more like a POC. the latest tag is 0.0.6 and I am about to tag 0.0.7. This should be upgraded. Most of the work is around teknek-core teknek-kafka and teknek-cassandra. We probably should just make some simple shell variables in this build script and check things out using ssh not http