Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.ClassNotFoundException: scalax.file.Path$ with Play 2.3 #18

Open
lloydmeta opened this issue Jun 11, 2014 · 0 comments
Open

Comments

@lloydmeta
Copy link

Trying to use this with Play 2.3 but ran into the following problem when trying to render a view or compiling.

java.lang.NoClassDefFoundError: scalax/file/Path$
    at org.jba.sbt.plugin.MustacheCompiler$$anonfun$compiler$1.apply(SbtMustacheCompiler.scala:31)
    at org.jba.sbt.plugin.MustacheCompiler$$anonfun$compiler$1.apply(SbtMustacheCompiler.scala:30)
    at org.jba.sbt.plugin.MustacheCompiler$.compile(SbtMustacheCompiler.scala:39)
    at org.jba.sbt.plugin.MustachePlugin$$anonfun$3.apply(SbtMustachePlugin.scala:28)
    at org.jba.sbt.plugin.MustachePlugin$$anonfun$3.apply(SbtMustachePlugin.scala:24)
    at org.jba.sbt.plugin.MustachePlugin$$anonfun$MyAssetsCompiler$1$$anonfun$5.apply(SbtMustachePlugin.scala:66)
    at org.jba.sbt.plugin.MustachePlugin$$anonfun$MyAssetsCompiler$1$$anonfun$5.apply(SbtMustachePlugin.scala:64)
    at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251)
    at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant