On Fri, Apr 3, 2009 at 5:34 PM, Benjamin Bentmann <[email protected]
> wrote:
> Arnaud HERITIER wrote:
>
> I propose to release the idlj plugin v 1.1.
>>
>
> +0, not using it. Notes:
>
> "mvn dependency:analyze" reports issues with the proper declaration of
> plexus-utils. Also, the plugin's dependencies include
> plexus-container-default once from the old group id "plexus" and once from
> the current one.
ok I excluded them
>
>
> There are some javadoc warnings when building the site.
fixed
>
>
> The POM snippet on the usage page does not include a <version> element for
> the plugin, promoting bad practices.
fixed
>
>
> From TestIDLJMojo:
>
> * @parameter default-value="${basedir}/src/test/idl"
> */
> private List includeDirs;
>
> I haven't actually tried but I could imagine this would choke when trying
> to assign a scalar value to a collection-typed field. So the default-value
> probably needs to be removed.
yes. It was an error. fixed
>
>
> Furthermore, includeDirs is used as a List<String> where the strings denote
> paths. Without some form of manual basedir-alignment, relative paths won't
> work properly in reactor builds. Changing the field-type to File[] should be
> an easy fix.
Fixed
Thx a lot for all your feedbacks
I deployed a new SNAPSHOT (1.1-20090403.222528-19) if some users want to
give it a try.
cheers
arnaud
>
>
>
> Benjamin
>
> ---------------------------------------------------------------------
> To unsubscribe from this list, please visit:
>
> http://xircles.codehaus.org/manage_email
>
>
>
--
Arnaud