On Fri, Jun 27, 2008 at 10:54 AM, simon <[EMAIL PROTECTED]> wrote: > Hi Leonardo, > > In the most recent commit to > https://svn.apache.org/repos/asf/myfaces/core/trunk/impl > you commented out the tlddocs report stuff in the "generate-site" > profile. > > As a result, the link from the main core11 site to the tlddocs gives a > blank page: > http://myfaces.apache.org/core11/myfaces-impl/tlddoc/index.html > > There were quite a few changes in that commit. Could you please take a > look and decide what should really happen here? >
On generate-site section there exists three plugins: 1. the old xslt-maven-plugin that create the old tld (so this should be removed, because this is now generated by myfaces-builder-plugin) 2. reference to myfaces-builder-plugin to generate a tld (this should not be there, but is commented) 3. The code that generate the taglibdoc (I corrected the paths for tlds). I'm not review it in deep but this should work (it is the same on tomahawk core and sandbox). I can see the prob on the web site. Really before the change the tld doc was not generated (probe of this is the errors on the old tld). I'll test it and see waht happens. > One way or another, core1.1.x users do need taglib documentation.. > > Thanks, > Simon > >
