Re: Failing to load asset / stylesheet with @Import annotation in subclassed component / TAP5-2083 (Tapestry 5.4-SNAPSHOT)

2013-05-03 Thread Felix Gonschorek
hi guys, had a closer look at this since our upgrade to 5.4 is blocked by this issue. It looks like the line 148 in AssetSourceImpl causes this behaviour (tapestry-5.4-alpha3): String metaRoot = "META-INF/assets/" + toPathPrefix(resources.getComponentModel().getLibraryName()); the method ca

Failing to load asset / stylesheet with @Import annotation in subclassed component / TAP5-2083 (Tapestry 5.4-SNAPSHOT)

2013-03-08 Thread Felix Gonschorek
Hi guys, we are upgrading our system to tapestry5.4 (snapshot). importing a stylesheet with the "@Import" annotation fails, when subclassing a component which is in a different folder: tapestry tries to load the asset in the folder of the subclassed component instead of the folder, where the clas