1
0
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:
Artem Kuznetsov 2024-05-15 10:47:44 +03:00
commit bd91dedd43
4 changed files with 19 additions and 1 deletions

View File

@ -1 +1 @@
1.5.2
1.5.3

View File

@ -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

View File

@ -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

View File

@ -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