I don't know where the dtd is... but the xml files that need the dtd are no needed for myfaces to work. They were used when creating some components using code generation. So, if you want a fast solution, you could try to remove that xml files...
Hope this sheds some light, Bruno 2005/9/14, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]>: > I find it difficult to believe that *no one* knows where > http://myfaces.apache.org/dtd/Component.dtd is defined. Help! > > - Brendan > > -----Original Message----- > From: CONNER, BRENDAN (SBCSI) > Sent: Tuesday, September 13, 2005 9:23 AM > To: 'MyFaces Development' > Subject: RE: FW: Where is http://myfaces.apache.org/dtd/Component.dtd > defined? > > > IBM's RSA IDE validates all xml files in its workspace, to ensure that > they are well-formed and understood by the server. It also performs > automatic builds every time a source file (e.g., a Java file or JSP) is > changed. A summary of all syntax errors is provided in one of its > Eclipse views. I've attached a screen shot showing the errors that I > mentioned, namely that the IDE can't resolve the reference to > http://myfaces.apache.org/dtd/Component.dtd. > > - Brendan > > -----Original Message----- > From: Manfred Geiler [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 13, 2005 5:03 AM > To: MyFaces Development > Subject: Re: FW: Where is http://myfaces.apache.org/dtd/Component.dtd > defined? > > > What do you mean by "compiling xml files"? > -Manfred > > 2005/9/12, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]>: > > I posted this to the MyFaces discussion group, but maybe it was more > > appropriate to post it to the MyFaces development group.... > > > > > 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 > > >
