Opened 13 years ago
Closed 13 years ago
#5909 closed defect (fixed)
buildUtilXd.js should use fileUtil.readFile and not readText
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
readText is only defined if hostenv_rhino.js is loaded. Now that we have a fileUtil.js library for file operations we should use that to decouple buildUtilXd.js from hostenv_rhino.js.
Note: See
TracTickets for help on using
tickets.
(In [12548]) Fixes #5909, use fileUtil