-
Notifications
You must be signed in to change notification settings - Fork 22
Development_ Development in Eclipse
Nicolas Raoul edited this page Oct 6, 2016
·
11 revisions
English/日本語
Once the projects' setup is finished, please import them as existing projects into Eclipse.
- Execute
mvn install
in the /action and /common folders. - Run
mvn eclipse:eclipse
in the root folder.
Install Activator from https://www.playframework.com/download
Execute activator eclipse
in the folder /ui
- Launch Eclipse
- Import the projects core, nemaki-action, nemaki-common, ui from the file system.
- Right-click the core project, select "Properties", "Project Facets", and "Convert to faceted form"
They can be run on Jetty by default.
mvn jetty:run
or
Run from a plugin on Eclipse(ex. Run Jetty Run).
By default, they are running on port 8080(core), 8983(solr).
activator run
(By default, port 9000)
##UI
When running UI server, execute activator -jvm-debug 9999 run
Connect to port 9999 by Eclipse's Remote Java Application.