You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2005/08/08 16:33:55 UTC

[all][site] Maven xdoc plugin v. 1.9, 1.9.1 does not work with commons-site.jsl

I noticed this weekend that since v. 1.9, the maven xdoc plugin does
not work correctly with commons-site.jsl.  Specifically, the project
reports menu is ommitted from the left nav and some reports, e.g. the
team list, are not formatted correctly.  This is being tracked as
http://jira.codehaus.org/browse/MPXDOC-155

I am trying to make changes to the jsl to make it work with both pre-
and post-1.9 versions of the plugin, but have not been successful up
to now.  Any ideas on how to do this - or JFDI - would be appreciated.

So for now, when generating commons sites, its best to use 1.8 or
below.  If you have any doubt about what you have installed, "maven
--info" will display the versions of all the plugins that you have
installed and the following will install 1.8
maven plugin:download 
  -DgroupId=maven 
  -DartifactId=maven-xdoc-plugin
  -Dversion=1.8

Phil

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


Re: [all][site] Maven xdoc plugin v. 1.9, 1.9.1 does not work with commons-site.jsl

Posted by Phil Steitz <ph...@gmail.com>.
This has been fixed in maven svn and should be resolved in version 1.9.2 of 
the xdoc plugin. A small (backward compatible) change was also required in 
commons-site.jsl.

Phil

On 8/8/05, Phil Steitz <ph...@gmail.com> wrote:
> 
> I noticed this weekend that since v. 1.9, the maven xdoc plugin does
> not work correctly with commons-site.jsl. Specifically, the project
> reports menu is ommitted from the left nav and some reports, e.g. the
> team list, are not formatted correctly. This is being tracked as
> http://jira.codehaus.org/browse/MPXDOC-155
> 
> I am trying to make changes to the jsl to make it work with both pre-
> and post-1.9 versions of the plugin, but have not been successful up
> to now. Any ideas on how to do this - or JFDI - would be appreciated.
> 
> So for now, when generating commons sites, its best to use 1.8 or
> below. If you have any doubt about what you have installed, "maven
> --info" will display the versions of all the plugins that you have
> installed and the following will install 1.8
> maven plugin:download
> -DgroupId=maven
> -DartifactId=maven-xdoc-plugin
> -Dversion=1.8
> 
> Phil
>