sbt
How to set main class in build?
Upon sbt run I have multiple choices of main class. I would like to set a main class so I\'ve writen in build.sbt:[详细]
2023-03-15 08:26 分类:问答Error during sbt execution while installing giter8 with conscript
Running the latest Scala 2.9.0.1, followed the SBT setup instructions and the installation instructions of giter8 I get;[详细]
2023-03-13 18:34 分类:问答How do I build multiple jar files using scala sbt
In my project I have the following structure: src/ plugins/ \\__ mpc __ oper I compile all of the scala files in src into a single jar (the main program), then each subdirectory in plugins c[详细]
2023-03-13 18:27 分类:问答Why doesn't sbt create project files?
I have tried to install SBT on my macbook. When I run it, it doesn\'t ask me for any project definitions (e.g. title) and simply says[详细]
2023-03-13 16:47 分类:问答How to call the scala interpreter in a Simple Build Tool project?
my scala program is using the compiler interface from scala.tools.nsc.interpreter.IMain. When I am compiling with scalac, everything works as expected. But when I compile with sbt it still compiles, b[详细]
2023-03-12 18:39 分类:问答Using SBT 0.10.0 to generate source code with ANTLR3
How would I use the simple build tool (sbt) 0.10.0 to gener开发者_如何学Pythonate any kind of source code based on an ANTLR3 grammar?[详细]
2023-03-12 13:54 分类:问答Publishing a generated JAR file to Maven using SBT
I have an SBT Project that creates a JAR file using some external tool (开发者_运维百科all working fine), i.e. it\'s not compiling source code. I have the Maven Repo correctly configured with correct[详细]
2023-03-11 13:08 分类:问答scala c integration
I would like to port some of my scala code to c and call this ported code from my current project. But I did not find any documentation about how to do that. It would be great if this would be possibl[详细]
2023-03-11 04:32 分类:问答how to configure SBT to pick the desired scala version (2.9)
While creating a project with sbt command it always prompt开发者_开发技巧s for the 2.7.X version of scala however I have 2.9.0 and sbt 0.7.7 installed is there a way to configure sbt to pick 2.9 by de[详细]
2023-03-11 02:20 分类:问答How do I get Eclipse to see Scala sources in a jar?
I get the follow开发者_开发知识库ing Eclipse error when browsing a binary scala jar dependency :[详细]
2023-03-10 17:17 分类:问答