From users-return-6485-apmail-continuum-users-archive=continuum.apache.org@continuum.apache.org Thu May 15 20:27:04 2008 Return-Path: Delivered-To: apmail-continuum-users-archive@www.apache.org Received: (qmail 77761 invoked from network); 15 May 2008 20:27:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2008 20:27:02 -0000 Received: (qmail 26279 invoked by uid 500); 15 May 2008 20:27:03 -0000 Delivered-To: apmail-continuum-users-archive@continuum.apache.org Received: (qmail 26252 invoked by uid 500); 15 May 2008 20:27:03 -0000 Mailing-List: contact users-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@continuum.apache.org Delivered-To: mailing list users@continuum.apache.org Received: (qmail 26241 invoked by uid 99); 15 May 2008 20:27:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 13:27:03 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of emmanuel.venisse@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 May 2008 20:26:17 +0000 Received: by wx-out-0506.google.com with SMTP id h30so448260wxd.14 for ; Thu, 15 May 2008 13:26:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=Xmn6ObOOSafDo0nPmM0vm172L8iL3n20xVgvVvEF7/A=; b=HfSmKEjun+sGHk2TzRL1XTYxi8EiUyMeXwCCFTlgifG1P4fb+h1OFxi4TVlxA+M+O5YrxBn4kkje6CXB2s7fJNdVYo7gFbCxG/HwlbQmXkTMPknuxYR4fylTP2UIIwS3lemOr5DoK2g4oGqF0D2h4+PIddUcCPgAWyYDbdAo9cc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=C31ubZ32FDm1ouzoWdQTHvZ81HBcv7rSBsqEOXP4Lzk+JmkPUu4WMNjPHNZ5XNxFiinwqdMtwQazJ2sWOTzV0c+NIU7IP8oMl7fAYNFw4DSFI6Bm8Q40/GUkr+FAEjfP8rluo8EDo/dLbd4P8X2zgMqclaKOkDcc90jFAkSrNp4= Received: by 10.70.50.3 with SMTP id x3mr3342446wxx.72.1210883191717; Thu, 15 May 2008 13:26:31 -0700 (PDT) Received: by 10.70.87.6 with HTTP; Thu, 15 May 2008 13:26:31 -0700 (PDT) Message-ID: Date: Thu, 15 May 2008 22:26:31 +0200 From: "Emmanuel Venisse" To: users@continuum.apache.org Subject: Re: Developer id In-Reply-To: <17223766.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4164_17834130.1210883191639" References: <17223766.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_4164_17834130.1210883191639 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On Wed, May 14, 2008 at 7:42 AM, Steen Ole Andersen wrote: > > I have experienced some problems with mails sent to latest committers. > > If I understand correctly the committers mail address is found by comparing > the user id in SVN with the one under in the POM.xml. This > match > seems to be case sensitive. Can anyone confirm that? I confirm > > > If that is case, it gives me some problems, since the SVN userid is NOT > case > sensitive. Maybe because SVN is running on a Windows server. > > Does anyone have a suggestion to work around that problem? > File an issue and eventually add a patch. The issue is with the map generated by mapDevelopersToRecipients in this class : https://svn.apache.org/repos/asf/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/notification/ContinuumRecipientSource.java Emmanuel ------=_Part_4164_17834130.1210883191639--