[Bug 1223] The return type is incompatible with Attribute.getDTDType() for icedtea6-1.11.5 build

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Nov 19 18:44:47 PST 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1223

sato <yoshiki at sendme.email.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yoshiki at sendme.email.ne.jp

--- Comment #4 from sato <yoshiki at sendme.email.ne.jp> ---
> However, your Ant build seems to be using a different JDK altogether, which
> is why this problem occurs.

Exactly. The ant build is using GCJ 4.4.7. 

% cat `which java`
#!/bin/bash
${HOME}/local/bin/gij "$@"

% cat `which javac`
#!/bin/bash
${HOME}/local/bin/gcj -O2 -C "$@"


Thank you for your suggestions in advance.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20121120/04fc6c4b/attachment.html 


More information about the distro-pkg-dev mailing list