> these variants contain source code, that could be new or replacement for > the source code in core modules. How can i build that kind of project? If
New code should be ok, but replacement code should not be allowed in your codebase, this is just a bad practice that Ant allowed you to implement. In those cases, extract interfaces and use DI to inject the proper customer-specific implementation. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
