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

object Project is not a member of package play #1

Open
SantoDE opened this issue Mar 31, 2015 · 0 comments
Open

object Project is not a member of package play #1

SantoDE opened this issue Mar 31, 2015 · 0 comments

Comments

@SantoDE
Copy link

SantoDE commented Mar 31, 2015

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? :)

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 :)

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