OK, I moved past the problem with the XSL transformation. The issue
only manifested when I used the ANT that is installed with Fedora. When
I downloaded ANT 1.7.0 from apache or used Eclipse to run the build
script I got past this error.
Of course, now I have a different error:
compile:
[javac] Compiling 199 source files to
/home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/build/classes
[javac]
/home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/src/com/sun/faces/vendor/Jetty6InjectionProvider.java:41:
package org.mortbay.jetty.plus.annotation does not exist
[javac] import org.mortbay.jetty.plus.annotation.InjectionCollection;
[javac] ^
[javac]
/home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/src/com/sun/faces/vendor/Jetty6InjectionProvider.java:42:
package org.mortbay.jetty.plus.annotation does not exist