Last change
on this file since 15601 was
14278,
checked in by mzehetho, 8 years ago
|
Initial Commit for ticket #2605
Implemented:
- Encoding
- Moves
- Views
- Blocks World Problem
- Blocks Relocation Problem
- Stacking Problem
|
File size:
597 bytes
|
Rev | Line | |
---|
[14278] | 1 | IF EXIST "%ProjectDir%\Properties\AssemblyInfo.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Properties\AssemblyInfo.cs.frame" "%ProjectDir%\Properties\AssemblyInfo.cs"
|
---|
| 2 | IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling
|
---|
| 3 | IF EXIST "%ProjectDir%\Plugin.cs.frame" SubWCRev "%ProjectDir%\" "%ProjectDir%\Plugin.cs.frame" "%ProjectDir%\Plugin.cs"
|
---|
| 4 | IF %ERRORLEVEL% NEQ 0 GOTO Error_Handling
|
---|
| 5 | GOTO Done
|
---|
| 6 |
|
---|
| 7 | :Error_Handling
|
---|
| 8 | ECHO There was an error while running subwcrev. Please verify that the *.cs.frame files have been correctly converted to *.cs files, otherwise HeuristicLab won't build.
|
---|
| 9 | exit 0
|
---|
| 10 |
|
---|
| 11 | :Done |
---|
Note: See
TracBrowser
for help on using the repository browser.