Produktiv Pfade einchecken

This commit is contained in:
2025-12-05 17:20:34 +01:00
parent a499180848
commit 308dc8bfc4
3 changed files with 89 additions and 5 deletions
+87 -3
View File
@@ -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": []
}
]
}
}
+1 -1
View File
@@ -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%
+1 -1
View File
@@ -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%