[ http://jira.codehaus.org/browse/MPXDOC-131?page=comments#action_45627 ]
Ignacio G. Mac Dowell commented on MPXDOC-131: ---------------------------------------------- If i run test03, test04 and the multiproject test against the patched plugin, I do get the desired results. Are you running the tests against the patched plugin? Another alternative to test is to change maven.xdoc.jsl since it is the only important file that this patch changes (a part from docs and tests). > allow i18n links > ---------------- > > Key: MPXDOC-131 > URL: http://jira.codehaus.org/browse/MPXDOC-131 > Project: maven-xdoc-plugin > Type: Improvement > Reporter: Ignacio G. Mac Dowell > Attachments: hrefkey.patch, last.cumulative.patch, last.docs.patch, > last.main.patch, last.test.patch, plugin.jelly.patch, plugin.properties.patch > > > Currently, we can't directly use the pom or velocity in user-documentation. > JSL is applied to the user-docs as-is. I suggest having a property called > maven.docs.src.templates (defaults to false) that when set to true treats > user-docs as templates. > Then, slightly modify the goal xdoc:jelly-transform. > We need to var's: > <j:set var="mergeUserDocs" value="${maven.docs.src.templates}"/> > <j:set var="hasUserDocs" value="${maven.docs.src.available}"/> > If both evaluate to true then velocity:merge the user docs before doing jsl. > If they evaluate to false do as before. > It would probably be nice to be able to use jelly as well as user-supplied > docs. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
