Development_ Development in Eclipse - aegif/NemakiWare GitHub Wiki
English/日本語
Project setup
Once the projects' setup is finished, please import them as existing projects into Eclipse.
CMIS Core server
- Execute
mvn install
in the /action and /common folders. - Run
mvn eclipse:eclipse
in the root folder.
UI
- Install Activator from https://www.playframework.com/download
- Execute
activator eclipse
in the folder /ui
Eclipse
- 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"
Application Server
Core/Solr
They can be run on Jetty by default.
Either run mvn jetty:run
in the core
folder, or run from an Eclipse plugin such as Run Jetty Run.
By default, they are running on port 8080(core), 8983(solr).
UI
activator run
(By default, port 9000)
Debug
UI
When running UI server, execute activator -jvm-debug 9999 run
Connect to port 9999 by Eclipse's Remote Java Application.