mirror of
https://github.com/arkuznetsov/1CFilesConverter.git
synced 2025-02-21 19:06:35 +02:00
Merge commit '745a6e62d166349dc457175805b34334d48772d3'
This commit is contained in:
commit
bd91dedd43
@ -198,6 +198,12 @@ IF not defined RING_TOOL (
|
||||
goto finally
|
||||
)
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace import --project "%V8_DST_PATH%" --configuration-files "%XML_PATH%" --workspace-location "%WS_PATH%" --version "%V8_VERSION%"
|
||||
IF not ERRORLEVEL 0 (
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
goto finally
|
||||
)
|
||||
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace clean-up-source --workspace-location "%WS_PATH%" --project "%V8_DST_PATH%"
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
|
||||
:finally
|
||||
|
@ -223,6 +223,12 @@ IF not defined RING_TOOL (
|
||||
goto finally
|
||||
)
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace import --project "%V8_DST_PATH%" --configuration-files "%XML_PATH%" --workspace-location "%WS_PATH%" --version "%V8_VERSION%"
|
||||
IF not ERRORLEVEL 0 (
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
goto finally
|
||||
)
|
||||
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace clean-up-source --workspace-location "%WS_PATH%" --project "%V8_DST_PATH%"
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
|
||||
:finally
|
||||
|
@ -273,6 +273,12 @@ IF not defined RING_TOOL (
|
||||
goto finally
|
||||
)
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace import --project "%V8_DST_PATH%" --configuration-files "%XML_PATH%" --workspace-location "%WS_PATH%" --version "%V8_VERSION%"
|
||||
IF not ERRORLEVEL 0 (
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
goto finally
|
||||
)
|
||||
|
||||
call %RING_TOOL% edt%V8_EDT_VERSION% workspace clean-up-source --workspace-location "%WS_PATH%" --project "%V8_DST_PATH%"
|
||||
set ERROR_CODE=%ERRORLEVEL%
|
||||
|
||||
:finally
|
||||
|
Loading…
x
Reference in New Issue
Block a user