Is there a JIRA issue for this? What was the problem you're fixing? I'm seeing "No Output" when I try to view release results but hadn't had a chance to figure out what version I'm on and whether it was fixed later.
Thanks, -- Wendy On Wed, Jun 16, 2010 at 7:42 PM, <[email protected]> wrote: > Author: ctan > Date: Wed Jun 16 23:42:39 2010 > New Revision: 955430 > > URL: http://svn.apache.org/viewvc?rev=955430&view=rev > Log: > fixed regression: error when viewing output in the release page after a > release is done > > Modified: > > continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseFinished.jsp > > Modified: > continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseFinished.jsp > URL: > http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseFinished.jsp?rev=955430&r1=955429&r2=955430&view=diff > ============================================================================== > --- > continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseFinished.jsp > (original) > +++ > continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/releaseFinished.jsp > Wed Jun 16 23:42:39 2010 > @@ -59,6 +59,7 @@ > <p> > <s:url id="releaseViewResultUrl" action="releaseViewResult" > namespace="/"> > <s:param name="releaseId" value="releaseId"/> > + <s:param name="projectId" value="projectId"/> > </s:url> > <s:a href="%{releaseViewResultUrl}"><s:text > name="releaseInProgress.viewOutput"/></s:a> > </p> > > >
