You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/04/02 00:10:26 UTC

[jira] [Commented] (TAP5-2044) Misleading error message in logs when accessing classpath assets

    [ https://issues.apache.org/jira/browse/TAP5-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13957073#comment-13957073 ] 

ASF subversion and git services commented on TAP5-2044:
-------------------------------------------------------

Commit 3da4d99d66628fbde08c3fbd092194e63e03956a in tapestry-5's branch refs/heads/master from [~hlship]
[ https://git-wip-us.apache.org/repos/asf?p=tapestry-5.git;h=3da4d99 ]

TAP5-2044: Misleading error message in logs when accessing classpath assets


> Misleading error message in logs when accessing classpath assets
> ----------------------------------------------------------------
>
>                 Key: TAP5-2044
>                 URL: https://issues.apache.org/jira/browse/TAP5-2044
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.4
>            Reporter: Serge Eby
>            Assignee: Howard M. Lewis Ship
>
> When using Bootstrap responsive CSS as shown below:
> @Import( stack = { InternalConstants.CORE_STACK_NAME },
>          stylesheet = {"${tapestry.bootstrap-root}/css/bootstrap-responsive.css", "context:styles/style.css"}
> )
> public class Layout {
> ..
> }
> I see the following error in the logs: 
> ERROR [qtp144953150-35] AssetSource.getComponentAsset(172) | Classpath asset '/META-INF/assets/tapestry5/bootstrap_2_1_1/css/bootstrap-responsive.css' should be moved to folder '/META-INF/assets/META-INF/assets/tapestry5/bootstrap_2_1_1/css/'.
> This seems to suggest prepending an extra /META-INF/assets for items already located under the expected folder.



--
This message was sent by Atlassian JIRA
(v6.2#6252)