Re: [T5.4 Alpha-15] constructAssetPath() changes

2014-06-05 Thread Christian Riedel
I’m just started the migration to T5.4. TAP5-2170 is still open and I wondered if there’s any non-internal interface that I could use to migrate to the new API. Am 07.09.2013 um 20:23 schrieb Lenny Primak : > It worked... Also, I may have found an easier way, > just use Asset.toClientURL() and

Re: [T5.4 Alpha-15] constructAssetPath() changes

2013-09-07 Thread Lenny Primak
It worked... Also, I may have found an easier way, just use Asset.toClientURL() and don't need to worry about asset path at all. On Sep 4, 2013, at 1:45 PM, Howard Lewis Ship wrote: > StreamableResource is a kind of wrapper around Resource that includes > additional information needed to generate

Re: [T5.4 Alpha-15] constructAssetPath() changes

2013-09-05 Thread Lenny Primak
JIRA created: https://issues.apache.org/jira/browse/TAP5-2170 On Sep 2, 2013, at 3:48 PM, Lenny Primak wrote: > I am trying to migrate to T5.4, and so far I don't understand how to use > constructAssetPath() > It now requires a third parameter, StreamableResource. > > What I am trying to do is

Re: [T5.4 Alpha-15] constructAssetPath() changes

2013-09-04 Thread Howard Lewis Ship
StreamableResource is a kind of wrapper around Resource that includes additional information needed to generate asset URLs and a bunch of other related concerns. There's a StreamableResourceSource service. Oops, that's unfortunate; you'll need the internal ResourceChangeTracker service (which imp

[T5.4 Alpha-15] constructAssetPath() changes

2013-09-02 Thread Lenny Primak
I am trying to migrate to T5.4, and so far I don't understand how to use constructAssetPath() It now requires a third parameter, StreamableResource. What I am trying to do is get a path for application asset to a non-tapestry module of the app. Does anyone have an example of how to use construc