Skip to content
This repository has been archived by the owner on Apr 25, 2021. It is now read-only.

tests fail to compile (dependencies not declared) #184

Closed
SethTisue opened this issue Sep 25, 2017 · 1 comment
Closed

tests fail to compile (dependencies not declared) #184

SethTisue opened this issue Sep 25, 2017 · 1 comment

Comments

@SethTisue
Copy link
Member

[info] Compiling 1 Scala source to /Users/tisue/sbt-launcher-package/target/test-classes...
[error] /Users/tisue/sbt-launcher-package/src/test/scala/RunnerTest.scala:3: object tools is not a member of package scala
[error] import scala.tools.nsc.io._
[error]              ^
[error] /Users/tisue/sbt-launcher-package/src/test/scala/RunnerTest.scala:4: object specs is not a member of package org
[error] import org.specs._
[error]            ^

and so on, and it makes sense because these dependencies are not declared in the build.

note that the current .travis.yml does not compile or run the tests.

@dwijnand dwijnand self-assigned this Sep 25, 2017
@dwijnand dwijnand removed their assignment Jul 2, 2018
@eed3si9n
Copy link
Member

Fixed in 88b8386

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants