Ticket #6070 (closed defect: invalid)

Opened 9 months ago

Last modified 5 months ago

Layers with "dojo.js" in them cause a build error?

Reported by: jburke Owned by: jburke
Priority: normal Milestone: 1.2
Component: BuildSystem Version: 1.0
Severity: normal Keywords:
Cc:

Description (last modified by jburke) (diff)

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

Changed 5 months ago by jburke

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)

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.

Note: See TracTickets for help on using tickets.