Search Discussions
-
Hi all, I'm trying to get SBT to use my Java Logging config setup, with the following fork := true javaOptions += "-Xmx2G" javaOptions += "-Djava.util.logging.config.file=logging.properties" ...
Sam Halliday
Dec 26, 2012 at 2:07 am
Apr 4, 2013 at 9:57 pm -
Hi, Is it possible to define a scope for different implementations (unmanaged sources) and dependencies (managed and unmanaged dependencies) within my project so that I don't have to comment out the ...
Dave
Dec 2, 2012 at 2:35 pm
Dec 4, 2012 at 4:48 pm -
0.12.2-RC1 is now available. See the Changes page[1] and the 0.12.2 branch commit list[2] for the fixes in this release. The preliminary 0.12.2 documentation site is available[3], but won't be listed ...
Mark Harrah
Dec 16, 2012 at 10:32 pm
Dec 26, 2012 at 8:18 pm -
I have a multiple project build which I have created per the online documentation<http://www.scala-sbt.org/release/docs/Getting-Started/Multi-Project.html . I only know how to do it this way where ...
Joe Barnes
Dec 11, 2012 at 3:02 am
Dec 16, 2012 at 7:46 pm -
I've got no idea where to start looking for the cause of this. This is using SBT 0.12.0 and Scala 2.10.0-RC1. When certain sub project configurations are present, if a clean compile is done, we've ...
James Roper
Dec 4, 2012 at 12:27 am
Dec 4, 2012 at 4:06 am -
I'm playing with Eugene's macro-paradise compiler build, which is published as 2.11.0-SNAPSHOT. I'm trying to persuade sbt to update to the most recent snapshot with no joy - in particular after ...
Paul Butcher
Dec 30, 2012 at 9:56 am
Dec 31, 2012 at 2:41 pm -
6
[sbt] How can I tell sbt to put something in the ivy cache that IvyDE can read, including sources?
I'm having a problem where IvyDE can't find source attachments for jars that sbt has downloaded. I think the problem is that sbt ends up putting a file in the ivy cache that looks like this ...James Moore
Dec 10, 2012 at 5:06 am
Dec 28, 2012 at 4:54 pm -
Hi all, As per the subject, is there a plan for a 0.12.2 release? I am interested in the fix for #565[1] as CI builds can sometimes get stuck when using forked tests. Best, Ismael [1] ...
Ijuma
Dec 6, 2012 at 7:39 pm
Dec 16, 2012 at 5:59 pm -
How can I create a directory in build.sbt? I have this code but that was in combination with writing a file and returning a write task which I don't want sourceGenerators in Compile <+= baseDirectory ...
Dave
Dec 9, 2012 at 9:47 pm
Dec 11, 2012 at 3:18 am -
Hi all (warning - Scala and SBT newbie here), Is there a simple and convenient way to enforce a company wide library of fixed 3rd party dependencies (i.e. the group, name and version)? In particular, ...
Colin Yates
Dec 4, 2012 at 12:17 pm
Feb 27, 2013 at 4:53 pm -
Hi, I was trying to revive debugging<https://github.com/harrah/xsbt/blob/0.13/compile/api/src/main/scala/xsbt/api/SameAPI.scala#L118 functionality in SameAPI.scala. For that to work one has to keep ...
Grzegorz Kossakowski
Dec 27, 2012 at 8:03 am
Jan 3, 2013 at 9:29 pm -
Hi, At the moment there are two debugging mechanism for incremental compiler: - the xsbt.inc.debug system property (see ...
Grzegorz Kossakowski
Dec 19, 2012 at 5:55 am
Jan 3, 2013 at 7:09 pm -
Hi, Latest version from 0.13. does not compile on Mac. It fails with following error message: [info] Compiling 38 Scala sources to /Users/grek/scala/xsbt/main/target/classes... [warn] ...
Grzegorz Kossakowski
Dec 4, 2012 at 3:51 pm
Dec 5, 2012 at 5:23 am -
Hi all, attached a simple SBT project that defines a compiler plugin. It's a multi-project sbt definition - sbt project "plugin" is the compiler plugin (the plugin itself doesn't do anything) - sbt ...
Lukas Rytz
Dec 21, 2012 at 3:20 pm
May 2, 2013 at 11:13 pm -
Hi. I'm developing a server application using scala and sbt. Sbt manages a bunch of maven dependencies for my project so I need to stick with it. The question is how can I start my server as a daemon ...
Levon Kirakosyan
Dec 7, 2012 at 12:31 pm
Feb 12, 2013 at 12:17 am -
Very simple question... what's the best/correct way to get a reference to a ConsoleLogger from an instance of Build? Right now I'm just being lazy and calling scala.Console.println() Thanks, Joe -- ...
Joe Barnes
Dec 16, 2012 at 7:52 pm
Dec 18, 2012 at 2:12 pm -
Folks, I'm trying to use oss.sonatype to host my releases. But I'm encountering a Forbidden error: java.io.IOException: Access to URL ...
Andy petrella
Dec 31, 2012 at 2:17 pm
Mar 22, 2014 at 11:45 am -
Hi, I just wanted to let you know that I managed to make process of importing xsbt projects into Eclipse relatively painless. Both building from Eclipse and code navigation/completion works very ...
Grzegorz Kossakowski
Dec 7, 2012 at 7:34 pm
Jan 22, 2013 at 11:26 pm -
We've been using SBT as the build tool of choice for some Scala projects being spiked here at Atlassian, but have run in to an integration problem to do with how Ivy is publishing snapshot artefacts ...
Yak Shaver
Dec 24, 2012 at 6:03 am
Jan 8, 2013 at 12:11 am -
Hi, I have a problem with forking tests in scalatest (but judging from the code, the problem might be in other frameworks as well). I have a custom scala compiler which is correctly set in the build ...
Hubert Plociniczak
Dec 19, 2012 at 10:33 am
Dec 20, 2012 at 5:35 pm -
Hey all, I'm working on a project with a pretty typical folder structure: project/ src/ ----main/ --------scala --------resources ----test/ --------scala --------resources build.sbt With the only ...
Haoyi Li
Dec 17, 2012 at 7:27 pm
Dec 18, 2012 at 7:30 pm -
Hello, I am trying to use SimpleReader for my program, since I want to receive interactive input from the user. I am mostly interested into backspace support and history commands. I am working on a ...
Yannis Klonatos
Dec 17, 2012 at 6:36 pm
Dec 18, 2012 at 2:20 pm -
Hi, I'm sorry if this is a very newbie question: I have a multi project setup with the parent definition being a Build.scala file and the sub projects defining their own build.sbt files. Each ...
Torsten Uhlmann
Dec 11, 2012 at 4:09 pm
Dec 17, 2012 at 10:15 am -
Hi folks, I've been playing around with, http://www.scala-sbt.org/release/docs/Detailed-Topics/Scripts#sbt-repl-with-dependencies but haven't yet found a straightforward way to specify the Scala ...
Miles Sabin
Dec 1, 2012 at 9:42 pm
Dec 3, 2012 at 1:34 pm -
All, I'm currently trying to write an SBT plugin (0.12.1) for neo4j to be started before and stopped after all tests: using "testOptions". The problem I came to is that the plugin has been written ...
Andy petrella
Dec 31, 2012 at 2:17 pm
Jan 5, 2013 at 9:59 am -
Hello all! If sourceGenerator generates lots of files using external library, then I have to walk all managedSource directory tree and collect generated files to return Seq[File]. It would be nice to ...
Dmitry Grigoriev
Dec 29, 2012 at 11:26 am
Jan 2, 2013 at 3:33 pm -
Hi, I have a project that depends on another project to run in such a way that the dependency is required as a jar at runtime. When I do sbt run, the classes from the subproject are available at ...
Pankaj Gupta
Dec 28, 2012 at 2:25 am
Jan 2, 2013 at 2:33 pm -
Hi, Servlet 3 allows you to serve static resources that are in a dependent JARs /META-INF/resources/ directory, but it doesn't seem to work with sbt container:start. The embedded web.xml is pointing ...
Colin Yates
Dec 27, 2012 at 6:48 pm
Dec 29, 2012 at 3:40 pm -
I did google, but I cannot find the answer. I am much more familiar with Tomcat (which is run on all our production infrastructure as well) and jetty keeps throwing up a few surprises. The latest one ...
Colin Yates
Dec 27, 2012 at 6:37 pm
Dec 29, 2012 at 10:16 am -
I have object EclipseSettings { import EclipseKeys._ /* Need EclipseCreateSrc.Managed for BuildInfoPlugin */ lazy val eclipseSettings = Seq( configurations := Set(Compile, Test, IntegrationTest), ...
Anthony
Dec 27, 2012 at 10:33 pm
Dec 28, 2012 at 7:56 pm -
Hello, I'm performing my first release, therefore it might be a silly question. Anyway, I was able to release my library for scala 2.9.2, but for 2.10 it cannot find sbt-gpg plugin: [info] Resolving ...
George Leontiev
Dec 23, 2012 at 12:07 am
Dec 25, 2012 at 11:04 pm -
I am using the pretty funky https://github.com/softprops/coffeescripted-sbt configured to compile coffescript files in /src/main/coffee into target/.../resource_managed/src/main/webapp/js ...
Colin Yates
Dec 23, 2012 at 6:02 pm
Dec 23, 2012 at 8:04 pm -
I've been using sbt-osgi for a couple weeks now with a lot of success, so thanks to you guys who built it. I'm curious if anyone has attempted to create a tool that will doctor any non-OSGi-compliant ...
Joe Barnes
Dec 20, 2012 at 4:39 pm
Dec 20, 2012 at 11:17 pm -
Starting in 2.10.0, scaladoc can link to external API docs. To do this, you associate each classpath entry with the URL for its API. This approach lends itself to sbt being able to auto-link for you ...
Mark Harrah
Dec 17, 2012 at 2:23 pm
Dec 20, 2012 at 5:36 pm -
Hi, Currently sbt tracks dependencies between source files at file level. It means that if class defined in A.scala depends on any class defined in B.scala we just get one arrow A.scala - B.scala ...
Grzegorz Kossakowski
Dec 14, 2012 at 12:54 am
Dec 19, 2012 at 5:35 am -
Hi, I have found a number of posts that have allowed me to get this far, but I have one problem that I cannot resolve. I need to have all sbt dependencies (project and plugins) to be loaded through ...
Michael Franz
Dec 18, 2012 at 1:07 am
Dec 18, 2012 at 4:00 pm -
I'm attempting to follow the directions from https://github.com/harrah/xsbt#modifying-sbt and I'm getting stuck. I've run the following commands: ~/.sbt/.lib/0.13.0-SNAPSHOT/sbt-launch.jar I follow ...
Anthony
Dec 17, 2012 at 9:55 pm
Dec 18, 2012 at 3:11 pm -
When creating a custom prompt, such as the docs example below, is it possible to color the prompt similar to escape codes in .bashrc? I'm using sbt 0.12.1 and Ubuntu 12.04. I don't have a lot of ...
Anthony
Dec 16, 2012 at 5:14 pm
Dec 17, 2012 at 4:22 pm -
Hi, I have an inherited project which imports data everytime sbt is run, however, I want to run a task only if running test / test-only. Whats the best way to achieve that? I've tried adding the ...
Ross Lawley
Dec 4, 2012 at 4:38 pm
Dec 16, 2012 at 9:52 am -
I've included links to images in the Scaladoc of some source files by HTML <a tags with relative paths. How can I extend the SBT doc task to additionally copy my images into a folder of the generated ...
Peter
Dec 7, 2012 at 3:59 pm
Dec 14, 2012 at 8:38 am -
I already tried with classDirectory <<= baseDirectory apply ( / "target" / "classes" ) but it is still outputting to baseDirectory/target/scala-2.10/classes although show class-directory in the ...
Dave
Dec 8, 2012 at 6:52 pm
Dec 10, 2012 at 4:48 pm -
Hi When I run `eclipse`, it ignores my main project. Does anyone know what's happening? (Why does Eclipse ignore the main project?) The main project is a Play Framework project. One of the other ...
KajMagnus
Dec 7, 2012 at 10:34 pm
Dec 10, 2012 at 9:57 am -
Hey guys, I'd like to know the best way to define a val that I can reuse in other settings. To be specific, I have about a dozen dependencies which have the same version. So rather than paste the ...
Joe Barnes
Dec 1, 2012 at 5:53 pm
Dec 5, 2012 at 6:34 pm -
I wrote few @elidable code (with level 300) for debugging purposes. So when I test my program with SBT 'compile' and 'run' commands, debug code is including in binary code and executing at run-time ...
Nikolay Artamonov
Dec 3, 2012 at 12:22 pm
Dec 4, 2012 at 9:38 am -
Hi, I have two unmanaged jars in the lib directory: maps.jar sqldroid-1.0.0.RC2.jar I don't want that any of its classes go into classes.min.jar. How can I control that from build.sbt or Build.scala? ...
Dave
Dec 2, 2012 at 1:07 pm
Dec 2, 2012 at 1:51 pm -
Hi, Sorry if this is documented somewhere, I have not been able to find the solution. How can I compile an old plugin using sbt 0.11.3 for building, while compiling the source against the sbt 0.12.0? ...
Michael Franz
Dec 28, 2012 at 4:26 am
Jan 2, 2013 at 3:02 pm -
The most recent snapshot of sbt-launch seems to be 0.13.0-20121203-052125: http://repo.typesafe.com/typesafe/ivy-snapshots/org.scala-sbt/sbt-launch/ But there doesn't seem to be a matching release of ...
Paul Butcher
Dec 22, 2012 at 4:12 pm
Jan 2, 2013 at 2:41 pm -
The last one was 0.13.0-20121202-052047/<http://repo.typesafe.com/typesafe/ivy-snapshots/org.scala-sbt/main/0.13.0-20121202-052047/ 03-Dec-2012 05:19 or are they now published to another location? ...
Johannes Rudolph
Dec 31, 2012 at 2:36 pm
Jan 2, 2013 at 2:37 pm -
Hi I'm telling *sbt-idea *to generate IntelliJ Idea projects after having added new dependencies to my main project. There's a sub project, *debiki-dao-pgsql*, that causes a "missing package prefix" ...
KajMagnus
Dec 27, 2012 at 11:51 am
Dec 27, 2012 at 2:52 pm -
1
[sbt] Custom task depending on package-bin: need to collect jar names for all aggregated projects.
Hello all. In two words: (1) when I create custom task ("deploy" for main project) which depends on aggregated task ("test" or "package-bin"), running my "deploy" task executes "test" or ...Dmitry Grigoriev
Dec 16, 2012 at 12:06 pm
Dec 24, 2012 at 9:52 am
Group Overview
group | simple-build-tool |
categories | scala |
discussions | 73 |
posts | 243 |
users | 65 |
website | scala-sbt.org |
irc | #scala |
65 users for December 2012
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)