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)" <de...@tapestry.apache.org> on 2007/06/08 23:58:25 UTC

[jira] Created: (TAPESTRY-1551) 404 in some dojo bundles

404 in some dojo bundles
------------------------

                 Key: TAPESTRY-1551
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
             Project: Tapestry
          Issue Type: Bug
          Components: JavaScript
    Affects Versions: 4.1.2
            Reporter: Andreas Andreou
             Fix For: 4.1.2


When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js

It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
(i.e. it, en, fi, ...) 
I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)

Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert resolved TAPESTRY-1551.
-------------------------------------

    Resolution: Fixed
      Assignee: Jesse Kuhnert

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>            Assignee: Jesse Kuhnert
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Malin Ljungh (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malin Ljungh updated TAPESTRY-1551:
-----------------------------------

    Comment: was deleted

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>            Assignee: Jesse Kuhnert
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508720 ] 

Jesse Kuhnert commented on TAPESTRY-1551:
-----------------------------------------

I suppose someone could modify AjaxShellDelegate to ~not~ write out the djConfig { locale: } key/value for locale and see what happens.  I can track down the person who works on this in Dojo but I don't want to bother him until I have a clear / definite set of examples to show him. 

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Paul Stanton (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Stanton updated TAPESTRY-1551:
-----------------------------------

    Comment: was deleted

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Jesse Kuhnert (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse Kuhnert updated TAPESTRY-1551:
------------------------------------

    Fix Version/s:     (was: 4.1.2)
                   4.1.3

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Malin Ljungh (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12531485 ] 

Malin Ljungh commented on TAPESTRY-1551:
----------------------------------------

Is this really resolved? I have Tapestry 4.1.3 and I get this:

2007-10-01 12:31:46,406 [http-8082-Processor4] WARN  tapestry.services.Asset - Classpath resource '/dojo-0.4.3/src/i18n/calendar/nls/sv-se/gregorian.js' does not exist.
2007-10-01 12:31:46,437 [http-8082-Processor4] WARN  tapestry.services.Asset - Classpath resource '/dojo-0.4.3/src/i18n/calendar/nls/sv/gregorianExtras.js' does not exist.
2007-10-01 12:31:46,453 [http-8082-Processor4] WARN  tapestry.services.Asset - Classpath resource '/dojo-0.4.3/src/i18n/calendar/nls/sv-se/gregorianExtras.js' does not exist.

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>            Assignee: Jesse Kuhnert
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (TAPESTRY-1551) 404 in some dojo bundles

Posted by "Paul Stanton (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508719 ] 

Paul Stanton commented on TAPESTRY-1551:
----------------------------------------

I get the same for the en-au locale:
2007-06-25 15:24:36,093  WARN Asset:241 - Classpath resource '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorian.js' does not exist.
2007-06-25 15:24:36,109  WARN Asset:241 - Classpath resource '/dojo-0.4.3/src/i18n/calendar/nls/en-au/gregorianExtras.js' does not exist.

> 404 in some dojo bundles
> ------------------------
>
>                 Key: TAPESTRY-1551
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1551
>             Project: Tapestry
>          Issue Type: Bug
>          Components: JavaScript
>    Affects Versions: 4.1.2
>            Reporter: Andreas Andreou
>             Fix For: 4.1.3
>
>
> When browser/app are set for greek (or several other languages) dojo requests the following non-existing files:
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorian.js
> http://127.0.0.1:8080/app?service=asset&path=%2Fdojo-0.4.3%2Fsrc/i18n/calendar/nls/el/gregorianExtras.js
> It's interesting that the dojo folder src/i18n/calendar/nls/ contains those 2 files as well as a few folders with localized content
> (i.e. it, en, fi, ...) 
> I can easily create an el subfolder with the greek files, but i'm wondering if dojo keeps a list somewhere of supported locales
> and uses it in order to decide where to look for files - and if that's the case, im wondering if perhaps we have this misconfigured :)
> Any ideas?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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