#15263 closed defect (fixed)
CheckStyle utility is broken in Dojo 1.7: buildUtil.js missing
Reported by: | frietsch | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8 |
Component: | CheckStyle | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Any attempt to run the CheckStyle? utility yields nothing more than:
js: Couldn't open file "../buildscripts/jslib/buildUtil.js". js: uncaught JavaScript? runtime exception: ReferenceError?: "buildUtil" is not defined.
Indeed, that file is not shipped with Dojo 1.7, see http://trac.dojotoolkit.org/changeset/25635/dojo
I understand that it's no good keeping two build systems, but I really liked CheckStyle? - Coding style conventions matter...
Change History (3)
comment:1 Changed 9 years ago by
Milestone: | tbd → 1.8 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
comment:3 Changed 9 years ago by
Component: | General → CheckStyle |
---|
Surprisingly, we have a separate component category just for CheckStyle.
Note: See
TracTickets for help on using
tickets.
I can fix that one error. I'm sure checkStyle could use an overhaul (converting to run under Node.js, etc.) but anyway I'll do the minimal thing to get it running again.