From Activator UI, I generated a new play application play-angularjs-webapp-seed. This application contains three modules modules/db, modules/common and modules/users.
When I generate an Eclipse project using sbt eclipse, and import it into Eclipse, I can see only db in projects list.
However there are two other projects common and users which are not being show.
What am I doing wrong? Please advise.
ADDITION:
I've been experiencing a similar issue with the Gilt Groupe Play Application Template. As I write, it is a multi-module Play 2.2 application that has 3 modules: core, web, svc.
It compiles just fine, and activator can run the application. The sbt-idea plugin generates the IntelliJ project files just fine. However, when I run sbt eclipse at the root directory of the template, the plugin only generates the Eclipse project files for core, but not for web or svc, even though the build.sbt clearly defines the modules.
Has anyone else experienced an issue with sbteclipse?
sbt eclipsein? Can you checkbuild.sbtand make sure the projects are really defined within? - Jacek Laskowskiplay eclipseinstead? - Nonos