From 308dc8bfc4fbcfb5ba14ada60b049a45143157ab Mon Sep 17 00:00:00 2001 From: mistangl Date: Fri, 5 Dec 2025 17:20:34 +0100 Subject: [PATCH] Produktiv Pfade einchecken --- .vscode/launch.json | 90 +++++++++++++++++++++++++++++++++++++++++++-- bin/getexdraw.bat | 2 +- bin/tr2dxf_cs.bat | 2 +- 3 files changed, 89 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index eb82f85..5f7abe4 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -40,6 +40,40 @@ "easy_positions.json" ] }, + { + "name": "getpositions with easy_3tunnels.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "easy_3tunnels.dxf", + "--sensors", + "--rack", + "--console", + "--write", + "easy_3tunnels_positions.json", + "--error", + "easy_3tunnels_errors.json" + ] + }, + { + "name": "getpositions with easyn.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "easyn.dxf", + "--sensors", + "--rack", + "--console", + "--write", + "easyn_positions.json" + ] + }, { "name": "getpositions with easyhoehe.dxf", "type": "debugpy", @@ -104,6 +138,22 @@ "ST500592_Omniflo_positions.json" ] }, + { + "name": "getpositions with ST500592_10_5-11_ILS.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "ST500592_10_5-11_ILS.dxf", + "--sensors", + "--rack", + "--console", + "--write", + "ST500592_10_5-11_ILS_positions.json" + ] + }, { "name": "portalexport with ST500592_Omniflo.dxf", "type": "debugpy", @@ -117,7 +167,6 @@ "ST500592_Omniflo" ] }, - call portalexport.bat --filename %JSON_POS% --outname %FILENAME% { "name": "getpositions with ST-Fortna.dxf", "type": "debugpy", @@ -163,7 +212,23 @@ "--rack", "--console", "--write", - "easy" + "HundM" + ] + }, + { + "name": "getpositions with 500622-Erdungslayout.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--filename", + "500622-Erdungslayout.dxf", + "--sensors", + "--rack", + "--console", + "--write", + "500622-Erdungslayout" ] }, { @@ -250,6 +315,25 @@ "HundM_cables.json", "-g" ] + }, + { + "name": "run_tests.py with easy_3tunnels.dxf", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [ + "--file", + "easy_3tunnels.dxf" + ] + }, + { + "name": "run_tests.py with all tests", + "type": "debugpy", + "request": "launch", + "program": "${file}", + "console": "integratedTerminal", + "args": [] } ] -} \ No newline at end of file +} diff --git a/bin/getexdraw.bat b/bin/getexdraw.bat index 0c435a4..e08a9ef 100644 --- a/bin/getexdraw.bat +++ b/bin/getexdraw.bat @@ -6,7 +6,7 @@ for %%i in ("%~1") do ( set "EXT=%%~xi" set "DIR=%%~dpi" ) -call C:\kabellaengen\bin\setenv.bat +call C:\10-Develop\gitrepos\kabellaengen\bin\setenv.bat REM echo Dateiname ohne Erweiterung: %FILENAME% REM echo Erweiterung: %EXT% diff --git a/bin/tr2dxf_cs.bat b/bin/tr2dxf_cs.bat index 6a29942..28a1f14 100644 --- a/bin/tr2dxf_cs.bat +++ b/bin/tr2dxf_cs.bat @@ -6,7 +6,7 @@ for %%i in ("%~1") do ( set "EXT=%%~xi" set "DIR=%%~dpi" ) -call C:\kabellaengen\bin\setenv.bat +call C:\10-Develop\gitrepos\kabellaengen\bin\setenv.bat REM echo Dateiname ohne Erweiterung: %FILENAME% REM echo Erweiterung: %EXT%