Changeset 3409 for print/trunk/README

Show
Ignore:
Timestamp:
03/10/10 13:38:14 (2 years ago)
Author:
jeichar
Message:

updated README to use the gradle wrapper

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/README

    r3398 r3409  
    44 
    55== build == 
    6 - Install Gradle (http://www.gradle.org/) 
    76- Execute the following command(): 
    8   > gradle 
     7  > ./gradlew build 
    98 
    109This will build three artifacts:  print-servlet-xxx.war, print-lib.jar, print-standalone.jar 
     
    1211== Deploy == 
    1312The following command will build and upload all artifacts to the dev.mapfish.org repository. 
    14   > gradle upload -DsshPassphrase=...  
     13  > ./gradlew upload -DsshPassphrase=...  
    1514 
    1615To use in eclipse: 
    1716- Create eclipse project metadata: 
    18   > gradle eclipse 
     17  > ./gradlew eclipse 
    1918- Import project into eclipse 
    2019 
    2120== Run from commandline == 
    2221The 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 
     22  > ./gradlew run -Dconfig=samples/config.yaml -Dspec=samples/spec.json -Doutput=/tmp/print-out.pdf 
    2423