PlayFramework 2.1, submodules and Eclipse having errors about invalid package name
问题 Using PlayFramework 2.1 and submodules, I have an error with all my controllers in Eclipse : "The declared package "controllers.website" does not match the expected package "controllers" Of course, because in my module, I added controllers in modules/{submodule_name}/app/controllers/ , eg: modules/website/app/controllers/ But as defined in the documentation of Play, controllers must have the package name "controllers.{submodule_name}" ("controllers.website"). And this results in an error in