Search Discussions
-
Hello everyone, I have a multi-module project and one of my modules dependsOn a utils project which contains some `traits`. When I run my tests on IntelliJ IDEA all tests work, but when running from ...
Leon Maia
Mar 3, 2016 at 2:24 pm
Mar 3, 2016 at 2:24 pm -
I have the below build.sbt. I am using sbt 0.13.9. name := "myproject" organization := "myproject" version := "0.1" lazy val myproject = project in file(".") aggregate(common, myservice) lazy val ...
Priya R
Mar 3, 2016 at 2:24 pm
Mar 3, 2016 at 2:24 pm -
Hi! I'm googling about something similar to `mvn versions:use-latest-versions <http://www.mojohaus.org/versions-maven-plugin/use-latest-releases-mojo.html ` on sbt. Are there a plugin, command or ...
Robson Peixoto
Mar 3, 2016 at 2:24 pm
Mar 3, 2016 at 3:39 pm -
hi , i have a project which depends on other projects. but each use different scala version: // build.sbt name := "app" scalaVersion := "2.10.4" lazy val sdk = RootProject(file("./../../sdk")) lazy ...
Hongwei Liu
Dec 16, 2015 at 1:04 am
Dec 16, 2015 at 1:04 am -
Does the scala version that sbt is actually using to run, matters? Can it be set ? Best, M PS: Not talking of the scala version against which your project is build -- You received this message ...
Maatary Okouya
Dec 3, 2015 at 7:32 pm
Dec 4, 2015 at 10:11 am -
Hi, I've very new to SBT so I hope someone will be willing to help me. I've been integrated into a Java/Scala project that uses SBT for building, and I've developed a small CLI tool that I would like ...
David Vergnaud
Nov 10, 2015 at 10:55 pm
Nov 12, 2015 at 10:01 pm -
That's a very old thread, but if somebody would find that useful, there are two options now: * SBT plugin for generating textual (and graphical, using an external viewer) representations of the ...
Adam Warski
Aug 27, 2015 at 3:25 pm
Aug 27, 2015 at 3:25 pm -
That's a very old thread, but if somebody would find that useful, there are two options now: * SBT plugin for generating textual (and graphical, using an external viewer) representations of the ...
Adam Warski
Aug 27, 2015 at 3:25 pm
Sep 1, 2015 at 9:24 am -
Hi, I've been meaning to try out sbt in server mode, to try out sbt-core-next and sbt-remote-control but I was not able to do so. I've read the info in those repos, an old wiki there, and watched ...
Rodrigo Cano
Aug 25, 2015 at 5:45 pm
Aug 25, 2015 at 11:13 pm -
Hi, I am used to Make / CMake or Ant build systems where I can either type "make -n" and see what is going to happen before it happens, or I can generally enable some sort of debug flag that prints ...
Jdamon
Aug 14, 2015 at 2:34 am
Aug 15, 2015 at 1:22 pm -
Posting this where someone else can find it: Today repo.scala-sbt.org is having cert configuration issues. The error message is as follows: Server access Error ...
Tim Harper
Jul 23, 2015 at 8:28 pm
Jul 23, 2015 at 8:28 pm -
0
[sbt] Re: sbt-api-mappings, a sbt plugin that resolve external links in ScalaDoc, has been released
The project URL of this plugin: https://github.com/ThoughtWorksInc/sbt-api-mappings 杨博 <<span class="m_body_email_addr" title="5b3c5026fee43baef3b15d7fef166a7e" pop.atry@gmail.com</span 于2015年7月11日周六 ...杨博
Jul 10, 2015 at 7:25 pm
Jul 10, 2015 at 7:25 pm -
Hi i have a project that is based on maven, and in which i am integrating some lib that i am developing in scala using SBT. Currently the sbt project in which i am developing the Lib is in snapshot ...
Maatary Okouya
Jun 5, 2015 at 9:20 pm
Jun 5, 2015 at 9:20 pm -
Hi, When I tried to "sbt package" of my project, I got problem of: [error] /home/ubuntu/wordcount/src/main/scala/wordcount.scala:4: object abc is not a member of package com [error] import ...
Dan Dong
May 21, 2015 at 11:40 am
May 21, 2015 at 11:40 am -
Due to the size of each docker image (about 800M), I want to create an All-In-One docker image for my multi-module project. So that I can spin up one machine in cloud hosting this docker container ...
Lian Jiang
May 21, 2015 at 11:40 am
May 21, 2015 at 11:40 am -
I have to deploy a JAR with a classpath in the manifest.mf that looks quite different from where sbt finds/stores the dependencies while building/testing my Scala program in my IDE. How would I use ...
Geoffrey Knauth
Apr 17, 2015 at 11:58 am
Apr 17, 2015 at 11:58 am -
I use sbteclipse and import the project, and I create a scala file with main function, but I can not run the project. Could someone record the video show how to run the simple project "Hello World" ...
Bảo Hồ Gia
Apr 17, 2015 at 11:58 am
Apr 17, 2015 at 11:58 am -
Hi, I developp an application based on OSGi and I use the plugin sbt-osgi. One of my OSGi projects depends on a jar containing a lot of javascript files (it comes from http://www.webjars.org/ ) ...
Mathieu Leclaire
Apr 7, 2015 at 1:26 pm
Apr 7, 2015 at 1:26 pm -
Hi, I would like to publish locally some third-party libraries. How can you do that in sbt. It would be the equivalent of the following maven approach ...
Maatary Okouya
Mar 30, 2015 at 4:02 pm
Apr 2, 2015 at 5:31 am -
I am using with java 1.8 and play framework And trying to build the application with SBT plugin 13.0 I am getting error as Unresolved dependency for common utils 3.2.1 Can someone guide me how to ...
Akash Shah
Mar 22, 2015 at 1:06 pm
Mar 22, 2015 at 1:06 pm -
HI, I have seen some examples using %% and others using % when adding library dependencies. What's the biggest difference between them? -- You received this message because you are subscribed to the ...
Onezino Gabriel Moreira
Mar 22, 2015 at 1:06 pm
Mar 30, 2015 at 3:40 pm -
Hi! I'm writing a Scala library for my co-workers at a lab. I noticed that using "initialCommands" and "sbt console" can launch a Scala-REPL with access to the code I write as well as library ...
Allen Nie
Mar 22, 2015 at 1:06 pm
Mar 24, 2015 at 2:28 pm -
It seems fork := true has no effect to task 'console'. How can I enable it? I need to fork JVM due to classloader issues. Thanks, Jianshi -- You received this message because you are subscribed to ...
Jianshi Huang
Mar 18, 2015 at 2:26 pm
Mar 19, 2015 at 6:40 pm -
I am using Jenkins with java 1.8 and play framework And trying to build the application with SBT plugin 13.0 I am getting error as Unresolved dependency for common utils 3.2.1 Can someone guide me ...
Akash Shah
Mar 18, 2015 at 2:26 pm
Mar 18, 2015 at 2:26 pm -
I am trying to use java.util.ServiceLoader in my project and for that I need to create the services file under META-INF. I was following the link below for that- ...
Amrit Jyoti Baruah
Feb 11, 2015 at 10:23 pm
Feb 11, 2015 at 10:23 pm -
We have a project that is at the same time dependent on akka 2.3.2 and kamon 0.3.5. When we package with sbt-pack (https://github.com/xerial/sbt-pack), we notice that it puts the akka-actor jar twice ...
Sebastiaan Samyn
Feb 5, 2015 at 11:45 am
Feb 5, 2015 at 12:53 pm -
My incomplete understanding is that, differing Scala major versions may not be compatible with each other. So, a library compiled on Scala 2.9 will likely not work with a Scala 2.10 library. Given ...
Kevin Meredith
Feb 3, 2015 at 11:23 pm
Feb 4, 2015 at 2:07 am -
Hello, I'm developing simple plugin for working with AWS S3, and I want to pass to tab completion current list of buckets fetched from S3, I've taskKey s3FetchBuckets which does its work in console ...
Mateusz Jaje
Jan 27, 2015 at 2:02 pm
Jan 27, 2015 at 2:28 pm -
I'm trying to use the Scala 2.11 -Ywarn-unused-import option while compiling, but not in the console, where it effectively disables the ability to use most imports, especially in initialCommands ...
Dean Wampler
Jan 18, 2015 at 3:21 pm
Jan 19, 2015 at 4:39 pm -
is there a way to have custom name for "project" folder? -- You received this message because you are subscribed to the Google Groups "simple-build-tool" group. To unsubscribe from this group and ...
Andrei Pozolotin
Jan 16, 2015 at 3:07 am
Jan 16, 2015 at 3:07 am -
Hi, I'm launching a spray.http server using sbt and the re-start command. This is convenient for me, since to update the live (but not production) service, I just do a git pull. However, I'm seeing a ...
Matthew Pocock
Jan 13, 2015 at 8:45 pm
Jan 17, 2015 at 8:20 pm -
Hi! I have failed to find any answers about how to control scala version in sub project. Below is my case: lazy val sevone = Project(id = "sevone", where sevone project has 2.11.0 scala version and ...
Андрей Спиридонов
Nov 28, 2014 at 4:36 pm
Nov 28, 2014 at 4:36 pm -
Hi All, I am using SWF in sbt project. But i am getting problem in generating swf client classes. Is there any workaround for this. -- You received this message because you are subscribed to the ...
Piyush Mishra
Nov 20, 2014 at 6:41 pm
Nov 20, 2014 at 6:41 pm -
Reposted on SO: http://stackoverflow.com/questions/27024934/sbt-plugin-dynamically-load-user-defined-code I am working on a sbt plugin <https://github.com/pathikrit/garfield that generates Scala ...
Pathikrit Bhowmick
Nov 20, 2014 at 6:41 pm
Nov 20, 2014 at 6:41 pm -
-
Dear friends, I have a *spray application* on a linux server running over port 8090 but after few hours this process is killed unexpectly. What could be happening? Please, I would aprecciate your ...
Jesus Gonzalez Vera
Nov 4, 2014 at 9:44 pm
Nov 4, 2014 at 9:44 pm -
Hello guyz, please answer this question even if it is looking dumb... I have some dependencies in my Build.scala file and by default all the dependencies are getting resolved from mave/typesafe ...
Prasad Ganta
Oct 28, 2014 at 11:04 pm
Oct 28, 2014 at 11:51 pm -
SBT 0.13.6 now makes keys defined on .sbt files visible from SBT console. However, it seems, and TODOs on the relevant commit seems to confirm it, that keys defined in this fashion are not visible ...
Daniel Sobral
Oct 24, 2014 at 1:44 am
Oct 24, 2014 at 1:44 am -
0
[sbt] Error during sbt test execution: java.lang.NoClassDefFoundError: scala.Option with ScalaTest
Hello When I am running my project with "sbt compile" or "sbt run" or scala test from eclipse (via downloading scala test plugin in eclipse), it runs fine. there is no error at all. But when i do ...Rishi Khandelwal
Oct 10, 2014 at 4:45 am
Oct 10, 2014 at 4:45 am -
Hi, I'm having the exact same issue - sbt fails to download "net.wurstmeister.storm" % "storm-kafka-0.8-plus" % "0.4.0" because it appends "_2.9.2" (I'm actually using scala 2.10) did you find a way ...
Naor Yuval
Oct 5, 2014 at 3:21 pm
Oct 5, 2014 at 3:21 pm -
Hi I want to pass an environment variable when running container:start from sbt. So I have tried adding javaOptions in container := Seq("-Dmyvar=xxx") to my build.scala, as outlined in the xsbt ...
Des Magner
Sep 24, 2014 at 3:15 pm
Sep 24, 2014 at 3:15 pm -
Let me start by saying that I quite like SBT, in theory. In practice, the threshold is steep, or maybe the documentation simply not suffucient to explain or ratify why things work as they do. Anyway, ...
Mar
Sep 12, 2014 at 2:21 am
Sep 15, 2014 at 10:39 pm -
Hi everyone, I quite often publish new versions of libraries, to maven central, sonatype, etc.. and then go to use it in another app. For the 1st haf hour, after I have published the artefact, SBT ...
Raymond Barlow
Sep 10, 2014 at 1:28 pm
Sep 12, 2014 at 1:50 pm -
Hi, I get the following JAXB error from sbt when one of my scalatest tests fail [info] - A Simple class serializes correctly *** FAILED *** [info] ...
Caoilte O'Connor
Aug 19, 2014 at 4:26 pm
Aug 19, 2014 at 4:26 pm -
I am trying to publish my project to bintray following the instruction to the letter from: https://github.com/softprops/bintray-sbt/blob/0.1.2/README.md I keep getting: java.lang.RuntimeException ...
Luchesar Cekov
Aug 18, 2014 at 10:38 am
Aug 18, 2014 at 1:48 pm -
Hi: I am writing a sbt task. In this task, I want to get the list of plugins used by current project. I have tried the keys: sbt.Keys.pluginData, sbt.Keys.definedSbtPlugins, but seems they are all ...
Xin Yao
Aug 18, 2014 at 7:05 am
Aug 18, 2014 at 7:05 am -
I try to work on my project while in an no internet connection zone. To my surprise, sbt is having trouble in that situation. Although, i'm supposed to have my libraries in the cache (given that i ...
Maatary Okouya
Aug 17, 2014 at 2:49 pm
Aug 17, 2014 at 2:49 pm -
Hi, I try to work on my project while in an no internet connection zone. So my wifi connection was out. The network icon if off. To my surprise sbt is having trouble in that situation. Although, i ...
Maatary Okouya
Aug 16, 2014 at 3:43 pm
Aug 16, 2014 at 3:43 pm -
I am trying to start a jface/swt application (I know oldschool but legacy demand),from within SBT. jface/swt application requires the option "-XstartOnFirstThread" I have tried to add javaOptions := ...
Maatary Okouya
Aug 15, 2014 at 9:41 am
Aug 15, 2014 at 12:46 pm -
I am trying to publish an assembly artifact. The code online does not work in my build based on sbt 0.13.5. I resorted to use a technics seen in a book: lazy val assemblyArtifact = Def.setting { ...
Maatary Okouya
Aug 13, 2014 at 5:52 pm
Aug 13, 2014 at 5:52 pm
Group Overview
group | simple-build-tool |
categories | scala |
discussions | 934 |
posts | 3,300 |
users | 607 |
website | scala-sbt.org |
irc | #scala |
Top users
Archives
- March 2016 (4)
- December 2015 (3)
- November 2015 (2)
- August 2015 (10)
- July 2015 (2)
- June 2015 (1)
- May 2015 (2)
- April 2015 (4)
- March 2015 (10)
- February 2015 (7)
- January 2015 (10)
- November 2014 (5)
- October 2014 (6)
- September 2014 (13)
- August 2014 (50)
- July 2014 (13)
- May 2014 (9)
- April 2014 (19)
- March 2014 (18)
- February 2014 (15)
- January 2014 (1)
- December 2013 (7)
- November 2013 (13)
- October 2013 (20)
- September 2013 (99)
- August 2013 (261)
- July 2013 (366)
- June 2013 (267)
- May 2013 (264)
- April 2013 (207)
- March 2013 (249)
- February 2013 (216)
- January 2013 (291)
- December 2012 (243)
- November 2012 (175)
- October 2012 (246)
- September 2012 (172)