Changes between Version 7 and Version 8 of AnnotationManagerN4J


Ignore:
Timestamp:
Feb 4, 2015, 2:27:42 PM (9 years ago)
Author:
casties
Comment:

jsontoken 1.1 artifact is in the public Maven repo now.

Legend:

Unmodified
Added
Removed
Modified
  • AnnotationManagerN4J

    v7 v8  
    18182. `cd AnnotationManagerN4J`
    19193. `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`
    2920
    3021