Changeset 3398 for print/trunk/README
- Timestamp:
- 03/08/10 17:37:48 (2 years ago)
- Files:
-
- 1 modified
-
print/trunk/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/README
r3397 r3398 3 3 4 4 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 11 9 12 10 This will build three artifacts: print-servlet-xxx.war, print-lib.jar, print-standalone.jar 13 11 14 To deploy: 12 == Deploy == 13 The following command will build and upload all artifacts to the dev.mapfish.org repository. 14 > gradle upload -DsshPassphrase=... 15 15 16 > gradle upload -DsshPassphrase=... 16 To use in eclipse: 17 - Create eclipse project metadata: 18 > gradle eclipse 19 - Import project into eclipse 20 21 == Run from commandline == 22 The 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
