users@javaserverfaces.java.net

Re: Error on build

From: Raymond DeCampo <rdecampo_at_twcny.rr.com>
Date: Fri, 20 Jul 2007 19:33:48 -0400

Ryan Lubke wrote:
> Raymond DeCampo wrote:
>> I checked out the latest source tree and I get the following error on
>> building with "ant clean main":
>>
>> create.runtime.config:
>> [xslt] Processing
>> /home/rdecampo/java.net/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit.xml
>>
>> to /home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/merged.xml
>> [xslt] Loading stylesheet
>> /home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/conf/xslt/merge-config.xsl
>>
>> [xslt]
>> home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/conf/xslt/merge-config.xsl:38:76:
>>
>> Error! The result-prefix attribute of an xsl:namespace-alias element has
>> the value '#default', but there is no declaration of the default
>> namespace in scope for the element
>> [xslt]
>> home/rdecampo/java.net/javaserverfaces-sources/jsf-ri/conf/xslt/merge-config.xsl:0:0:
>>
>> Fatal Error! java.lang.NullPointerException Cause:
>> java.lang.NullPointerException
>> [xslt] Failed to process
>> /home/rdecampo/java.net/javaserverfaces-sources/jsf-api/doc/standard-html-renderkit.xml
>>
>>
>>
>> I'm on a Fedora 6 system with ANT 1.6.5 if that is relevant. I'd
>> appreciate any pointers.
>>
> Which JDK are you using?

I knew I was forgetting something; JDK 1.6.0_02. Since you asked, I
tried with 1.5.0_12 as well with the same results. (I also tried J2SDK
1.4.2_15 and that failed as expected on compilation.)


Ray