#13466 closed defect (fixed)
spurious errors from build tool?
Reported by: | bill | Owned by: | Rawld Gill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | BuildSystem | Version: | 1.7.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Running:
$ ./build.sh copyTests=false mini=false action=clean,release profile=standard cssOptimize=comments.keepLines cssImportIgnore=../dijit.css releaseDir=../../../release optimize=shrinksafe
I get in particular these errors that seem spurious (i.e. I don't see anything wrong with the code being compiled):
error(311) Missing dependency. module: dojox/gfx; dependency: ./gfx/renderer! error(327) Multiple resources are destined for same filename. source1: /Volumes/Data/workspace/clean/dojox/cometd/RestChannels.js; source-2: /Volumes/Data/workspace/clean/dojox/cometd/RestChannels.js error(311) Missing dependency. module: dojox/cometd/RestChannels; dependency: dojo/loadInit!dojox/cometd/RestChannels-loadInit warn(207) dojo.provide application identifier inconsistent with module identifier. module: dojox/wire/ml/XmlHandler; provide: dojox/wire/ml/XMLHandler error(311) Missing dependency. module: dojo/robot; dependency: doh/_browserRunner error(311) Missing dependency. module: dojo/robot; dependency: doh/robot
Change History (6)
comment:1 Changed 10 years ago by
Status: | new → assigned |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
comment:6 Changed 10 years ago by
Note: See
TracTickets for help on using
tickets.
The gfx/renderer! plugin has not build-time module. Nevertheless the message is poor.
The messages about RestChannels? are spurious.
Notice the difference in case of XML in module: dojox/wire/ml/XmlHandler; provide: dojox/wire/ml/XMLHandler
Tests are not copied with copyTests=false => the doh modules are in fact missing.