Michael Masters a écrit :

On Oct 10, 2007, at 1:02 AM, Emmanuel Venisse wrote:



Michael Masters a écrit :
I have a whole new set of questions now :)
I am using continuum Version 1.1-beta-3. I have jar'ed up my code and added the jar to apps/continuum/webapp/WEB-INF/lib/. I have used the web interface to continuum to set up the IRC notifier and that is working. I don't see how to configure the project to call my notifier.

If you added a irc notifier to your project group or your project, it will be used by continuum for each build. You don't need more configuration.



The IRC notifier runs without problems, but MY notifier does not run. Do I have to create a UI for my notifier to run. If not, then how do I configure it in application.xml or can I not do this in application.xml. I included the relevant files in my previous post.


As you don't have an UI yet, you can configure your notifier in your pom like 
this:

  <ciManagement>
    <system>continuum</system>
    <url>continuum_server_url</url>
    <notifiers>
      <notifier>
        <type>rally-continuum</type>
        <configuration>
          <!-- add here some configuration for your notifier !-->
        </configuration>
      </notifier>
    </notifiers>
  </ciManagement>


Emmanuel

Reply via email to