Last change
on this file since 11594 was
6976,
checked in by ascheibe, 13 years ago
|
#1672 integrate the Hive client projects into trunk (Hive Job Manager and Administrator)
|
File size:
1.2 KB
|
Rev | Line | |
---|
[6976] | 1 | echo off
|
---|
| 2 |
|
---|
| 3 | echo.
|
---|
| 4 | echo *******************************************************************************************
|
---|
| 5 | echo Generating HiveService client
|
---|
| 6 | echo.
|
---|
| 7 |
|
---|
| 8 | svcutil.exe ^
|
---|
| 9 | http://localhost/Hive-3.3/HiveService.svc?wsdl ^
|
---|
| 10 | /out:HiveServiceClient ^
|
---|
| 11 | /namespace:*,HeuristicLab.Clients.Hive ^
|
---|
| 12 | /collectionType:System.Collections.Generic.List`1 ^
|
---|
| 13 | /targetClientVersion:Version35 ^
|
---|
| 14 | /serializable ^
|
---|
| 15 | /enableDataBinding ^
|
---|
| 16 | /config:..\app.config
|
---|
| 17 |
|
---|
| 18 | echo.
|
---|
| 19 | echo ---------------------------------------------------------------------------------------
|
---|
| 20 | echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
| 21 | echo.
|
---|
| 22 | echo Following modifications have to be done manually in generated data contracts:
|
---|
| 23 | echo * Remove method "protected void RaisePropertyChanged(string propertyName)" in HiveItem
|
---|
| 24 | echo.
|
---|
| 25 | echo !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!! ATTENTION !!!
|
---|
| 26 | echo ---------------------------------------------------------------------------------------
|
---|
| 27 | echo.
|
---|
| 28 | echo Generation of HiveService client finished.
|
---|
| 29 | echo *******************************************************************************************
|
---|
| 30 |
|
---|
Note: See
TracBrowser
for help on using the repository browser.