Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/PreBuildEvent.cmd @ 5179

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

#1260

  • migrated to .NET 4.0
  • moved state-information about heartbeat timestamps into DB to reduce IIS-recycling issues
  • optimized memory usage of ExperimentManager when lots of large jobs are downloaded
File size: 402 bytes
Line 
1cd %ProjectDir%
2for /r %%i in (*.cs.frame) do SubWCRev . %%i %%~dpi%%~ni
3
4REM SET configfile=f005pc.hagenberg.fhooe.at - app.config
5REM SET configfile=localhost - app.config
6REM SET configfile=services.heuristiclab.com - app.config
7SET configfile=christoph - app.config
8
9IF EXIST "%configfile%" (
10  xcopy "%configfile%" "app.config" /Y
11  echo config file replaced: %ProjectDir%%configfile%
12)
Note: See TracBrowser for help on using the repository browser.