sbt - Specifying a relative source directory -
i have forked outdated sbt project (which can find here https://github.com/mdedetrich/sbt-bower) last working outdated version of sbt 0.11.0. trying sbt plugin work sbt versions 0.12.3 , 0.13.0, getting issue on line
https://github.com/mdedetrich/sbt-bower/blob/master/src/main/scala/sbtbowerplugin.scala#l37
when run sbt compile
, following error
[error] /users/mdedetrich/github/sbt-bower/src/main/scala/sbtbowerplugin.scala:37: value / not member of java.io.file [error] sourcedirectory in bower <<= (sourcedirectory).apply (_ / "main" / "webapp" )
does know causing issue?
thanks mark harrah, due https://groups.google.com/forum/#!topic/simple-build-tool/0k1no2kfvm8/discussion
i had remove import path._
in sbtbowerplugin.scala file , compiles fine!
Comments
Post a Comment