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=34551>. 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=34551 Summary: xjavac classpath hack required to build under libgcj Product: Xerces-J Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The xjavac contains a classpath workaround for various JVMs, and this workaround is also required for libgcj. The following patch fixes: --- XJavac.java~ 2005-04-21 10:49:50 +0100 +++ XJavac.java 2005-04-21 10:59:07 +0100 @@ -97,7 +97,8 @@ else if( (vendor.indexOf("SUN") >= 0) || (vendor.indexOf("BLACKDOWN") >= 0) || (vendor.indexOf("APPLE") >= 0) || - (vendor.indexOf("HEWLETT-PACKARD") >= 0)) { + (vendor.indexOf("HEWLETT-PACKARD") >= 0) || + (vendor.indexOf("FREE SOFTWARE FOUNDATION") >= 0)) { // we're on an SUN 1.4; fiddle with the bootclasspath. // since we can't eviscerate XML-related info here, // we must use the classpath -- 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]
