Turns out I needed to remove ~/.sbt
Not sure why, or what that means, but it's working now
-David
On 2/21/13 8:05 PM, Derek Chen-Becker wrote:
Reviewed. I added my comments on the ticket. Thanks!
On Thu, Feb 21, 2013 at 5:03 PM, Swapnil Ghike wrote:
Hi Derek,
We probably have a patch for
Reviewed. I added my comments on the ticket. Thanks!
On Thu, Feb 21, 2013 at 5:03 PM, Swapnil Ghike wrote:
> Hi Derek,
>
> We probably have a patch for adding assembly at
> https://issues.apache.org/jira/browse/KAFKA-733. Can you review it?
>
> Thanks,
> Swapnil
>
> On 2/21/13 2:46 PM, "Derek C
Hi Derek,
We probably have a patch for adding assembly at
https://issues.apache.org/jira/browse/KAFKA-733. Can you review it?
Thanks,
Swapnil
On 2/21/13 2:46 PM, "Derek Chen-Becker" wrote:
>The two simplest approaches (short of parsing SBT output for classpaths)
>would be to either use https:/
The two simplest approaches (short of parsing SBT output for classpaths)
would be to either use https://github.com/n8han/conscript or
https://github.com/sbt/sbt-assembly. Assembly would give you a nice,
self-contained JAR with all deps. Conscript essentially uses SBT to fetch
deps and run. I'm more