Opened 13 years ago
Closed 13 years ago
#6070 closed defect (invalid)
Layers with "dojo.js" in them cause a build error?
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
See this forum post: http://www.dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/custom-build-error-could-not-load-dojo-i18n
I think the issue might be the build system not looking for an exact string match for the "dojo.js" build layer.
Change History (1)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Looks like the actual problem was the inclusion of a prefix mapping for dojo. The original build profile had a prefix mapping of [ "dojo", "../dojo" ], but this is incorrect. It should really be ../../dojo. A bit confusing, but as noted in the second build profile (in that forum thread), you do not (and probably should not) include a prefix mapping to dojo unless you mean to really change its default location.