degree9 / meta

A stack. A framework. A conversation.
MIT License
132 stars 14 forks source link

Fix missing dependencies #17

Closed bsima closed 7 years ago

bsima commented 7 years ago

Without this, I couldn't even do boot repl, instead I would get:

clojure.lang.ExceptionInfo: The following artifacts could not be resolved: cljsjs:feathers:jar:2.0.1-0-0, degree9:meta-template:jar:0.1.0-SNAPSHOT: Could not find artifact cljsjs:feathers:jar:2.0.1-0-0 in clojars (https://repo.clojars.org/)

This issue also prevented me from creating a new project with boot -d degree9/meta project --generate

burn2delete commented 7 years ago

Thanks for reporting!! This will be fixed by cljsjs/packages#1282

burn2delete commented 7 years ago

Also please use the 0.2.0-SNAPSHOT when testing new changes

burn2delete commented 7 years ago

@bsima the cljsjs package has been added to clojars, please try again. 👍

bsima commented 7 years ago

Hmm, still getting a dependency error when I do boot -d degree9/meta project --generate:

org.sonatype.aether.resolution.DependencyResolutionException: The following
artifacts could not be resolved: boot:core:jar:2.7.2,
cljsjs:feathers:jar:2.0.1-0-0, degree9:meta-template:jar:0.1.0-SNAPSHOT: Could
not find artifact boot:core:jar:2.7.2 in clojars (https://repo.clojars.org/)

Working from my fix-deps branch boot project --generate works though.

On 08.06..11.00, Matthew Ratzke wrote:

@bsima the cljsjs package has been added to clojars, please try again. 👍

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320522239

bsima commented 7 years ago

Out of curiosity, what is your development workflow for apps made with [meta]? I think that would be an interesting thing to have prominent in the documentation.

On 08.06..11.00, Matthew Ratzke wrote:

@bsima the cljsjs package has been added to clojars, please try again. 👍

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320522239

burn2delete commented 7 years ago

@bsima have you seen the wiki at all? It might help, but please let me know what is missing, I'd like to solve any issues you have getting up and running!!!

https://github.com/degree9/meta/wiki/Boot

burn2delete commented 7 years ago

@bsima I believe I have this resolved now, could you try again with the 0.2.0-SNAPSHOT version

bsima commented 7 years ago

Checking out the wiki now, looks nice! Thanks.

I tried: boot -d degree9/meta-templat:0.2.0-SNAPSHOT project --generate and got:

org.sonatype.aether.resolution.DependencyResolutionException: Could not find
artifact degree9:meta-template:jar:0.1.0-SNAPSHOT in clojars
(https://repo.clojars.org/)

Still looking for degree9/meta-template in clojars :/

On 08.06..19.49, Matthew Ratzke wrote:

@bsima I believe I have this resolved now, could you try again with the 0.2.0-SNAPSHOT version

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/degree9/meta/pull/17#issuecomment-320528274

burn2delete commented 7 years ago

@bsima it seems to be there... https://clojars.org/degree9/meta-template/versions/0.1.0-SNAPSHOT

burn2delete commented 7 years ago

@bsima version 0.2.0 is out now, should be able to build by everyone