You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Wendy Smoak (JIRA)" <ji...@codehaus.org> on 2007/01/06 21:07:09 UTC

[jira] Created: (CONTINUUM-1121) Incorrect build number links on Project Group Summary

Incorrect build number links on Project Group Summary
-----------------------------------------------------

                 Key: CONTINUUM-1121
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
             Project: Continuum
          Issue Type: Bug
          Components: Web - UI
    Affects Versions: 1.1
            Reporter: Wendy Smoak


On the Project Group Summary, the 'build number' link is incorrect.

For example, the text '1' links to 
   http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts

This produces an error:
   org.apache.maven.continuum.ContinuumException: No such object

The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.

For example, the corresponding 'build state' icon in the first column for this project links to:
   http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121

Note: buildId=1 in the first link vs. buildId=72 in the second link.


-- 
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-1121) Incorrect build number links on Project Group Summary

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1121?page=comments#action_84322 ] 
            
Emmanuel Venisse commented on CONTINUUM-1121:
---------------------------------------------

I have always the right buildId. Can you provide more information to reproduce?

> Incorrect build number links on Project Group Summary
> -----------------------------------------------------
>
>                 Key: CONTINUUM-1121
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Wendy Smoak
>
> On the Project Group Summary, the 'build number' link is incorrect.
> For example, the text '1' links to 
>    http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts
> This produces an error:
>    org.apache.maven.continuum.ContinuumException: No such object
> The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.
> For example, the corresponding 'build state' icon in the first column for this project links to:
>    http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121
> Note: buildId=1 in the first link vs. buildId=72 in the second link.

-- 
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] Work stopped: (CONTINUUM-1121) Incorrect build number links on Project Group Summary

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1121?page=all ]

Work on CONTINUUM-1121 stopped by Emmanuel Venisse.

> Incorrect build number links on Project Group Summary
> -----------------------------------------------------
>
>                 Key: CONTINUUM-1121
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Wendy Smoak
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.1
>
>
> On the Project Group Summary, the 'build number' link is incorrect.
> For example, the text '1' links to 
>    http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts
> This produces an error:
>    org.apache.maven.continuum.ContinuumException: No such object
> The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.
> For example, the corresponding 'build state' icon in the first column for this project links to:
>    http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121
> Note: buildId=1 in the first link vs. buildId=72 in the second link.

-- 
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-1121) Incorrect build number links on Project Group Summary

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1121?page=all ]

Emmanuel Venisse closed CONTINUUM-1121.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Fixed.

> Incorrect build number links on Project Group Summary
> -----------------------------------------------------
>
>                 Key: CONTINUUM-1121
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Wendy Smoak
>         Assigned To: Emmanuel Venisse
>             Fix For: 1.1
>
>
> On the Project Group Summary, the 'build number' link is incorrect.
> For example, the text '1' links to 
>    http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts
> This produces an error:
>    org.apache.maven.continuum.ContinuumException: No such object
> The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.
> For example, the corresponding 'build state' icon in the first column for this project links to:
>    http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121
> Note: buildId=1 in the first link vs. buildId=72 in the second link.

-- 
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-1121) Incorrect build number links on Project Group Summary

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1121?page=comments#action_84711 ] 
            
Wendy Smoak commented on CONTINUUM-1121:
----------------------------------------


A series of screen shots from continuum/trunk r494414 showing the problem:

http://people.apache.org/~wsmoak/maven/continuum/CONTINUUM-1121/




> Incorrect build number links on Project Group Summary
> -----------------------------------------------------
>
>                 Key: CONTINUUM-1121
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Wendy Smoak
>
> On the Project Group Summary, the 'build number' link is incorrect.
> For example, the text '1' links to 
>    http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts
> This produces an error:
>    org.apache.maven.continuum.ContinuumException: No such object
> The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.
> For example, the corresponding 'build state' icon in the first column for this project links to:
>    http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121
> Note: buildId=1 in the first link vs. buildId=72 in the second link.

-- 
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] Work started: (CONTINUUM-1121) Incorrect build number links on Project Group Summary

Posted by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1121?page=all ]

Work on CONTINUUM-1121 started by Emmanuel Venisse.

> Incorrect build number links on Project Group Summary
> -----------------------------------------------------
>
>                 Key: CONTINUUM-1121
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1121
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.1
>            Reporter: Wendy Smoak
>         Assigned To: Emmanuel Venisse
>
> On the Project Group Summary, the 'build number' link is incorrect.
> For example, the text '1' links to 
>    http://localhost:9090/continuum/buildResult.action?buildId=1&projectId=121&projectGroupId=10&projectName=Apache+Struts
> This produces an error:
>    org.apache.maven.continuum.ContinuumException: No such object
> The wrong buildId request parameter value is being used.  The 1-based sequential build number for each project is apparently not the key to the results where they are stored.
> For example, the corresponding 'build state' icon in the first column for this project links to:
>    http://localhost:9090/continuum/buildResult.action?buildId=72&projectId=121
> Note: buildId=1 in the first link vs. buildId=72 in the second link.

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