DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=44092>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=44092 Summary: Build problem using gcj - includes fix Product: Batik Version: 1.7 Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Utilities AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Batik 1.7 beta 1 doesn't build when using gcj 4.2 (tried on Ubuntu). The problem lies in build.xml. The exclude expression for excluding certain transcoders (which depend on Sun specific API) is not correct. Please replace (line 673) <exclude name="${src}/${package-prefix}/ext/awt/image/codec/jpeg/*" unless="sun-codecs.present"/> with <exclude name="${package-prefix}/ext/awt/image/codec/jpeg/*" unless="sun-codecs.present"/> <exclude name="${package-prefix}/ext/awt/image/codec/tiff/*" unless="sun-codecs.present"/> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
