siemens / siapp-sdk

Software Development Kit to build SIAPPs
Other
20 stars 12 forks source link

Make python scripts work with arbitrary project paths #6

Closed claus-kutsche closed 2 years ago

claus-kutsche commented 2 years ago

build.py/run.py: When no --name is specified, take resolved project dir name as project name instead of the command line argument This makes calls possible like: python build.py . python build.py path/to/project

run.py: Don't assume project dir is subfolder of SDK install dir

lukas-wimmer commented 2 years ago

Hello Claus,

you are absolutely right.

Thank you for the valuable contributions. We will take a look at these changes in the next few days and apply them to the SIAPP-SDK.

lukas-wimmer commented 2 years ago

Hello Claus, your changes have already been integrated with https://github.com/siemens/siapp-sdk/commit/d0dc9af4eba738f61b0c77b7924ffe1ebc9d6f29