You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org> on 2006/05/16 17:24:05 UTC

[jira] Created: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Resources defined in dojo's css cannot be served
------------------------------------------------

         Key: TAPESTRY-952
         URL: http://issues.apache.org/jira/browse/TAPESTRY-952
     Project: Tapestry
        Type: Bug

  Components: Framework  
    Versions: 4.1    
    Reporter: Andreas Andreou
    Priority: Blocker
     Fix For: 4.1


Many dojo widgets define their own css which in turn can reference other resources, i.e.
background-image: url(grabCorner.gif);

The requested url for those resources is problematic and the asset service cannot serve it, throwing
org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=all ]
     
Jesse Kuhnert resolved TAPESTRY-952:
------------------------------------

    Resolution: Fixed

Fixed

> Resources defined in dojo's css cannot be served
> ------------------------------------------------
>
>          Key: TAPESTRY-952
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.1
>     Reporter: Andreas Andreou
>     Assignee: Jesse Kuhnert
>     Priority: Blocker
>      Fix For: 4.1

>
> Many dojo widgets define their own css which in turn can reference other resources, i.e.
> background-image: url(grabCorner.gif);
> The requested url for those resources is problematic and the asset service cannot serve it, throwing
> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=comments#action_12411998 ] 

Andreas Andreou commented on TAPESTRY-952:
------------------------------------------

Changing those includes to
background-image: url(/../grabCorner.gif); 
does the trick.



> Resources defined in dojo's css cannot be served
> ------------------------------------------------
>
>          Key: TAPESTRY-952
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.1
>     Reporter: Andreas Andreou
>     Assignee: Jesse Kuhnert
>     Priority: Blocker
>      Fix For: 4.1

>
> Many dojo widgets define their own css which in turn can reference other resources, i.e.
> background-image: url(grabCorner.gif);
> The requested url for those resources is problematic and the asset service cannot serve it, throwing
> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=all ]
     
Andreas Andreou closed TAPESTRY-952:
------------------------------------


> Resources defined in dojo's css cannot be served
> ------------------------------------------------
>
>          Key: TAPESTRY-952
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.1
>     Reporter: Andreas Andreou
>     Assignee: Jesse Kuhnert
>     Priority: Blocker
>      Fix For: 4.1

>
> Many dojo widgets define their own css which in turn can reference other resources, i.e.
> background-image: url(grabCorner.gif);
> The requested url for those resources is problematic and the asset service cannot serve it, throwing
> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Assigned: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=all ]

Jesse Kuhnert reassigned TAPESTRY-952:
--------------------------------------

    Assign To: Jesse Kuhnert

> Resources defined in dojo's css cannot be served
> ------------------------------------------------
>
>          Key: TAPESTRY-952
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.1
>     Reporter: Andreas Andreou
>     Assignee: Jesse Kuhnert
>     Priority: Blocker
>      Fix For: 4.1

>
> Many dojo widgets define their own css which in turn can reference other resources, i.e.
> background-image: url(grabCorner.gif);
> The requested url for those resources is problematic and the asset service cannot serve it, throwing
> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: [jira] Commented: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by Andreas Andreou <an...@di.uoa.gr>.
cool, I'm using the /../ trick for now, so that i can finish
FloatingPane and TaskBar. They're working nicely!

Jesse Kuhnert (JIRA) wrote:
>     [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=comments#action_12411997 ] 
>
> Jesse Kuhnert commented on TAPESTRY-952:
> ----------------------------------------
>
> Ok. I had to do one local patch to dojo.uri.Uri already to help with this, I think I can get a fix in for it later today.
>
>   
>> Resources defined in dojo's css cannot be served
>> ------------------------------------------------
>>
>>          Key: TAPESTRY-952
>>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>>      Project: Tapestry
>>         Type: Bug
>>     
>
>   
>>   Components: Framework
>>     Versions: 4.1
>>     Reporter: Andreas Andreou
>>     Assignee: Jesse Kuhnert
>>     Priority: Blocker
>>      Fix For: 4.1
>>     
>
>   
>> Many dojo widgets define their own css which in turn can reference other resources, i.e.
>> background-image: url(grabCorner.gif);
>> The requested url for those resources is problematic and the asset service cannot serve it, throwing
>> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
>> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)
>>     
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-952) Resources defined in dojo's css cannot be served

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/TAPESTRY-952?page=comments#action_12411997 ] 

Jesse Kuhnert commented on TAPESTRY-952:
----------------------------------------

Ok. I had to do one local patch to dojo.uri.Uri already to help with this, I think I can get a fix in for it later today.

> Resources defined in dojo's css cannot be served
> ------------------------------------------------
>
>          Key: TAPESTRY-952
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-952
>      Project: Tapestry
>         Type: Bug

>   Components: Framework
>     Versions: 4.1
>     Reporter: Andreas Andreou
>     Assignee: Jesse Kuhnert
>     Priority: Blocker
>      Fix For: 4.1

>
> Many dojo widgets define their own css which in turn can reference other resources, i.e.
> background-image: url(grabCorner.gif);
> The requested url for those resources is problematic and the asset service cannot serve it, throwing
> org.apache.hivemind.ApplicationRuntimeException: Classpath resource '/org/apache/tapestry/html/dojo/src/widget/templates/HtmlResizeHandle.cssgrabCorner.gif' does not exist.
> org.apache.tapestry.asset.AssetService.service(AssetService.java:228)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org