Thank you very much, Reynold -- Nan Zhu
On Thursday, February 6, 2014 at 7:50 PM, Reynold Xin wrote: > You can do > > sbt/sbt assemble-deps > > > and then just run > > sbt/sbt package > > each time. > > > You can even do > > sbt/sbt ~package > > for automatic incremental compilation. > > > > On Thu, Feb 6, 2014 at 4:46 PM, Nan Zhu <[email protected] > (mailto:[email protected])> wrote: > > > Hi, all > > > > Is it always necessary to run sbt assembly when you want to test some code, > > > > Sometimes you just repeatedly change one or two lines for some failed test > > case, it is really time-consuming to sbt assembly every time > > > > any faster way? > > > > Best, > > > > -- > > Nan Zhu > > > > >
