You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by Vi...@logitech.com on 2007/03/08 18:34:20 UTC

Continuum email notification doesn't have the correct url for log file

Build failure notification send by continuum doesn't have the correct url
to download logs. I believe there is a bug filed for this.


ie "Download as test" doesn't resolve to correct url

for example

if you open link send out my email
http://myserver.com:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/193

download text link point to
http://myserver.com:8080/continuum/servlet/browse?file=$requestUtil.getParameter('id')/${requestUtil.getParameter('buildId')}.log.txt

instead it should point to
http://myserver.com:8080/continuum/servlet/browse?file=1/193.log.txt

Thanks,
~nakees





Re: Continuum email notification doesn't have the correct url for log file

Posted by Thierry Lach <th...@gmail.com>.
Please open an issue in Jira    http://jira.codehaus.org

On 3/8/07, Vivek_Nakeesan@logitech.com <Vi...@logitech.com> wrote:
>
> Build failure notification send by continuum doesn't have the correct url
> to download logs. I believe there is a bug filed for this.
>
>
> ie "Download as test" doesn't resolve to correct url
>
> for example
>
> if you open link send out my email
>
> http://myserver.com:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/193
>
> download text link point to
>
> http://myserver.com:8080/continuum/servlet/browse?file=$requestUtil.getParameter('id')/${requestUtil.getParameter('buildId')}.log.txt
>
> instead it should point to
> http://myserver.com:8080/continuum/servlet/browse?file=1/193.log.txt
>
> Thanks,
> ~nakees
>
>
>
>
>