Ticket #537 (closed enhancement: fixed)
Break out the class file mapping to separate runtime conf file.
| Reported by: | hans | Owned by: | hans |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Generator | Version: | 1.3.0beta3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
It would be extremely useful to have the runtime-conf file not contain the class name -> path mapping information. There are many legitimate situations where you want to maintain connection information separate from class mapping (e.g. in prod vs. dev environments, the class mapping should be the same, but conn params may not be).
This needs to be done in a way that will remain backwards compatible with current system, however.
Change History
Note: See
TracTickets for help on using
tickets.
(In [866]) Refs #537 - Break out the classmap into its own configuration file, assumed in same dir as runtime conf output (php) file.