#402 closed feature request (done)
Implement console application to merge two config files
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.0 |
Component: | Tools.ConfigMerger | Version: | 3.2 |
Keywords: | Cc: |
Description (last modified by swagner)
A console application (ConfigMerger) is needed to merge the config files of class libraries into the config file of a main application when building the main application. The ConfigMerger is going to be executed automatically using a post-build event when building HeuristicLab.
This ticket results from the analysis of the .NET application settings framework (cf. #7).
Change History (9)
comment:1 Changed 16 years ago by swagner
- Status changed from new to assigned
comment:2 Changed 16 years ago by swagner
comment:3 Changed 16 years ago by swagner
- Description modified (diff)
comment:4 Changed 16 years ago by swagner
Implemented first functional prototype of ConfigMerger in r849.
comment:5 Changed 16 years ago by swagner
comment:6 Changed 16 years ago by swagner
- Resolution set to fixed
- Status changed from assigned to closed
ConfigMerger works well so far. If additional enhancements are needed, specific tickets can be created in the future. Closing this ticket now ...
comment:7 Changed 16 years ago by swagner
- Milestone changed from 3.2 to Iteration 0
Milestone 3.2 deleted
comment:8 Changed 14 years ago by swagner
- Milestone changed from Iteration 0 to Current
Milestone Iteration 0 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Added new solution for HeuristicLab build tools and empty console application for ConfigMerger in r848.