escalante / escalante-quickstart

Escalante quickstarts
Apache License 2.0
6 stars 7 forks source link

Can't build quikstart helloworld-play #13

Open NikolayMurha opened 11 years ago

NikolayMurha commented 11 years ago

Hi. I want to try Escalante and Play. But when I run sbt I receive error:

[warn]  :: org.jboss.shrinkwrap.descriptors#shrinkwrap-descriptors-api-base;1.0.3.Final: not found
[warn]  :: org.jboss.shrinkwrap.descriptors#shrinkwrap-descriptors-spi;1.0.3.Final: not found

How can I resolve this issue?

galderz commented 11 years ago

Hmmm, this has been a recurring SBT/Ivy issue :(

We hoped to have fixed it by adding the Escalante plugin as shown here.

Can you verify you're running the quickstart as is and you have not modified anything else? The Escalante plugin must be hooked as you see here.

trepidacious commented 10 years ago

I've also had the exact same issue, with completely unmodified quickstart helloworld-lift. Escalante looks very interesting, but I can't get past this error...

galderz commented 10 years ago

This is quite a random occurrence. I'm hoping to reimplement the entire plugin to avoid relying on this libraries and start the container manually.