Changes between Version 7 and Version 8 of AnnotationManagerN4J
- Timestamp:
- Feb 4, 2015, 2:27:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AnnotationManagerN4J
v7 v8 18 18 2. `cd AnnotationManagerN4J` 19 19 3. `mvn package` (this produces the webapp as a directory `target/AnnotationManager` or war file `target/AnnotationManager.war`) 20 21 22 === Prerequisites ===23 24 Before you can build AnnotationManagerN4J you need the [[http://code.google.com/p/jsontoken|jsontoken]] library in version 1.1 which is currently not automatically included by Maven. You have to check out the source code from http://code.google.com/p/jsontoken/source/checkout using SVN and build with Maven:25 26 1. `svn checkout http://jsontoken.googlecode.com/svn/trunk/ jsontoken`27 2. `cd jsontoken`28 3. `mvn install`29 20 30 21