server/java/README.md
author rougeronj
Tue, 22 Sep 2015 15:14:10 +0200
changeset 543 5f7bebdcfc0d
parent 463 41325cc50574
child 574 de0d488a0a1b
permissions -rw-r--r--
Improve the way we init the view. The data loader send a "loaded" event, hooked by the scene.py and initializing the backbone.history and the view. We don't use redraw_active in save-once and full-json, because it was making the view initialization dependent of these file which are externals. Small fix to hide the "set saved view" button when there is only one view.

Dependencies

- Icon user from echo-icon-theme (echo) (Open Icon Library - http://openiconlibrary.sourceforge.net/)  
licence CC BY-SA - Creative Commons
- eye icon by : Danilo De Marco : http://www.danilodemarco.com/ 

- cf pom.xml for dependencies

Commandes maven:
mvn -DskipTests -Djava.awt.headless=true -Duser.timezone="UTC" clean jetty:run-war

Commandes graddle:
  - `./gradlew clean build`
  - `./gradlew :renkan-web:jettyRunWar`

Skip test : `-x tests`
Run a specific test : `./gradlew :renkan-web:test --tests org.iri_research.renkan.test.controller.RenkanControllerTest.testViewIdProject`

The war file can then be fount in renkan-web/build/libs.