Skip to content

Files

Latest commit

author
Andrei Stryhelski
Jun 7, 2023
38b261c · Jun 7, 2023

History

History
19 lines (15 loc) · 567 Bytes

File metadata and controls

19 lines (15 loc) · 567 Bytes

How to build

To build the iText Jump-Start Tutorial, Maven, Ghostscript and Imagemagick must be installed.

$ mvn clean install \
    -Dmaven.test.failure.ignore=false \
    -DgsExec=$(which gs) \
    -DcompareExec=$(which compare) \
    -Dmaven.javadoc.failOnError=false \
    > >(tee mvn.log) 2> >(tee mvn-error.log >&2)