scala - sbt - independent build definitions -
introduction problem:
i have project uses akka , spray logically consists of 2 parts a
, b
. in final version both of them work together, exchange messages etc. @ moment have implemented functionality of part b
, whole part a
. if run sbt compile
not strangely errors refer part b
only.
question:
is possible define rule sbt
compile modules build part a
exclusively ?
$ cd /path/to/project $ sbt > projects [info] in file:/path/to/project [info] * root [info] [info] b > project [info] set current project (in build file:/path/to/project/) > projects [info] in file:/path/to/project [info] root [info] * [info] b > compile
Comments
Post a Comment