I'm trying to load up the source for the Tomahawk components so I can develop a patch, so I downloaded myfaces-20050908-src.zip. I imported the files in \src\tomahawk into my RSA workspace, and deleted the corresponding copy of tomahawk.jar (keeping myfaces-api.jar and myfaces-impl.jar).
So now I'm trying to address the compiler errors I'm getting in my workspace after doing the above. One particular compiler error seems to be appearing everywhere: File not found: "http://myfaces.apache.org/dtd/Component.dtd" I'm getting this error message for the all the Htmlxxx.xml files, including: HtmlCommandLink.xml HtmlDataTable.xml HtmlGraphicImage.xml HtmlInputSecret.xml HtmlInputText.xml ... Looking at each of these files, I can see that they start out with the following line: <!DOCTYPE component PUBLIC "-//MyFaces//DTD MyFaces component def 1.0//EN" "http://myfaces.apache.org/dtd/Component.dtd"> Can someone tell me what the dtd string is supposed to resolve to so I can at least get the source to compile cleanly? Thanks, - Brendan

