You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Phil Steitz <ph...@steitz.com> on 2005/09/10 17:24:52 UTC

Re: [jira] Updated: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

Lukas Theussl (JIRA) wrote:
> [ http://jira.codehaus.org/browse/MPXDOC-155?page=all ]
> 
> Lukas Theussl updated MPXDOC-155: ---------------------------------
> 
> Attachment: MPXDOC-155.patch
> 
> Hi Phil, Can you test the attached patch please? I have successfully
> generated the site for jakarta math with it. There are a few layout
> differences to the published web site, so I'd like to make sure I
> haven't overlooked anything.
> 
> The only thing you have to do is copy the <jsl:template
> match="message"> template from xdoc's site.jsl into
> commons-site.jsl. You might want to adjust it later but it works as
> it is.

I just realized that this creates an incompatibility with earlier 
versions of the plugin (<= 1.8), since it references the fmt library, 
which does not seem to be available to the 1.8 plugin.  Somehow I missed 
this in my testing.  Is there a workaround that will allow <= 1.8 
versions of the plugin to work with this?

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: [jira] Updated: (MPXDOC-155) xdoc 1.9 not compatible with older customised site.jsl

Posted by Brett Porter <br...@apache.org>.
Phil Steitz wrote:

>
> I just realized that this creates an incompatibility with earlier
> versions of the plugin (<= 1.8), since it references the fmt library,
> which does not seem to be available to the 1.8 plugin.  Somehow I
> missed this in my testing.  Is there a workaround that will allow <=
> 1.8 versions of the plugin to work with this?
>
I think you have a few alternatives:
- remove the i18n ability and references to fmt tag library (I think
this will work off the top of my head)
- add a dependency on the 1.9.2 plugin in commons-build
- add a dependency on the format tag library in commons-build (not sure
this will work).

Cheers,
Brett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org