implicit.ly

Scala software, hot off the presses

sbt-protobuf 0.2.2

  • javaSource in protobufConfig is now automatically added to managedSourceDirectories in Compile (fixes #6)

sbt-protobuf is a plugin for sbt >= 0.10.1 that transforms *.proto files into gazillion-loc java files.

Filed under  //   Scala 2.9.1   com.github.gseitz   sbt-protobuf  

sbt-protobuf 0.2.1

  • javaSource in protobufConfig is now automatically added to managedSources in Compile
  • Actually use the executable specified in the protoc setting key. (Charles Reiss)

sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.

Filed under  //   Scala 2.9.1   com.github.gseitz   sbt-protobuf  

sbt-protobuf 0.2

Externally visible changes:

  • Remove protoSource in favor of the built-in key sourceDirectory.
  • includePaths is now a TaskKey.

Internal changes:

sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.

Filed under  //   Scala 2.8.1   com.github.gseitz   sbt-protobuf  

sbt-protobuf 0.1

  • Making use of more predefined setting keys (eg. javaSource in protobufConfig)
  • Proto-dependencies must now be declared via the provided configuration (see README)
  • Only com.google.protobuf.protobuf-java in the specified version will be added to the libraryDependencies automatically. All other dependencies must be declared manually in favor of a clearer build definition with less magic (sbt alone has enough of that).
  • Minor cleanup and fixes

sbt-protobuf is a plugin for sbt-0.10.x that transforms *.proto files into gazillion-loc java files.

Filed under  //   Scala 2.8.1   com.github.gseitz   sbt-protobuf