sbt
How do I change the sbt colors?
I like the colours sbt produces but I would like to change them (blue on black 开发者_运维知识库doesn\'t work well for me).[详细]
2023-03-19 11:31 分类:问答Rewriting sbt artifacts with a regex matcher to strip version information
RegEx guru wanted: I want to strip library names in packaging an sbt project. Namely if my dependency is called[详细]
2023-03-19 06:00 分类:问答How do I resolve import conflicts in scala?
I launched this shell from sbt with the \"console-project\" command. scala> settings <console>:24: error: reference to settings is ambiguous;[详细]
2023-03-18 19:09 分类:问答Errors when compiling AKKA code under 2.7.7
I am a very new bie for scala. So I download the source code AKKA and install the plugin for ec开发者_StackOverflow中文版lipse (2.7.7 final). When I open the project, it shows 29 compile errors. I kno[详细]
2023-03-18 05:15 分类:问答Filtering resources in SBT
I am trying to setup SBT to compile an existing project which does not use the maven directory structure.I am using the full configuration and have set my javaSource & resourceDirectory settings a[详细]
2023-03-18 02:48 分类:问答Minimal full SBT project with plugins
So sbt (0.10) produces the weirdest errors when I try to create a project that has any kind of configuration, not even copying the wiki examples works…[详细]
2023-03-17 05:00 分类:问答How to add sbteclipse plugin to SBT 0.10.x
I want to view the source code of akka, and it seems using the 0.7.x version of sbt. I transform the project configuration to the 0.10.x version. When i add sbteclipse in the libraray-dependencies and[详细]
2023-03-16 21:17 分类:问答IntelliJ IDEA Scala plugin's syntax highlighting displays Scala packages in red
This is a bit weird, I\'ve got IntelliJ IDEA 10, a fairly recent Scala plugin on it and sbt 0.7.7. I\'ve been using the same setup on the same project for a while and syntax highlighting worked perfec[详细]
2023-03-16 08:04 分类:问答How can I access a resource when running an SBT runTask?
I\'ve got an XML file that I need to read from the classpath in order to load some test data for my project with DBUnit when running a custom runTask in SBT.[详细]
2023-03-15 17:52 分类:问答How to get full stacktrace in SBT 0.10.0?
I\'m using SBT 0.10.0 to compile a combination of Java and Scala files. When I run the program through sbt run it returns a nonzero error but doesn\'t show me a stacktrace -- it simply fails silently[详细]
2023-03-15 16:08 分类:问答