Tuesday, October 25, 2016

Outputting classpath from sbt for commandline usage

Basically, the following snippet:

sbt --error 'export runtime:fullClasspath'

It is even pipable to other places.

--error disables information logging and fullClasspath gets you what you want.

Sunday, March 4, 2012

Lift and snippets resolution.

When using lift, it always adds "snippet" to end of all packages you added in Boot file.

First post

I will post random programming stuff here.