Last active
August 29, 2015 13:57
-
-
Save ksob/9469618 to your computer and use it in GitHub Desktop.
compiling and packaging iText 2.0.8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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