Simple Build Tool (SBT) is an open-source build tool for Scala projects.
2
votes
0answers
27 views
Syntax highlighting for *.sbt files in IntelliJ IDEA
I'm working on a potential module for the Lift Web framework using Scala, SBT 0.12, and IntelliJ IDEA 12.1, and I would like to have syntax highlighting for *.sbt files in IDEA (code awareness would ...
0
votes
1answer
26 views
Where is the documentation for Play sbt-plugin (Build.scala)?
I am currently using Play version 2.1.1, and trying to modify Build.scala.
By default, it imports a package called play.Project._
I have been trying to find out the API of this package so that I ...
0
votes
1answer
26 views
scala generating jar file from scala-io to include in eclipse
I am trying to use the library scala-io in my Eclipse environment, does anyone know how do I generate a jar file, or which folder to include in my eclipse so that I can have access to the scala-io ...
0
votes
0answers
13 views
“impossible to get artifacts when data has not been loaded.”
In a Java play 2.1.1 app I get the following error:
[myproject] $ update
[info] Updating {file:/C:/path/myproject/}myproject...
[info] Resolving ...
[error] impossible to get artifacts when data has ...
0
votes
0answers
24 views
UnmanagedJars in sbt plugin
I am creating a sbt plugin. One of its features is to display a dependency graph of a given scala project (the one invoking this plugin). To do so, I use scalafx, which is still depending on a javafx ...
0
votes
0answers
12 views
With SBT, how do I a specify an alternate project root other than the current directory?
Normally SBT looks for the build files at ./build.sbt and ./project/Build.scala. Is it possible to specify an alternate project root, so I can build a project not in the current working directory? I'm ...
0
votes
1answer
18 views
Setup remote tracking in Jenkins / Git
With Jenkins, I'm checking out a project that later it builds using SBT. But when it tries to execute the sbt-release plugin, it complains:
No tracking branch is set up. Either configure a remote ...
2
votes
4answers
71 views
How can I use library which is built using 2.9.2 in project which is built using 2.10.1?
How can I use library build against 2.9.2 in project which is built using 2.10.1 ?
In particular I'm trying to use salat and get following exception
sbt.ResolveException: unresolved dependency: ...
0
votes
0answers
13 views
Play 2 - Tests NOT run when annotated with PowerMockRunner
We are facing a weird issue with Play framework and PowerMockRunner combination. As you can see the below example is a dummy one to simulate the issue.
JUnit Test Using PowerMockRunner
package ...
0
votes
1answer
31 views
Where did the .target directory come from in my Play 2.1.1 project?
I'm just getting started with the Scala/Play 2.1.1/Scala-IDE stack and am kind-of confused as to why my Play 2.1 project directory contains both a target directory and a .target directory. The stock ...
0
votes
1answer
19 views
How configure aspectj compilation in playframework 2.1.1
I have added to plugins.sbt this declaration
addSbtPlugin("com.typesafe.sbt" % "sbt-aspectj" % "0.9.0")
Now I would like to configure this plugin to compile my java controller classes using aspect ...
2
votes
1answer
39 views
How does sbt reference the Project in the Build?
How does sbt pick up the root project in a simple definition such as this?
object HelloBuild extends Build {
lazy val root = Project(id = "hello", base = file("."))
}
0
votes
1answer
34 views
Suppressing sbt debug output
How do I suppress SBT's debug messages? They are logged to stdout so running a project produces this:
$ cat src/main/scala/Hello.scala
object Hello {
def main(args: Array[String]) {
...
0
votes
1answer
30 views
How to overcome “there were 1 feature warning(s); re-run with -features for details”
I am new to Scala, Scala-IDE, and Play 2.1 and am working my way through the tutorials. Today I noted that the Eclipse Project emitted by the "todolist" tutorial shows up in the Scala-IDE with a ...
0
votes
0answers
31 views
sbt outOfMemoryError during 'compiler-interace' compilation
Will admit this one is beyond my ability to debug. Looks like SBT runs out of memory while it compiles the interface for the compiler. Not sure why, since I have 4GB extra of free memory and I haven't ...
0
votes
1answer
26 views
Scala Play 2.0. Compilation error: IO error while decoding
I run Play 2.0 application using SBT's run command and all works fine. But when I add to template (index.scala.html) non-English characters and press F5 in browser I get compilation error:
IO ...
0
votes
2answers
88 views
Use scalaz in console repl without creating a project
Is there any way to use scalaz by simple scala command in the terminal, without creating sbt project?
1
vote
1answer
48 views
SBT. Clean local repository
How I can delete my project from local repository? I previously published it using publish-local SBT command.
I want to clean all compiled and cached stuff because I don't see any changes in my ...
0
votes
0answers
34 views
Intellij IDEA. Several SBT consoles
How I can run several SBT consoles in Intellij IDEA 12? I need it because I want to run 3 project modules, but when I run first it blocks SBT console until I kill process. I can achieve same result ...
0
votes
0answers
15 views
How to tell sbteclipse to ignore src/main/java?
How can I get the sbt-eclipse plugin to ignore adding/creating the src/main/java and src/test/java to the eclipse .classpath?
I dont have these folders and when I run >eclipse the eclipse-sbt-plugin ...
1
vote
1answer
36 views
Play! 2.1 / Why isn't my Jerkson dependency resolved?
Attempting to use the forked Jerkson library from https://github.com/randhindi/jerkson. Cloned a source dependency into the folder module and defined the following:
object ApplicationBuild extends ...
0
votes
1answer
24 views
What do I have to add to my build.sbt in order to work with halbuilder?
I can't find how to use halbuilder in my spray project. The first step is to add the correct dependencies to my build.sbt file and then I can read the API documentation.
Anyone out there has used ...
0
votes
1answer
22 views
How to install sbt without gcj-4.5-jre in Ubuntu?
When I am trying to install sbt in Ubuntu as it is suggested here:
wget http://apt.typesafe.com/repo-deb-build-0002.deb
sudo dpkg -i repo-deb-build-0002.deb
sudo apt-get update
sudo apt-get install ...
0
votes
2answers
58 views
How to build a jar file out of github project in sbt to be used in a scala program
I am trying to use scala to access Amazon's DynamoDB and found this great package on github https://github.com/piotrga/async-dynamo
so I downloaded the code as a zip file , unzipped it and then did ...
2
votes
1answer
28 views
how to configure 2.9.1 in org.scala-sbt#sbt_2.9.1;0.12.3
I am trying a very simple sbt example; when I compile it with sbt, and always get the following error:
org.scala-sbt#sbt_2.9.1;0.12.3: not found
I found a build.properties file under project ...
1
vote
2answers
76 views
Does sbt have something like gradle's processResources task with ReplaceTokens support?
We are moving into Scala/SBT from a Java/Gradle stack. Our gradle builds were leveraging a task called processResources and some Ant filter thing named ReplaceTokens to dynamically replace tokens in a ...
5
votes
2answers
59 views
How to determine when Play! 2 must recompile all files?
When I edit a scala file in my Play 2 app, sometimes only a few files are recompiled, but often the entire codebase must be recompiled:
[info] Compiling 1 Scala source to ...
0
votes
0answers
26 views
View exact java commands issued by SBT
I'm trying to integrate jrebel with an SBT project. The following entry is in the build.scala file:
javaOptions ++= Seq("-javaagent:/path/to/jrebel.jar", "-Drebel.log=true", ...
0
votes
0answers
38 views
Configure the Eclipse .classpath file in a Play application?
I'm developing a simple Play application and I'm using two machines (PC1 & PC2, PC for Personal Computer!). The Play framework is installed on PC1 at path "C:\play-2.1.0", and on PC2 at path ...
1
vote
1answer
27 views
Exception while running sbt in Ubuntu
I installed sbt from the Typesafe repository as it is suggested here:
wget http://apt.typesafe.com/repo-deb-build-0002.deb
sudo dpkg -i repo-deb-build-0002.deb
sudo apt-get update
sudo apt-get ...
1
vote
2answers
79 views
sbt: publish to corporate Nexus repository unauthorized
Quick resolution
The required credential expects the exact realm as defined by nexus. See below how to find the one you have defined, but most certainly is "Sonatype Nexus Repository Manager". Add ...
0
votes
1answer
43 views
Play 2.1 / taking in account a javaagent while running tests
My goal is to launch my integration tests contained within my Play app.
To do so, I used to launch them through Intellij.
Those tests needs Spring aspectJ weaving, thus I precised in my Intellij test ...
0
votes
0answers
19 views
How can one change the location of the “webapp” directory for a Scalatra application?
By default, Scalatra expects the "webapp" directory to be at src/main/webapp. How could that be changed to, e.g., content/doc-root?
sbt allows for customizing its default directories using something ...
0
votes
2answers
70 views
scala is 2.10.1 but sbt console is not?
I'm new to Scala/SBT, so please be gentle, but I'm trying to work my way through the SBT "Getting Started" and I noticed a discrepancy between my brew installed scala and sbt tools. When I launch the ...
0
votes
1answer
22 views
Configuring HTMLUNIT's logging level in Play-SBT
I'm trying to run Selenium tests using Play's built-in testing framework (TestServer, FakeApp, running() method) and running it through SBT, but the logging level for HTMLUNIT seems to be set at ...
1
vote
1answer
52 views
Local dependencies resolved by SBT but not by Play! Framework
I'm trying to use banana-RDF, a locally published library (published using SBT's publish-local) from a Play! Framework project, but when running compile from Play's console, the wanted library is not ...
1
vote
0answers
66 views
Missing sbt/boot/ directory in new play-2.1.1 installation. Playframework installation on Linux Mint 14
I'm trying to install the Play! Framework on a Linux Mint box, but I'm having a hard time getting play going. After the installation, I'm getting folliwing error message when I type play help at the ...
0
votes
0answers
14 views
SBT 7.x to 12.3 upgrade issues
I have just taken over a project using SBT 7.x and I am trying to convert it to use 12.3. The project has config as a *.java file and I can't find where some of the classes/objects that are used were ...
0
votes
0answers
47 views
starting an external process(shell) and delegate commands from the host to the started process
I am currently working with ProcessBuilder and ProcessIO. I can start a new SBT-Process programmatically and print the output the hosts console. The problem at the moment is writing or executing a ...
2
votes
1answer
67 views
Compile tests with SBT and package them to be run later
Im working with SBT and Play! Framework. Currently we have a commit stage in our pipeline where we publish to artifactory our binaries. The binaries are generated with the dist task. The pipeline then ...
0
votes
1answer
28 views
akka.dispatch.Future not found
I am trying to import akka.dispatch.Future in my class but the compiler is unable to find that particular package. The one that it's able to find is akka.dispatch.Futures.
Can somebody point out what ...
0
votes
2answers
43 views
How to configure my SBT to use a plugin with a specified plugin?
I want to use the lifty plugin, but failed to download it in SBT.
C:\Users\Freewind>sbt sbt-version
[info] 0.12.3
> console
Welcome to Scala version 2.9.2 (Java HotSpot(TM) 64-Bit Server VM, ...
5
votes
1answer
69 views
SBT doesn't use ssh-based resolver to resolve dependency
I have the following definition in my build.sbt:
libraryDependencies += "com.bubblefoundry" %% "something" % "0.1-SNAPSHOT"
resolvers += {
val privateKeyFile = new java.io.File(sys.env("HOME") + ...
1
vote
1answer
46 views
SBT doesn't call Test.Setup on a Play2 project
Here is my SBT build:
val main = play.Project(appName, appVersion, appDependencies).settings(defaultScalaSettings:_*)
.settings(
scalaVersion := "2.10.0",
resolvers += .....
)
...
1
vote
1answer
77 views
Play Framework cannot resolve SBT dependency
I am pretty new to Play framework and have an application from which I need to access Alfresco. This is my Build.scala file
object ApplicationBuild extends Build {
val appName = ...
1
vote
0answers
87 views
IntelliJ IDEA debug jumps inside instead of going over
I use last stable SBT with Scala 2.10 and last Scala plugin in IntelliJ IDEA 12.x. And have very simple test Scala project.
I have specs2 test where I want to start my debug from. Having several ...
0
votes
1answer
34 views
How to stop play 2.0.4 throwing java.lang.NoSuchMethodError: org.sbtidea.SbtIdeaPlugin
When running the play console (2.0.4) it returns:
[info] Loading global plugins from /home/matt/.sbt/plugins
[info] Loading project definition from /home/matt/src/app/project
[error] ...
0
votes
0answers
18 views
Adding local java projects as dependencies in Play 2.1's build
basically my system comprises of 4 projects ProjectA, ProjectB, ProjectC and ProjectD. there are some shared objects between these in a separate project ProjectDeps, folder structure like follows
...
1
vote
1answer
37 views
Multimodule project build with SBT breaks with weird error
I have this multi-module build configuration that I'm trying to get working, but whenever I try to compile the project it fails with the following error:
➜ postgresql-netty git:(multi-module) sbt ...
0
votes
1answer
68 views
Integration Test in Play Framework
I am trying to get Integration Tests to work in Play Framework 2.1.1
My goal is to be able to run Integration Tests after unit tests to test component level functionality with the underlying ...
