Thank you for the feedback.

>
> So I think a full-blown approach is for the plugin to provide some parameter
> 
>    /**
>     * The locale used for the (tags in the) source files.
>     * @parameter default-value="en"
>     */
>    private String locale;
> 
> that the plugin converts to java.util.Locale and uses for invocations of 
> String.to*Case() instead of the platform default value.
>

I will add a locale configuration to the plugin.  


> 
> See also [0] for some related hints.
>

Thank you for the link.  


> 
> BTW, something like
> 
>    @parameter expression="${tagListOptions}"
> 
> is useless for complex parameter types like TagListOptions. The 
> expression is meant to allow configuration via system properties (from 
> the CLI) but a complex object cannot be passed in via system props.
>

So the line should only be: "@parameter"?


-Nate


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to