You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Vincent Siveton (JIRA)" <ji...@codehaus.org> on 2005/07/27 21:30:57 UTC

[jira] Created: (MNG-665) Improve the log statement for Velocity with site goal

Improve the log statement for Velocity with site goal
-----------------------------------------------------

         Key: MNG-665
         URL: http://jira.codehaus.org/browse/MNG-665
     Project: Maven 2
        Type: Improvement
    Versions: 2.0-beta-1    
 Reporter: Vincent Siveton
    Priority: Trivial


Actually, the site goal generates several warn or info messages coming from Velocity.
Maybe we could turn off these?

A quick solution is to add the following properties in the components.xml file in the plexus-velocity-1.1.jar, 
          <property>
            <name>velocimacro.messages.on</name>
            <value>false</value>
          </property>
          <property>
            <name>resource.manager.logwhenfound</name>
            <value>false</value>
          </property>


-- 
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


[jira] Closed: (MNG-665) Improve the log statement for Velocity with site goal

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-665?page=all ]
     
Emmanuel Venisse closed MNG-665:
--------------------------------

      Assign To: Emmanuel Venisse
     Resolution: Fixed
    Fix Version: 2.0-beta-1

Applied. Thanks.

> Improve the log statement for Velocity with site goal
> -----------------------------------------------------
>
>          Key: MNG-665
>          URL: http://jira.codehaus.org/browse/MNG-665
>      Project: Maven 2
>         Type: Improvement
>     Versions: 2.0-beta-1
>     Reporter: Vincent Siveton
>     Assignee: Emmanuel Venisse
>     Priority: Trivial
>      Fix For: 2.0-beta-1

>
>
> Actually, the site goal generates several warn or info messages coming from Velocity.
> Maybe we could turn off these?
> A quick solution is to add the following properties in the components.xml file in the plexus-velocity-1.1.jar, 
>           <property>
>             <name>velocimacro.messages.on</name>
>             <value>false</value>
>           </property>
>           <property>
>             <name>resource.manager.logwhenfound</name>
>             <value>false</value>
>           </property>

-- 
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