scalascalatragiter8

Conscript won't install - what to do?


I'd like to started with Scalatra. For that, I need to use giter8 to generate a template project. To install giter8, I need to install conscript first. But doing that (at least using the runnable jar on Windows) fails with this error:

::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: net.databinder.conscript#conscript_2.11;0.4.4: not found

::::::::::::::::::::::::::::::::::::::::::::::

This is with the latest conscript version. Doesn't it support scala 2.11 yet? Is conscript even still actively maintained? The mailing list is dead and there's not even a stackoverflow tag.

Although I'd prefer to fix the conscript installation issue, is there an easy workaround? Like installing giter8 without using conscript? Or setting up scalatra without using giter8?


Solution

  • It turned out I had an older conscript version installed that I didn't remove first. Starting from scratch (deleting conscript and g8 installations) allowed me to install version 0.4.4 without this issue.