Opened 14 years ago
Closed 10 years ago
#7894 closed defect (wontfix)
building with standard scopeMap breaks dojo
Reported by: | Mike Wilson | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | BuildSystem | Version: | 1.2.0 |
Keywords: | needsreview | Cc: | |
Blocked By: | Blocking: |
Description
Running a build like this:
build.bat profile=base action=clean,release scopeMap=[['dojo','dojo'],['dijit','dijit'],['dojox','dojox']]
will cause the following error (in Firefox/FireBug?) to appear when including Dojo:
dojo._Animation is undefined file:.../dojo.js Line 16
Most methods on the dojo object will be missing after this error and that will cause more errors within the page's code. This problem does not appear when actually redirecting the Dojo namespace like f ex in:
scopeMap=[['dojo','mydojo'],['dijit','dijit'],['dojox','dojox']]
Change History (4)
comment:1 Changed 14 years ago by
Milestone: | tbd → future |
---|
comment:2 Changed 10 years ago by
Owner: | changed from James Burke to Rawld Gill |
---|
Bulk update to assign BuildSystem? tickets to Rawld. Many of these are probably already fixed in 1.7.
comment:3 Changed 10 years ago by
Keywords: | needsreview added |
---|---|
Priority: | high → low |
comment:4 Changed 10 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
As of 1.7, scopeMap is meaningless to the build util.
Note: See
TracTickets for help on using
tickets.
Related to #6195.