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

Latest commit fails to build #6

Closed
brooksgarrett opened this issue Apr 17, 2014 · 3 comments
Closed

Latest commit fails to build #6

brooksgarrett opened this issue Apr 17, 2014 · 3 comments

Comments

@brooksgarrett
Copy link

java.lang.RuntimeException: The incremental compiler requires absolute sources, but some were relative: ../common/src/main/scala/com/heluna/util/MailboxUtil.scala and 10 others
        at scala.sys.package$.error(package.scala:27)
        at sbt.inc.IncrementalCommon.checkAbsolute(Incremental.scala:287)
        at sbt.inc.IncrementalCommon.invalidateInitial(Incremental.scala:263)
        at sbt.inc.Incremental$.compile(Incremental.scala:35)
        at sbt.inc.IncrementalCompile$.apply(Compile.scala:27)
        at sbt.compiler.AggressiveCompile.compile2(AggressiveCompile.scala:157)
        at sbt.compiler.AggressiveCompile.compile1(AggressiveCompile.scala:71)
        at sbt.compiler.AggressiveCompile.apply(AggressiveCompile.scala:46)
        at sbt.Compiler$.apply(Compiler.scala:75)
        at sbt.Compiler$.apply(Compiler.scala:66)
        at sbt.Defaults$.sbt$Defaults$$compileTaskImpl(Defaults.scala:743)
        at sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:735)
        at sbt.Defaults$$anonfun$compileTask$1.apply(Defaults.scala:735)
        at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
        at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:42)
        at sbt.std.Transform$$anon$4.work(System.scala:64)
        at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
        at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:237)
        at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
        at sbt.Execute.work(Execute.scala:244)
        at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
        at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:237)
        at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:160)
        at sbt.CompletionService$$anon$2.call(CompletionService.scala:30)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
        at java.util.concurrent.FutureTask.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
[error] (compile:compile) The incremental compiler requires absolute sources, but some were relative: ../common/src/main/scala/com/heluna/util/MailboxUtil.scala and 10 others
[error] Total time: 49 s, completed Apr 17, 2014 11:53:55 AM
@brooksgarrett
Copy link
Author

java version "1.7.0_45"
Java(TM) SE Runtime Environment (build 1.7.0_45-b18)
Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

sbt launcher version 0.13.2


@amlweems
Copy link

amlweems commented May 3, 2014

I can duplicate this issue. Any word on a fix?

@m242
Copy link
Owner

m242 commented Sep 12, 2014

Switched to purely SBT build, everything should be working.

@m242 m242 closed this as completed Sep 12, 2014
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