Robert
unread,Jun 5, 2011, 6:47:15 PM6/5/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to simple-build-tool
Running a project on maven and sbt 0.10.0. If I revert version of sbt
to 0.7.5, sbt understands "jetty-run" but the newer sbt 0.10.0 doesn't
like it. This is what I get on the newer version:
> jetty-run
[error] Not a valid command: jetty-run
[error] Not a valid project ID: jetty-run
[error] Not a valid configuration: jetty-run
[error] Not a valid key: jetty-run (similar: run)
[error] jetty-run
[error] ^
Admittedly, I'm very new to sbt, but why will it work on one version,
and not on the newer? What am I not looking at? For now just running
it against 0.7.5, but would love to know my error.