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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -