Andrew McIntyre wrote:
On Mar 8, 2005, at 6:00 AM, Jeremy Boynes wrote:
I ran into something similar where by compiling under 1.4 one of the
classes in ij uses the new StringBuffer.append(StringBuffer) method.
Here's how I fixed it in the mavenized version.
<snip>
Yep! That fixed the problem. Thanks, Jeremy!
With the addition of that snippit, the jars built with the previous
patch using jdk142 only (compiled with javac on Mac OS X, btw), work on
jdk131 as well.
NP. I'm still not keen on the class file modification approach though.
--
Jeremy