How do I rebuild org.apache.batik.ext.awt?
Dan Abramov <[email protected]> Tue, 10 Dec 2013 15:43:01 +0400
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I’m trying to fix these two issues: https://issues.apache.org/jira/browse/BATIK-1062 https://issues.apache.org/jira/browse/BATIK-1063 The second one has stack trace like this: at java.awt.image.AffineTransformOp.filter(AffineTransformOp.java:267) at org.apache.batik.ext.awt.image.rendered.AffineRed.genRect(AffineRed.java:193) at org.apache.batik.ext.awt.image.rendered.AffineRed.copyData(AffineRed.java:109) I’m trying to change something in genRect, but ./build.sh compile doesn’t seem to compile my changes. How do I compile this code? Thanks, Dan