Changeset 3409 for print/trunk/README
- Timestamp:
- 03/10/10 13:38:14 (2 years ago)
- Files:
-
- 1 modified
-
print/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
print/trunk/README
r3398 r3409 4 4 5 5 == build == 6 - Install Gradle (http://www.gradle.org/)7 6 - Execute the following command(): 8 > gradle7 > ./gradlew build 9 8 10 9 This will build three artifacts: print-servlet-xxx.war, print-lib.jar, print-standalone.jar … … 12 11 == Deploy == 13 12 The following command will build and upload all artifacts to the dev.mapfish.org repository. 14 > gradleupload -DsshPassphrase=...13 > ./gradlew upload -DsshPassphrase=... 15 14 16 15 To use in eclipse: 17 16 - Create eclipse project metadata: 18 > gradleeclipse17 > ./gradlew eclipse 19 18 - Import project into eclipse 20 19 21 20 == Run from commandline == 22 21 The following command will run the mapfish printer. If you do no supply any -Dxxx args then all argument options will be listed. 23 > gradlerun -Dconfig=samples/config.yaml -Dspec=samples/spec.json -Doutput=/tmp/print-out.pdf22 > ./gradlew run -Dconfig=samples/config.yaml -Dspec=samples/spec.json -Doutput=/tmp/print-out.pdf 24 23
