On Sat, Nov 24, 2012 at 2:13 AM, Shai Erera <[email protected]> wrote:

> Hi
>
> I noticed that the javadocs for the facet module do not exist in 4.0. In
> the past, the facet/build.xml contains a <javadoc> tag with these packages:
>
>           <packageset dir="${src.dir}"/>
>           <packageset dir="${examples.dir}"/>
>
> It seems that with the refactoring of the modules-javadocs build system,
> they were removed and now every module contains only the "src.dir"
> packageset.
>
> I didn't find a clean way to add another package source to the facet
> javadocs, besides overriding <javadocs> and inline <invoke-javadoc-module>,
> to add another packagset.
>
> Is that indeed the best approach, or can <invoke-javadoc-module> be
> extended to support additional sources?
>
>
I don't think we should do this.

Can we merge these examples into the demo/ module?
Otherwise lets make a facet-examples module, if it wants to have its own
jar/javadocs/etc.

Reply via email to