-
Notifications
You must be signed in to change notification settings - Fork 80
Runtime classes
SandroGrzicic edited this page Mar 11, 2013
·
7 revisions
The classes generated by ScalaBuff from the input .proto files require classes inside the net.sandrogrzicic.scalabuff
package, which are inside the scalabuff-runtime sub-project. The main project and the sub-project are independent; it's possible to compile one of them without compiling the other.
In order to build just the scalabuff-runtime sub-project, you need to switch to the scalabuff-runtime
project in SBT by typing project scalabuff-runtime
and then executing compile
if you just want the classes (they'll be in the bin
directory) or package
if you want an output .JAR file.