playframework - Play 2 Compiler Error: bad symbolic reference to scala.xml (IntelliJ 14.1.4 + Play 2.4.2) -


i created new play 2.4.2 application in intellij 14.1.4 of instructions intellij on play site (i have scala plugin installed , enabled). instead of scala selected java project. when try run created app, following error:

error:play 2 compiler:  bad symbolic reference scala.xml encountered in class file 'basescalatemplate.class'. error:play 2 compiler:  cannot access term xml in package scala. current classpath may error:play 2 compiler:  missing definition scala.xml, or basescalatemplate.class may have been compiled against version that's error:play 2 compiler:  incompatible 1 found on current classpath. error:play 2 compiler:   (note: looks scala-xml module missing; try adding dependency on "org.scala-lang.modules" : "scala-xml".         see http://docs.scala-lang.org/overviews/core/scala-2.11.html more information.)  bad symbolic reference scala.xml encountered in class file 'basescalatemplate.class'. error:play 2 compiler:   (note: looks scala-xml module missing; try adding dependency on "org.scala-lang.modules" : "scala-xml".         see http://docs.scala-lang.org/overviews/core/scala-2.11.html more information.)  2 errors found error:play 2 compiler:   (compile:compile) compilation failed  total time: 29 s, completed 16.08.2015. 16:33:39 

i checked dependencies (file->project structure->modules->dependencies) , "org.scala-lang.modules":"scala-xml" seems added.

does know problem ? new play framework. in advance.


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -