Just a word of caution that Dmitry's sample code uses an internal class (LinkImpl) subject to change.
On Mon, Oct 14, 2013 at 2:54 PM, Dmitry Gusev <dmitry.gu...@gmail.com>wrote: > Here is a code snippet I use in my projects to generate links in "offline": > > https://gist.github.com/dmitrygusev/6980210 > > these properties should be declared in your app symbols (of course with > your own values): > > tapestry.hostname=localhost > > tapestry.hostport=8080 > > tapestry.hostport-secure=8443 > > tapestry.secure-enabled=true > > > > On Mon, Oct 14, 2013 at 10:37 PM, Lance Java <lance.j...@googlemail.com > >wrote: > > > As Barry has said, this might be easier to do inside a real request fired > > by Hudson. If you want to go down the 'fake' request route then I'll give > > my tapestry-offline project a plug > > :) > > > > https://github.com/uklance/tapestry-offline > > > > > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com >