You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new to the whole Play world. I tried to compile your example on my rig. However, the compile keeps crashing. Do you guys see why? :)
Compiling 1 Scala source to /Users/manuellaufenberg/Documents/Coding/neocron-world-map/project/target/scala-2.10/sbt-0.13/classes...
[error] /Users/manuellaufenberg/Documents/Coding/neocron-world-map/project/Build.scala:3: object Project is not a member of package play
/Users/manuellaufenberg/Documents/Coding/neocron-world-map/project/Build.scala:3: object Project is not a member of package play
[error] import play.Project._
import play.Project._
[error] ^
^
[error] /Users/manuellaufenberg/Documents/Coding/neocron-world-map/project/Build.scala:14: object Project is not a member of package play
/Users/manuellaufenberg/Documents/Coding/neocron-world-map/project/Build.scala:14: object Project is not a member of package play
[error] val main = play.Project(appName, appVersion, appDependencies).settings(
val main = play.Project(appName, appVersion, appDependencies).settings(
[error] ^
^
[error] two errors found
two errors found
[error] (compile:compileIncremental) Compilation failed
(compile:31mcompileIncremental0m) Compilation failed
Failed to load project.
Cheers :)
The text was updated successfully, but these errors were encountered:
Hey there,
I'm new to the whole Play world. I tried to compile your example on my rig. However, the compile keeps crashing. Do you guys see why? :)
Cheers :)
The text was updated successfully, but these errors were encountered: