On Fri, 10 Aug 2001, Rob S. wrote:
> Ok after I wrote this email I didn't realize that something I tried fixed it
> =)
>
> Craig, instead of "project.xml" would changing it to "../project.xml" on
> *nix be ok? I changed it in index.xml and it works on my Win98SE laptop.
> It kept failing but ACTUALLY it was failing on the next .xml file that
> didn't have the "../project.xml" in it.
>
> - r
>
> I'm the ONLY person who has trouble building the modified docs? =)
> <grumble>
>
> I've got my build environment setup as described in Catalina's readme, and I
> know that that's kosher because I was able to build before the introduction
> of the 'project' ENTITY in the .xml doc files.
>
> Anyone else run across this error?
>
> [style] Failed to process
> C:\Projects\jakarta-tomcat-4.0\webapps\tomcat-docs\index.xml
>
> BUILD FAILED
>
> c:\Projects\jakarta-tomcat-4.0\webapps\tomcat-docs\build.xml:101:
> javax.xml.transform.TransformerException: java.net.MalformedURLException: no
> protocol: project
> .xml
>
>
What parser are you using? Works fine for me with JAXP/1.1, on both
Windows 98 / JDK 1.3.0_02 and on Linux / JDK 1.3.1.
Also, you might want to do another "cvs update" just to make sure you
didn't catch me in the middle of rearranging how project.xml was
loaded.
Craig