Re: How do I rebuild org.apache.batik.ext.awt?
Dan Abramov <[email protected]> Tue, 10 Dec 2013 16:08:43 +0400
| Newsgroups | gmane.text.xml.batik.user |
|---|---|
| Message-ID | <[email protected]> |
I’m sorry, it was me being stupid. I was building in the wrong directory and assumed it was some kind of Java oddity. Never mind, Dan On 10 Dec 2013, at 15:43 , Dan Abramov <[email protected]> wrote: > 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