Skip to content

Instantly share code, notes, and snippets.

@ksob
Last active August 29, 2015 13:57
Show Gist options
  • Save ksob/9469618 to your computer and use it in GitHub Desktop.
Save ksob/9469618 to your computer and use it in GitHub Desktop.
compiling and packaging iText 2.0.8
COMPILING iText 2.0.8 -------------------
get sources: http://grepcode.com/snapshot/repo1.maven.org/maven2/com.lowagie/itext/2.0.8
$> jar -xvf itext-2.0.8.jar
$> cd itext/ant
replace pom.xml with https://gist.github.com/ksob/9469713
copy core/com dir to ant/src/main/resources (maven will filter out resources like *.awf *.html itself, you can just copy whole dir)
$> mvn compile
$> mvn package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment