Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged sbt

0 votes
511 views
1 answer
    How can I change the log level in sbt at the command line without modifying the existing configuration? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
482 views
1 answer
    I would like to share a helper trait between my "test" and "it" configurations in SBT, but I have not figured out ... Dec 17, 2013 1:55:00 AM See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
375 views
1 answer
    I would like to share a helper trait between my "test" and "it" configurations in SBT, but I have not figured out ... Dec 17, 2013 1:55:00 AM See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
455 views
1 answer
    I have been trying to find more information on RootProject and ProjectRef, but looks like it is not mentioned ... other sbt projects? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    How can the classpath used for run task be displayed under SBT 0.13? I have found some info here https:// ... use this tip. Please advise. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How can I set a system property for runMain upon executing it from command line on Windows? I'd like to be ... in SBT. Any help is appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
348 views
1 answer
    I'm trying to compile my project to Scala 2.10 and 2.11 so that I can release versions for both scala ... fix this would be very helpful. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
472 views
1 answer
    I'm using the following: Scala 2.10.4 Scalatra 2.2.2 sbt 0.13.0 java 1.8.0 casbah 2.7.2 ... dependency issue between the libraries I'm using? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
681 views
1 answer
    My project has dependency on an external jar. I have created a directory lib and have copied the jar file into it. This ... .sbt lib/ src/..... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
265 views
1 answer
    Can someone explain me the difference between writing these 2 lines: resolvers in ThisBuild ++= appResolvers ... Global ++= appResolvers See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
360 views
1 answer
    I'm adding the Joda Time repository to SBT with libraryDependencies ++= Seq( "joda-time" % "joda-time" % "2.1 ... -time, but get the same error. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    I have a file data.xml in src/test/resources/. How can I read that file into a new FileReader in my test data.scala in src/test/scala/? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
577 views
1 answer
    A dependency bar depends on foo 1.2.3, but that version of foo has a bug and I need to use version 1.2. ... that I'm recommended not to have? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
591 views
1 answer
    Exception : val people = sc.textFile("resources/people.txt").map(_.split(",")).map(p => Person(p(0), p(1).trim. ... " %% "spark-sql" % "1.5.1" See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
490 views
1 answer
    How can I run .jar file which is generated by sbt's package? I created a really simple example with a single . ... ) every JVM. Thanks for help. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
451 views
1 answer
    I'm new to Play! Framework 2.1 (java version) and have no experience with scala. I don't understand what are ... symbols %%? What are they for? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
424 views
1 answer
    Upon sbt run I have multiple choices of main class. I would like to set a main class so I've writen in build. ... set the main class in a build? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...