You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bryan Madsen (JIRA)" <ji...@codehaus.org> on 2007/11/02 17:28:10 UTC

[jira] Created: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Email Subject line templates support only 3 name variables.
-----------------------------------------------------------

                 Key: CONTINUUM-1543
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
             Project: Continuum
          Issue Type: Bug
    Affects Versions: 1.1-beta-4
            Reporter: Bryan Madsen
            Priority: Trivial


This format results in the following subject line.
<subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>

[MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}

This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Posted by "Bryan Madsen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112870 ] 

Bryan Madsen commented on CONTINUUM-1543:
-----------------------------------------

${project.scmUrl}  does work. This may be more of a documentation issue. I thought "project" referred to the pom "project". What are the possible values for the Continuum "project" and "build" attributes? Is there documentation that describes this?

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>             Fix For: 1.1
>
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Posted by "Bryan Madsen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112583 ] 

Bryan Madsen commented on CONTINUUM-1543:
-----------------------------------------

That worked. I recieved "eventset-mock - eventset-mock - eventset-mock - eventset-mock"

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

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

Olivier Lamy commented on CONTINUUM-1543:
-----------------------------------------

Emmanuel,
No way to have continuum-model javadoc here http://maven.apache.org/continuum/ref/latest/apidocs/index.html ?

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>             Fix For: 1.1
>
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Posted by "Bryan Madsen (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112586 ] 

Bryan Madsen commented on CONTINUUM-1543:
-----------------------------------------

These both worked.

[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.name}
[MSVC Doc] BUILD SUCCESSFUL: msvc-procedure - 1.0-SNAPSHOT - msvc-procedure

[MSVC Doc] BUILD ${state}: ${build.durationTime} - ${project.version} - ${project.name}
[MSVC Doc] BUILD SUCCESSFUL: 9 min 30 sec - 1.0-SNAPSHOT - results-testing-util

It seems like a problem with ${project.scmTag}. I also tried ${project.scm.url} and that did not work.

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

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

Olivier Lamy commented on CONTINUUM-1543:
-----------------------------------------

project is here a reference to org.apache.maven.continuum.model.project.Project not to a maven project.
That's why ${project.scm.url}  doesn't work.
Have you try with ${project.scmUrl} ?


> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>             Fix For: 1.1
>
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Venisse closed CONTINUUM-1543.
---------------------------------------

      Assignee: Emmanuel Venisse
    Resolution: Cannot Reproduce

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Assignee: Emmanuel Venisse
>            Priority: Trivial
>             Fix For: 1.1
>
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

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

Olivier Lamy updated CONTINUUM-1543:
------------------------------------

    Fix Version/s: 1.1

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>             Fix For: 1.1
>
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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: (CONTINUUM-1543) Email Subject line templates support only 3 name variables.

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_112582 ] 

Emmanuel Venisse commented on CONTINUUM-1543:
---------------------------------------------

Can you try with a format like that :
${project.name} - ${project.name} - ${project.name}  - ${project.name}
to see if it's the number of variables that is the problem

> Email Subject line templates support only 3 name variables.
> -----------------------------------------------------------
>
>                 Key: CONTINUUM-1543
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1543
>             Project: Continuum
>          Issue Type: Bug
>    Affects Versions: 1.1-beta-4
>            Reporter: Bryan Madsen
>            Priority: Trivial
>
> This format results in the following subject line.
> <subject-format>[MSVC Doc] BUILD ${state}: ${project.name} - ${project.version} - ${project.scmTag}</subject-format>
> [MSVC Doc] BUILD SUCCESSFUL: dataobject-allergy - 1.0-SNAPSHOT - ${project.scmTag}
> This seems to occur with any combination where the 4th variable is treated as a literal.

-- 
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