Skip to content
Snippets Groups Projects
Commit ee905c13 authored by Armand Bahi's avatar Armand Bahi
Browse files

Resolve web services update problem

parent 54bd1775
No related branches found
No related tags found
No related merge requests found
......@@ -58,21 +58,21 @@ for /d %%g in ("../src/module_*") do (
echo copy client/modules/!x:~7!
robocopy "../src/%%g/module" "../client/modules/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
)
if exist "src/%%g/web_service/conf" (
if exist "../src/%%g/web_service/conf" (
echo copy vas/rest/conf_veremes/!x:~7!
robocopy "src/%%g/web_service/conf" "vas/rest/conf_veremes/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "../src/%%g/web_service/conf" "../vas/rest/conf_veremes/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
)
if exist "src/%%g/web_service/sql" (
if exist "../src/%%g/web_service/sql" (
echo copy vas/sql/!x:~7!
robocopy "src/%%g/web_service/sql" "vas/sql/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "../src/%%g/web_service/sql" "../vas/sql/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
)
if exist "src/%%g/web_service/ws" (
if exist "../src/%%g/web_service/ws" (
echo copy vas/rest/ws/!x:~7!
robocopy "src/%%g/web_service/ws" "vas/rest/ws/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "../src/%%g/web_service/ws" "../vas/rest/ws/!x:~7!" /E /NFL /NDL /NJH /NJS /nc /ns /np
)
if exist "src/%%g/web_service/class" (
if exist "../src/%%g/web_service/class" (
echo copy vas/rest/class
robocopy "src/%%g/web_service/class" "vas/rest/class" /E /NFL /NDL /NJH /NJS /nc /ns /np
robocopy "../src/%%g/web_service/class" "../vas/rest/class" /E /NFL /NDL /NJH /NJS /nc /ns /np
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment