Ticket #537 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by hans

(In [866]) Refs #537 - Break out the classmap into its own configuration file, assumed in same dir as runtime conf output (php) file.

comment:2 Changed 3 years ago by hans

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r866. This was designed to not cause any backwards-compatibility issues.

Note: See TracTickets for help on using tickets.