| author | ymh <ymh.work@gmail.com> |
| Tue, 04 Oct 2016 16:40:13 +0200 | |
| changeset 644 | 5df7705351a5 |
| parent 574 | de0d488a0a1b |
| permissions | -rw-r--r-- |
| 215 | 1 |
Dependencies |
2 |
||
3 |
- Icon user from echo-icon-theme (echo) (Open Icon Library - http://openiconlibrary.sourceforge.net/) |
|
4 |
licence CC BY-SA - Creative Commons |
|
|
574
de0d488a0a1b
add call to grunt to build client before compilation of java server and correct maven spring version problem
ymh <ymh.work@gmail.com>
parents:
463
diff
changeset
|
5 |
- eye icon by : Danilo De Marco : http://www.danilodemarco.com/ |
| 215 | 6 |
|
7 |
- cf pom.xml for dependencies |
|
8 |
||
|
219
885f09f3462b
No longer test headers for images (was failing in new Chrome version)
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
9 |
Commandes maven: |
|
232
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
219
diff
changeset
|
10 |
mvn -DskipTests -Djava.awt.headless=true -Duser.timezone="UTC" clean jetty:run-war |
|
574
de0d488a0a1b
add call to grunt to build client before compilation of java server and correct maven spring version problem
ymh <ymh.work@gmail.com>
parents:
463
diff
changeset
|
11 |
mvn -Djava.awt.headless=true -Duser.timezone="UTC" clean package |
| 317 | 12 |
|
13 |
Commandes graddle: |
|
|
394
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
317
diff
changeset
|
14 |
- `./gradlew clean build` |
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
317
diff
changeset
|
15 |
- `./gradlew :renkan-web:jettyRunWar` |
| 317 | 16 |
|
|
394
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
317
diff
changeset
|
17 |
Skip test : `-x tests` |
|
463
41325cc50574
make hidden nodes work on java + correct projects export
ymh <ymh.work@gmail.com>
parents:
394
diff
changeset
|
18 |
Run a specific test : `./gradlew :renkan-web:test --tests org.iri_research.renkan.test.controller.RenkanControllerTest.testViewIdProject` |
|
394
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
317
diff
changeset
|
19 |
|
|
1e60ba9ae38b
css corrections on link in node description - correct dojo library config - deactivate image upload
ymh <ymh.work@gmail.com>
parents:
317
diff
changeset
|
20 |
The war file can then be fount in renkan-web/build/libs. |