History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-278
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Robin Shen
Reporter: Martin Lehofer
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
QuickBuild

URL to published Artifact not working

Created: 06/Sep/07 06:32 AM   Updated: 06/Sep/07 05:33 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Environment: Windows 2003 Server, Apache Tomcat 6.0


 Description  « Hide
In QB 1.2.10.98, when creating a URL as stated in Manual Appendix Section D, only "last" works, but "lastest", and "last_successful" fails.
Stacktrace:
org.apache.tapestry.ApplicationRuntimeException: Do not know how to get build "last_sucessful".
com.pmease.quickbuild.ResourceAccessServlet.doGet(ResourceAccessServlet.java:108)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)


 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [06/Sep/07 05:33 PM]
The documentation is in error:

"lastest" should be "latest".

"last_successful" should be "last_success".

The documentation error will be fixed in next minor release.

Regards.
Robin