generate e-mailaddresses from SVN?

View: New views
9 Messages — Rating Filter:   Alert me  

generate e-mailaddresses from SVN?

by Markus.Wahl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi

using cruisecontrol it was possible to generate the e-mailaddresses to
which notifications on failed builds should be sent. that was typically
done by combining the SVN username of the person that checking in
something that did not compile, with a suffix, say "@ourcompany.com". but
i don't know how this is done in continuum? does anyone know if it is
possible?

mvh,
markus

Re: generate e-mailaddresses from SVN?

by Emmanuel Venisse :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Actually, continuum can send mail only to notifiers defined on the project.
In 1.1, you can choose if you want to use the actual mode or send mail to latest committers

Emmanuel

Markus.Wahl@... a écrit :

> hi
>
> using cruisecontrol it was possible to generate the e-mailaddresses to
> which notifications on failed builds should be sent. that was typically
> done by combining the SVN username of the person that checking in
> something that did not compile, with a suffix, say "@ourcompany.com". but
> i don't know how this is done in continuum? does anyone know if it is
> possible?
>
> mvh,
> markus


Refreshing the snapshot from mvn repository

by Prashanth Krishnamurthy :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

For mvn experts out there. ( Sorry for posting it
here. )

I have defined the goal "mvn clean deploy" with
arguments  "--update-snapshots --batch-mode
--non-recursive" in my continuum project.

The snapshots are not getting refreshed from mvn repo
to my local repo. I then deleted the dir from my local
repo and did a build, now everything got sync'ed up
successfully.  Why is this happening, how to fix it?

regards
--Prashanth

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com 

Re: generate e-mailaddresses from SVN?

by Doug Knesek :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

How are the e-mail addresses of the latest committers determined?  

Emmanuel Venisse wrote:
Actually, continuum can send mail only to notifiers defined on the project.
In 1.1, you can choose if you want to use the actual mode or send mail to latest committers

Emmanuel

Markus.Wahl@ibs.se a écrit :
> hi
>
> using cruisecontrol it was possible to generate the e-mailaddresses to
> which notifications on failed builds should be sent. that was typically
> done by combining the SVN username of the person that checking in
> something that did not compile, with a suffix, say "@ourcompany.com". but
> i don't know how this is done in continuum? does anyone know if it is
> possible?
>
> mvh,
> markus

Re: generate e-mailaddresses from SVN?

by Emmanuel Venisse-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If the latest commiter is defined in the pom as a developer, we take his
email address in the pom;

Emmanuel

On Feb 13, 2008 4:22 PM, Doug Knesek <dknesek@...> wrote:

>
> How are the e-mail addresses of the latest committers determined?
>
>
> Emmanuel Venisse wrote:
> >
> > Actually, continuum can send mail only to notifiers defined on the
> > project.
> > In 1.1, you can choose if you want to use the actual mode or send mail
> to
> > latest committers
> >
> > Emmanuel
> >
> > Markus.Wahl@... a écrit :
> >> hi
> >>
> >> using cruisecontrol it was possible to generate the e-mailaddresses to
> >> which notifications on failed builds should be sent. that was typically
> >> done by combining the SVN username of the person that checking in
> >> something that did not compile, with a suffix, say "@ourcompany.com".
> but
> >> i don't know how this is done in continuum? does anyone know if it is
> >> possible?
> >>
> >> mvh,
> >> markus
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/generate-e-mailaddresses-from-SVN--tp5812065p15459588.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>

Re: generate e-mailaddresses from SVN?

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Feb 13, 2008 8:22 AM, Doug Knesek <dknesek@...> wrote:
>
> How are the e-mail addresses of the latest committers determined?

I'm going to guess it's from the list of developers in the pom.  The
<id> there will need to match the svn id on the commit.

--
Wendy

Re: generate e-mailaddresses from SVN?

by Eric Pugh :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Do you have any guidance for projects that don't have a POM?  I am  
building some .NET code via the shell script approach...

Is there a way for me to create a POM?  Or some sort of rule that  
appends something to SVN id's for sending email?

Eric

On Feb 13, 2008, at 10:31 AM, Wendy Smoak wrote:

> On Feb 13, 2008 8:22 AM, Doug Knesek <dknesek@...> wrote:
>>
>> How are the e-mail addresses of the latest committers determined?
>
> I'm going to guess it's from the list of developers in the pom.  The
> <id> there will need to match the svn id on the commit.
>
> --
> Wendy

-----------------------------------------------------
Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | http://www.opensourceconnections.com




Re: generate e-mailaddresses from SVN?

by Emmanuel Venisse-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Not yet.

Emmanuel

On Wed, Feb 13, 2008 at 9:01 PM, Eric Pugh <epugh@...>
wrote:

> Do you have any guidance for projects that don't have a POM?  I am
> building some .NET code via the shell script approach...
>
> Is there a way for me to create a POM?  Or some sort of rule that
> appends something to SVN id's for sending email?
>
> Eric
>
> On Feb 13, 2008, at 10:31 AM, Wendy Smoak wrote:
>
> > On Feb 13, 2008 8:22 AM, Doug Knesek <dknesek@...> wrote:
> >>
> >> How are the e-mail addresses of the latest committers determined?
> >
> > I'm going to guess it's from the list of developers in the pom.  The
> > <id> there will need to match the svn id on the commit.
> >
> > --
> > Wendy
>
> -----------------------------------------------------
> Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 |
> http://www.opensourceconnections.com
>
>
>
>

Re: generate e-mailaddresses from SVN?

by Kent Narling :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does this work even if the developer is defined in a parent project?
It is a bit awkward to define all the developers again and again in every project... ;-)

Best regards,
Kent
Emmanuel Venisse-2 wrote:
If the latest commiter is defined in the pom as a developer, we take his
email address in the pom;

Emmanuel

On Feb 13, 2008 4:22 PM, Doug Knesek <dknesek@compcc.com> wrote:

>
> How are the e-mail addresses of the latest committers determined?
>
>
> Emmanuel Venisse wrote:
> >
> > Actually, continuum can send mail only to notifiers defined on the
> > project.
> > In 1.1, you can choose if you want to use the actual mode or send mail
> to
> > latest committers
> >
> > Emmanuel
> >
> > Markus.Wahl@ibs.se a écrit :
> >> hi
> >>
> >> using cruisecontrol it was possible to generate the e-mailaddresses to
> >> which notifications on failed builds should be sent. that was typically
> >> done by combining the SVN username of the person that checking in
> >> something that did not compile, with a suffix, say "@ourcompany.com".
> but
> >> i don't know how this is done in continuum? does anyone know if it is
> >> possible?
> >>
> >> mvh,
> >> markus
> >
> >
> >
>
> --
> View this message in context:
> http://www.nabble.com/generate-e-mailaddresses-from-SVN--tp5812065p15459588.html
> Sent from the Continuum - Users mailing list archive at Nabble.com.
>
>