Hi Jijik,
> Hi John,
> and when you look to /src/generated is there generated file myfaces_wap.tld?
Yes, size 69,224.
> If is, then will be the problem in DTDs. Generated file is validated in ant
> script:
> <xmlvalidate warn="false" file="${generated.src}/myfaces_wap.tld">
> <dtd publicId="-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN"
> location="res/dtds/web-jsptaglibrary_1_2.dtd" />
> </xmlvalidate>
Makes sense.
> Have you downloaded directory "res"?
Not specifically. I checked out http://svn.apache.org/repos/asf/myfaces/trunk/.
If the relative "location" attribute is resolved relative to the
build.xml file in the build directory, then I would expect to see a
build/res directory in the working copy.
There doesn't appear to be any "res" directory under build in version control...
http://svn.apache.org/repos/asf/myfaces/trunk/build/
...and the build scripts don't seem to generate a build/res either.
A recursive search of the working copy for dtd files revealed the following:
build/tld-doc/web-jsptaglibrary_1_2.dtd
src/codegen/org/apache/myfaces/codegen/resource/Component.dtd
src/myfaces/org/apache/myfaces/resource/web-facesconfig_1_0.dtd
src/myfaces/org/apache/myfaces/resource/web-facesconfig_1_1.dtd
tlds/web-jsptaglibrary_1_2.dtd
webapps/tiles/web/WEB-INF/tiles-config_1_1.dtd
How does the build/res directory get populated during the build?
Kind Regards,
John Fallows.