Ticket #3519 (closed feature: fixed)
build.py -c closure: Show file name and line number of errors and warnings.
| Reported by: | jorix | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.12 Release |
| Component: | general | Version: | 2.11 |
| Keywords: | build closure | Cc: | |
| State: | Complete |
Description
When errors or warnings from compilation is more comfortable to see directly where they are produced. Currently must guess the location of the errors using OpenLayers.js obtained by build.py -c none.
To obtain this feature is necessary pass to the compiler a list of filenames instead of the merged file.
The implementation proposes to use jscompiler.py used in the Closure Library. Changes are proposed in mergejs.py so can return a merged file or a list of files, but has remained the same code for the selection and determine order of source files. There are also changes in build.py
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

