Re: 1 unmodifiable notifier

2005-11-11 Thread Tim McCune
Not right now, sorry, but I'll try to find some time soon. On Fri, 2005-11-11 at 23:21 +0100, Emmanuel Venisse wrote: > Do you want make a patch? > > Emmanuel > > Tim McCune a écrit : > > Looking at the code, I think I see what happened. I've never defined a > > nag email address. I defined an

Re: 1 unmodifiable notifier

2005-11-11 Thread Emmanuel Venisse
Do you want make a patch? Emmanuel Tim McCune a écrit : Looking at the code, I think I see what happened. I've never defined a nag email address. I defined an extra notifier in continuum to go to my own address before I ever built in continuum. Looks like continuum grabbed that on the first

Re: 1 unmodifiable notifier

2005-11-11 Thread Tim McCune
Looking at the code, I think I see what happened. I've never defined a nag email address. I defined an extra notifier in continuum to go to my own address before I ever built in continuum. Looks like continuum grabbed that on the first build, and set it to the project notifier, and now I can't r

Re: 1 unmodifiable notifier

2005-11-11 Thread Tim McCune
I don't have one set. :) On Fri, 2005-11-11 at 22:53 +0100, Emmanuel Venisse wrote: > in maven1 pom, it's defined in nagEmailAddress > > Emmanuel > > Tim McCune a écrit : > > Ok thanks, that makes more sense. Except this is a Maven 1 pom, and I > > don't seem to have any notifier defined in my

Re: 1 unmodifiable notifier

2005-11-11 Thread Emmanuel Venisse
in maven1 pom, it's defined in nagEmailAddress Emmanuel Tim McCune a écrit : Ok thanks, that makes more sense. Except this is a Maven 1 pom, and I don't seem to have any notifier defined in my project.xml. Where does this get read from? On Fri, 2005-11-11 at 22:33 +0100, Emmanuel Venisse wro

Re: 1 unmodifiable notifier

2005-11-11 Thread Tim McCune
Ok thanks, that makes more sense. Except this is a Maven 1 pom, and I don't seem to have any notifier defined in my project.xml. Where does this get read from? On Fri, 2005-11-11 at 22:33 +0100, Emmanuel Venisse wrote: > "Project" notifier are defined in pom, "User" notifier are define in > con

Re: 1 unmodifiable notifier

2005-11-11 Thread Emmanuel Venisse
"Project" notifier are defined in pom, "User" notifier are define in continuum. If you want to modify "Project" notifiers, you just need to modify your pom and commit it. Emmanuel Tim McCune a écrit : I can add, edit, and delete notifiers for my project in Continuum, but there is a single noti

1 unmodifiable notifier

2005-11-11 Thread Tim McCune
I can add, edit, and delete notifiers for my project in Continuum, but there is a single notifier whose recipient is my e-mail address, that has no "Edit" or "Delete" links. In the "From" column, its value is "Project", while other notifiers have the value "User" in this column. Sorry if I'm just

Re: Sending mail only on failures

2005-11-11 Thread Tim McCune
Sorry, bad assumption on my part. I just read through the source code and came to the same conclusion right before I read your reply. :) Thanks. On Fri, 2005-11-11 at 22:06 +0100, Emmanuel Venisse wrote: > not exactly, continuum send a message every time the state change, so if your > build is

Re: Sending mail only on failures

2005-11-11 Thread Emmanuel Venisse
not exactly, continuum send a message every time the state change, so if your build is always in success, you'll receive only the first message, same thing for failures You can set sendOn* in notifier in your pom (http://maven.apache.org/maven-model/maven.html#class_notifier). In 1.0.1, you'll

Re: Multiproject with maven 2

2005-11-11 Thread Emmanuel Venisse
cool. You can use TortoiseSvn, it's the most simple to use (right click in windows explorer). Checkout sources from http://svn.apache.org/repos/asf/maven/scm/trunk/ clearcase provider is in maven-scm-providers/maven-provider-clearcase For implementing command, you must extends commands from ma