NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Integrate Scoobi REPL SBT settings into Scoobi SBT settings #292

Closed blever closed 11 years ago

blever commented 11 years ago

The repl directory contains an SBT project for constructing a fat JAR that can be used to run a Scoobi REPL. As all of its dependencies are also maintained in the main Scoobi SBT project, it seems natural to incorporate the two. The idea would be to add a new SBT task to the Scoobi project for building a REPL fat JAR.

markhibberd commented 11 years ago

See #296.

blever commented 11 years ago

PR committed - see #296.