spray / twirl

The Play framework Scala template engine, stand-alone and packaged as an SBT plugin
Apache License 2.0
215 stars 20 forks source link

example not working #3

Closed efleming969 closed 12 years ago

efleming969 commented 12 years ago

I cloned the repository, published it locally, went into example directory and issued: sbt run

twirl-compile: java.lang.NoClassDefFoundError: twirl/compiler/TemplateCompilationError

sirthias commented 12 years ago

Can you delete any twirl artifacts from your ~/.ivy2/local and ~/.ivy2/cache directories and try again?

efleming969 commented 12 years ago

I should have known, with the amount of trouble that Ivy causes me lately.

Thanks