You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Grant Smith (JIRA)" <de...@myfaces.apache.org> on 2006/06/06 20:48:29 UTC

[jira] Created: (MYFACES-1325) Restrict Continuum notification to failures only.

Restrict Continuum notification to failures only.
-------------------------------------------------

         Key: MYFACES-1325
         URL: http://issues.apache.org/jira/browse/MYFACES-1325
     Project: MyFaces Core
        Type: Improvement

  Components: build process  
    Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT    
    Reporter: Grant Smith
 Assigned to: Grant Smith 


For now, comment out the following section in the poms, then add the notifiers via the continuum web interface.

<ciManagement>
    <system>continuum</system>
    <notifiers>
      <notifier>
        <configuration>
          <address>commits@myfaces.apache.org</address>
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>

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


[jira] Commented: (MYFACES-1325) Restrict Continuum notification to failures only.

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1325?page=comments#action_12415091 ] 

Bernd Bohmann commented on MYFACES-1325:
----------------------------------------

Why you comment out the ciManagement?
If you try to restrict notification to fallures only, why you don't changed the notifier to 

    <notifier>
       <type>mail</type>
       <sendOnSuccess>false</sendOnSuccess>
         <configuration>
          <address>commits@myfaces.apache.org</address>
        </configuration>
      </notifier> 

But I like to get the success notifier after a build failure. 

> Restrict Continuum notification to failures only.
> -------------------------------------------------
>
>          Key: MYFACES-1325
>          URL: http://issues.apache.org/jira/browse/MYFACES-1325
>      Project: MyFaces Core
>         Type: Improvement

>   Components: build process
>     Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT
>     Reporter: Grant Smith
>     Assignee: Grant Smith

>
> For now, comment out the following section in the poms, then add the notifiers via the continuum web interface.
> <ciManagement>
>     <system>continuum</system>
>     <notifiers>
>       <notifier>
>         <configuration>
>           <address>commits@myfaces.apache.org</address>
>         </configuration>
>       </notifier>
>     </notifiers>
>   </ciManagement>

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


[jira] Commented: (MYFACES-1325) Restrict Continuum notification to failures only.

Posted by "Grant Smith (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1325?page=comments#action_12415160 ] 

Grant Smith commented on MYFACES-1325:
--------------------------------------

Bernd,

Thanks! I was looking for documentation for that section. What would be the best way to get a success notification after failure, though ? Won't <sendOnSuccess>true</sendOnSuccess> report EVERY build that is a success ? 

> Restrict Continuum notification to failures only.
> -------------------------------------------------
>
>          Key: MYFACES-1325
>          URL: http://issues.apache.org/jira/browse/MYFACES-1325
>      Project: MyFaces Core
>         Type: Improvement

>   Components: build process
>     Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT
>     Reporter: Grant Smith
>     Assignee: Grant Smith

>
> For now, comment out the following section in the poms, then add the notifiers via the continuum web interface.
> <ciManagement>
>     <system>continuum</system>
>     <notifiers>
>       <notifier>
>         <configuration>
>           <address>commits@myfaces.apache.org</address>
>         </configuration>
>       </notifier>
>     </notifiers>
>   </ciManagement>

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


[jira] Commented: (MYFACES-1325) Restrict Continuum notification to failures only.

Posted by "Grant Smith (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1325?page=comments#action_12415158 ] 

Grant Smith commented on MYFACES-1325:
--------------------------------------

Bernd,

Thanks thats what I'll do. Any Idea where this might be documented ?

> Restrict Continuum notification to failures only.
> -------------------------------------------------
>
>          Key: MYFACES-1325
>          URL: http://issues.apache.org/jira/browse/MYFACES-1325
>      Project: MyFaces Core
>         Type: Improvement

>   Components: build process
>     Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT
>     Reporter: Grant Smith
>     Assignee: Grant Smith

>
> For now, comment out the following section in the poms, then add the notifiers via the continuum web interface.
> <ciManagement>
>     <system>continuum</system>
>     <notifiers>
>       <notifier>
>         <configuration>
>           <address>commits@myfaces.apache.org</address>
>         </configuration>
>       </notifier>
>     </notifiers>
>   </ciManagement>

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


[jira] Commented: (MYFACES-1325) Restrict Continuum notification to failures only.

Posted by "Bernd Bohmann (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-1325?page=comments#action_12415222 ] 

Bernd Bohmann commented on MYFACES-1325:
----------------------------------------

So far i know..
Continuum sends only a notification if the state has changed but I don't find the documentation for this.
http://www.mail-archive.com/continuum-users@maven.apache.org/msg00288.html
And I don't know what happens if you set a value to true or false may be it sends everytime or never a notification.

You can find the documentation for the ciManagement section at:

http://maven.apache.org/ref/2.0.3-SNAPSHOT/maven-model/maven.html

and google.  

> Restrict Continuum notification to failures only.
> -------------------------------------------------
>
>          Key: MYFACES-1325
>          URL: http://issues.apache.org/jira/browse/MYFACES-1325
>      Project: MyFaces Core
>         Type: Improvement

>   Components: build process
>     Versions: 1.1.4-SNAPSHOT, 1.2.0-SNAPSHOT
>     Reporter: Grant Smith
>     Assignee: Grant Smith

>
> For now, comment out the following section in the poms, then add the notifiers via the continuum web interface.
> <ciManagement>
>     <system>continuum</system>
>     <notifiers>
>       <notifier>
>         <configuration>
>           <address>commits@myfaces.apache.org</address>
>         </configuration>
>       </notifier>
>     </notifiers>
>   </ciManagement>

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