You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Christophe Labouisse (JIRA)" <ji...@codehaus.org> on 2008/12/17 14:58:19 UTC

[jira] Created: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Specifying sender email address using fromDeveloperId is no longer working.
---------------------------------------------------------------------------

                 Key: MCHANGES-143
                 URL: http://jira.codehaus.org/browse/MCHANGES-143
             Project: Maven 2.x Changes Plugin
          Issue Type: Bug
          Components: announcement
    Affects Versions: 2.1
         Environment: Maven 2.0.9, Windows XP Pro SP3.
            Reporter: Christophe Labouisse
         Attachments: patch-maven-changes-plugin-rev-727375.txt

According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
    [INFO] Invalid mail sender: name and email is mandatory (null (null)).

Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.

Attached is a patch fixing the issue from the svn repository at revision 727375.

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

        

[jira] Closed: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MCHANGES-143.
---------------------------------

    Resolution: Fixed

fixed in rev [769171|http://svn.apache.org/viewvc?rev=769171&view=rev]
Thanks !

> Specifying sender email address using fromDeveloperId is no longer working.
> ---------------------------------------------------------------------------
>
>                 Key: MCHANGES-143
>                 URL: http://jira.codehaus.org/browse/MCHANGES-143
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9, Windows XP Pro SP3.
>            Reporter: Christophe Labouisse
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>         Attachments: patch-maven-changes-plugin-rev-727375.txt
>
>
> According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
>     [INFO] Invalid mail sender: name and email is mandatory (null (null)).
> Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.
> Attached is a patch fixing the issue from the svn repository at revision 727375.

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

        

[jira] Commented: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Posted by "Alexandre Navarro (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=172923#action_172923 ] 

Alexandre Navarro commented on MCHANGES-143:
--------------------------------------------

Can you integrate the patch?

> Specifying sender email address using fromDeveloperId is no longer working.
> ---------------------------------------------------------------------------
>
>                 Key: MCHANGES-143
>                 URL: http://jira.codehaus.org/browse/MCHANGES-143
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9, Windows XP Pro SP3.
>            Reporter: Christophe Labouisse
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>         Attachments: patch-maven-changes-plugin-rev-727375.txt
>
>
> According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
>     [INFO] Invalid mail sender: name and email is mandatory (null (null)).
> Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.
> Attached is a patch fixing the issue from the svn repository at revision 727375.

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

        

[jira] Commented: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Posted by "Chad Gorshing (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159383#action_159383 ] 

Chad Gorshing commented on MCHANGES-143:
----------------------------------------

This may not be directly related to this issue, but according to the documentation at http://maven.apache.org/plugins/maven-changes-plugin/examples/specifying-mail-sender.html, it says "If no developer id is specified, the first <developer> in the list will be used."

This is not happening on my machine (I'm sure I deserve http://www.codinghorror.com/blog/archives/000818.html).  Would this issue be related to that or something entirely different?

> Specifying sender email address using fromDeveloperId is no longer working.
> ---------------------------------------------------------------------------
>
>                 Key: MCHANGES-143
>                 URL: http://jira.codehaus.org/browse/MCHANGES-143
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9, Windows XP Pro SP3.
>            Reporter: Christophe Labouisse
>         Attachments: patch-maven-changes-plugin-rev-727375.txt
>
>
> According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
>     [INFO] Invalid mail sender: name and email is mandatory (null (null)).
> Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.
> Attached is a patch fixing the issue from the svn repository at revision 727375.

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

        

[jira] Commented: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Posted by "Alexandre Navarro (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MCHANGES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159881#action_159881 ] 

Alexandre Navarro commented on MCHANGES-143:
--------------------------------------------

I confirm, I have the same problem.
In 2.0 it works
In 2.1 I must set the 
                                       <mailSender>
						<name>Alexandre Navarro</name>
						<email>alexandre.j.navarro@gmail.com</email>	
					</mailSender>
if I want to work.

It is quite problematic when you use your plugin in enterprise.

> Specifying sender email address using fromDeveloperId is no longer working.
> ---------------------------------------------------------------------------
>
>                 Key: MCHANGES-143
>                 URL: http://jira.codehaus.org/browse/MCHANGES-143
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9, Windows XP Pro SP3.
>            Reporter: Christophe Labouisse
>         Attachments: patch-maven-changes-plugin-rev-727375.txt
>
>
> According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
>     [INFO] Invalid mail sender: name and email is mandatory (null (null)).
> Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.
> Attached is a patch fixing the issue from the svn repository at revision 727375.

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

        

[jira] Updated: (MCHANGES-143) Specifying sender email address using fromDeveloperId is no longer working.

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCHANGES-143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MCHANGES-143:
----------------------------------

         Assignee: Olivier Lamy
    Fix Version/s: 2.2

> Specifying sender email address using fromDeveloperId is no longer working.
> ---------------------------------------------------------------------------
>
>                 Key: MCHANGES-143
>                 URL: http://jira.codehaus.org/browse/MCHANGES-143
>             Project: Maven 2.x Changes Plugin
>          Issue Type: Bug
>          Components: announcement
>    Affects Versions: 2.1
>         Environment: Maven 2.0.9, Windows XP Pro SP3.
>            Reporter: Christophe Labouisse
>            Assignee: Olivier Lamy
>             Fix For: 2.2
>
>         Attachments: patch-maven-changes-plugin-rev-727375.txt
>
>
> According to the documentation and the available examples, it is possible specify the "from" address using either mailSend or fromDeveloperId. Starting with version 2.1, using fromDeveloperId leads to the following error:
>     [INFO] Invalid mail sender: name and email is mandatory (null (null)).
> Looking at the source code, the regression seems to have been introduced by adding "@parameter expression="${changes.mailSender}"" to the declaration of the mailSender attribute.
> Attached is a patch fixing the issue from the svn repository at revision 727375.

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