Questions tagged [xsbt]

XSBT.org is the online launch repository for the Scala SBT(Simple Build Tool) tool.

XSBT.org is the online launch repository for the Scala SBT(Simple Build Tool) tool.

4 questions
2
votes
1 answer

SBT publishing via SSH key auth not working

My question is: Why can't I publish from SBT to my server via SSH? Context: I am developing a scala library and I want to publish it to a remote repository with SBT v0.12.3 over SSH (using an SFTP resolver). The relevant portion of my…
Jay Taylor
  • 13,185
  • 11
  • 60
  • 85
1
vote
1 answer

Install SBT without internet connection

I am trying to use prediction.IO in a machine that can't be connected to the internet. When I try to build, it wants to download the dependencies of SBT. I want to know how this can be done manually, and if there is a place from where I can down…
Debasish
  • 113
  • 1
  • 9
0
votes
1 answer

How to set jetty port xsbt plugin 1.0.0-M7

I have just upgraded from 0.9.0 to 1.0.0-M7 of the xsbt web plugin. However my build.scala now no longer compiles. I am setting the jetty port by doing the following: import com.earldouglas.xsbtwebplugin.PluginKeys.port import…
user79074
  • 4,937
  • 5
  • 29
  • 57
0
votes
1 answer

Can SBT execute compiled tests with `sbt test` or similar?

Here is my scenario: I'm in the process of creating a plugin that lets my students submit their code via SBT (a different subject) to one of my custom CI servers, and I would like to be able to include a subset of the test cases used for grading…
mepcotterell
  • 2,670
  • 2
  • 21
  • 28