You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Kenney Westerhof (JIRA)" <ji...@codehaus.org> on 2005/08/16 00:57:58 UTC

[jira] Commented: (MNG-626) mojos/plexus needs to work with setter based injection

    [ http://jira.codehaus.org/browse/MNG-626?page=comments#action_44514 ] 

Kenney Westerhof commented on MNG-626:
--------------------------------------

Using setters is finished, but I discovered that the ConsoleLogger has a private field 'String treshold'
and a method 'setThreshold(int)'. Configuration goes wrong since it tries the setter first, and the string "info"
cannot be parsed as a number. Still tackling this problem. Possibly try configuration for both types,
and use the first one that works.

> mojos/plexus needs to work with setter based injection
> ------------------------------------------------------
>
>          Key: MNG-626
>          URL: http://jira.codehaus.org/browse/MNG-626
>      Project: Maven 2
>         Type: Task
>   Components: maven-plugin-api
>     Reporter: Brett Porter
>     Assignee: Kenney Westerhof
>      Fix For: 2.0-beta-1

>
>
> we've talked about putting setters on mojos for reusability - plexus needs to be able to actually use them (in the case where they do more than just assignment) instead of the private field injection.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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