boot-clj / boot-new

Generate new projects based on Boot Templates and/or Leiningen Templates!
https://clojars.org/boot/new
Eclipse Public License 1.0
155 stars 42 forks source link

Doesn't work with http-kit template #36

Closed justindbelanger closed 6 years ago

justindbelanger commented 6 years ago

The http-kit lein template fails with the attached error message(s). boot_new_http_kit_error.txt Granted, the readme does specify changes to one's ~/.lein/profiles.clj file... But I don't know if that has an bearing on this error. I'll continue investigating as I find time for it.

seancorfield commented 6 years ago

It looks like the http-kit/lein-template is only available as a snapshot so you will need the -S option (or --snapshot) to tell boot-new to search for snapshots instead of releases.

seancorfield commented 6 years ago

Now I'm at my computer, I tried this and it worked so I'm closing this out:

(! 1799)-> boot -d boot/new new -t http-kit -S -n hkit
Retrieving maven-metadata.xml from https://repo.clojars.org/ (1k)
Retrieving maven-metadata.xml from https://clojars.org/repo/
Retrieving maven-metadata.xml from https://repo.clojars.org/ (1k)
Retrieving maven-metadata.xml from https://clojars.org/repo/
Retrieving maven-metadata.xml from https://clojars.org/repo/
Retrieving maven-metadata.xml from https://repo.clojars.org/ (1k)
Retrieving lein-template-1.0.0-20140103.093500-8.pom from https://repo.clojars.org/ (3k)
Retrieving lein-template-1.0.0-20140103.093500-8.jar from https://repo.clojars.org/ (99k)
have fun