Changeset 3398 for print/trunk/README

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

updated readme and added command line run

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/README

    r3397 r3398  
    33 
    44 
    5 To build: 
    6  
    7 Install Gradle (http://www.gradle.org/) 
    8  
    9 Execute the following command(): 
    10   gradle 
     5== build == 
     6- Install Gradle (http://www.gradle.org/) 
     7- Execute the following command(): 
     8  > gradle 
    119 
    1210This will build three artifacts:  print-servlet-xxx.war, print-lib.jar, print-standalone.jar 
    1311 
    14 To deploy: 
     12== Deploy == 
     13The following command will build and upload all artifacts to the dev.mapfish.org repository. 
     14  > gradle upload -DsshPassphrase=...  
    1515 
    16 > gradle upload -DsshPassphrase=...  
     16To use in eclipse: 
     17- Create eclipse project metadata: 
     18  > gradle eclipse 
     19- Import project into eclipse 
     20 
     21== Run from commandline == 
     22The following command will run the mapfish printer.  If you do no supply any -Dxxx args then all argument options will be listed. 
     23  > gradle run -Dconfig=samples/config.yaml -Dspec=samples/spec.json -Doutput=/tmp/print-out.pdf 
     24