Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/MergeConfigs.cmd @ 6212

Last change on this file since 6212 was 5786, checked in by cneumuel, 13 years ago

#1233

  • implemented correct numbering of BatchRuns
  • improvements in ExperimentManager
  • fixed bug in server (jobs were scheduled multiple times)
  • added exception handling for task in slave
  • improved timeout handling of jobs (LifecycleManager)
File size: 577 bytes
RevLine 
[5095]1copy "%SolutionDir%HeuristicLab.Hive 3.4.dll.config" "%TargetDir%"
[4615]2
[5095]3%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Services.Hive.DataAccess\3.4\app.config" "%TargetDir%HeuristicLab.Hive 3.4.dll.config"
4%SolutionDir%ConfigMerger "%SolutionDir%HeuristicLab.Clients.Hive\3.4\app.config" "%TargetDir%HeuristicLab.Hive 3.4.dll.config"
[4615]5
[4629]6copy "%SolutionDir%HeuristicLab 3.3.exe.config" "%TargetDir%"
[4615]7
[5095]8%SolutionDir%ConfigMerger "%TargetDir%HeuristicLab.Hive 3.4.dll.config" "%TargetDir%HeuristicLab 3.3.exe.config"
[4649]9copy "%TargetDir%HeuristicLab 3.3.exe.config" "%target%"
Note: See TracBrowser for help on using the repository browser.