Re: AW: Javadoc plugin problems

2004-10-09 Thread Brett Porter
Hi Daniel, The package you specified is org.apache.commons.i18n; whereas the shared build effectively makes that org.apache.commons.i18n.*. Explicitly specifying org.apache.commons.i18n.* in the current project also does not work. I don't think the package element needs/is meant to have a .* on

AW: Javadoc plugin problems

2004-10-09 Thread Daniel Florey
Hi Arnaud, The problem seems to be fixed by adding the package-element to the project.xml (don't know why...) This is funny as this tag is not existing at other sandbox projects that generate the javadoc correctly. Still the generated site seems to be broken as the style is missing. Many thanks fo