xsbt-web-plugin Questions
1
Solved
When reading build.sbt of many web applications, one can often see dependencies marked as "provided", see e.g. sbt-assembly documentation:
"org.apache.spark" %% "spark-core" % "0.8.0-incubating"...
Fetiparous asked 12/11, 2016 at 15:35
1
Solved
I've migrated my project to 0.13.5 and started using the xsbt-web-plugin.
I'd like to configure logback to be using a configuration file outside the classpath which is set by a system property log...
Wexler asked 23/10, 2014 at 11:17
1
The project I'm working on at work is a webapp on the Lift Framework. We're using xsbt web plugin as well. There's a "core" project, which contains the vast majority of the functionality; my curren...
Sherrard asked 27/9, 2012 at 16:36
1
Solved
In this weird case that seems to involve xsbt-web-plugin, I get the error
unresolved dependency: play#play-json_2.10;2.2-SNAPSHOT: not found
when loading the server subproject. The dependency and...
Phyllome asked 18/6, 2013 at 19:59
3
Solved
In SBT .7, you could do
~jetty-run
in order to get your files to auto compile and reload the web app whenever something changes. In SBT .11, You can do
~container:start
which also re-compile...
Potpie asked 17/12, 2011 at 15:35
2
Solved
A have lift app starting ssh daemon in Boot.scala.
Here is the problem: when i run container:restart / in sbt session I get Address alread in use exception.
Now two questions:
Is it right way to ...
Anticipate asked 29/1, 2012 at 19:35
2
Solved
I'm using sbt 0.11.2 with xsbt-web-plugin 0.2.10 to build a Wicket (1.5.3) app. I'm using this version of Jetty:
"org.eclipse.jetty" % "jetty-webapp" % "8.0.1.v20110908" % "container",
So when I...
Gabby asked 12/12, 2011 at 3:4
1
Solved
it seems that both the jetty-run and jetty commands are missing from SBT 0.11. Either that or I am doing something very wrong. I am simply running sbt, then trying to run jetty-run. I have defined ...
Hafiz asked 11/10, 2011 at 7:15
1
I'm trying to set up scala web project with sbt. I've following settings.
scala 2.9.0-1
sbt 0.11.0
xsbt-web-plugin 0.2.1
project/plugins.sbt
libraryDependencies <+= sbtVersion(v => "co...
Sanctified asked 7/10, 2011 at 1:46
1
Solved
I'm trying to set up a scala sbt project with the lift web framework. I'm using
scala 2.9.0-1
sbt 0.10.1
lift 2.3
xsbt-web-plugin 0.1.1 (which is only on scala 2.8.1, see end of question)
(quit...
Buchholz asked 14/8, 2011 at 11:52
1
Solved
I am following the steps for sbt 0.10 on the Assembla Lift wiki and get the following error:
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] :::::...
Portemonnaie asked 16/7, 2011 at 15:14
1
© 2022 - 2024 — McMap. All rights reserved.