[
https://issues.apache.org/jira/browse/JELLY-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lukas Theussl updated JELLY-272:
--------------------------------
Attachment: JELLY-272.patch
Attaching a patch to fix the jelly site and make it build-able with Maven 1.1
(should work with 1.0.2 and upgraded plugins too, though).
Here's what I did:
- commented out the missing links under 'Tag reference', or replaced them with
direct links to the tags refs (I think these pages should really go into the
individual taglibs)
- replaced the checkstyle config file (it's now the same as the one used by
commons-lang) and simplified the pmd rule sets to speed up the build. Removed a
few reports I thought were pointless, and added some others (multichanges,
multiproject, jellydoc)
- I had to exclude the avalon taglib because it has the wrong directory
structure (sources are in o.a.c.jelly/avalon/ instead of
o.a.c.jelly/tags/avalon/), which makes the jellydoc plugin unhappy. This has
to be fixed in SVN.
- Replaced the custom goals in maven.xml that used to build the site by some
simple multiproject goals. The goals build-all-sites and deploy-all-sites can
be used to build and deploy the main site and all subprojects, the main site is
just built with multiproject:site.
- the sql taglib had a dependency on jdbc which I commented out because it is
not on ibiblio, but apparently isn't needed according to a comment.
- adjusted the whole site style according to
http://wiki.apache.org/jakarta-commons/MavenWebsiteStucture
The result is here: http://people.apache.org/~ltheussl/jelly/
> Lots of defect links in website
> -------------------------------
>
> Key: JELLY-272
> URL: https://issues.apache.org/jira/browse/JELLY-272
> Project: Commons Jelly
> Issue Type: Bug
> Environment: none
> Reporter: Peter Büttner
> Attachments: JELLY-272.patch
>
>
> I found al lot of dead links in the jelly 'website', links to examples an a
> lot
> here: http://jakarta.apache.org/commons/jelly/tag-reference/index.html
> e.g. this is dead
> http://jakarta.apache.org/commons/jelly/tag-reference/bsf.html
> and all of it sibling nodes.
> Opening http://jakarta.apache.org/commons/jelly/tag-reference/all.html
> and selecting any tagdoc shows a page, but with empty content.
> I think the CMS is defect.
> Greetings
> Peter
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]