I'm not sure who is working on the GCC 4.1 rebuild of the java packages right now, but I found I had to apply the following patch to xalan-j2 to get it to build. This probably has more to do with the recent Eclipse upgrade more than anything else. AG
--- build.xml~ 2005-12-11 14:22:33.000000000 -0800 +++ build.xml 2005-12-11 14:31:55.000000000 -0800 @@ -254,6 +254,7 @@ <javac srcdir="${src.dir}" destdir="${build.classes}" debug="${build.debug}" + source="1.2" target="1.1" > <include name="${apachexml.reldir}/**/*.java" /> <!-- But exclude unused synthetic* files; should be obsoleted from CVS --> @@ -278,6 +279,7 @@ <javac srcdir="${src.dir}" destdir="${build.classes}" debug="${build.debug}" + source="1.2" target="1.1" > <include name="${xpath.reldir}/**/*.java" /> <include name="${domxpath.reldir}/**/*.java" />