Changeset 3397 for print/trunk/README

Show
Ignore:
Timestamp:
03/08/10 17:37:45 (2 years ago)
Author:
jeichar
Message:

migrated to gradle for doing build

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/README

    r1615 r3397  
    11Please read the documentation available here: 
    22http://trac.mapfish.org/trac/mapfish/wiki/PrintModuleDoc 
     3 
     4 
     5To build: 
     6 
     7Install Gradle (http://www.gradle.org/) 
     8 
     9Execute the following command(): 
     10  gradle 
     11 
     12This will build three artifacts:  print-servlet-xxx.war, print-lib.jar, print-standalone.jar 
     13 
     14To deploy: 
     15 
     16> gradle upload -DsshPassphrase=...