eclipse-velocitas / vehicle-app-cpp-template

Vehicle App template for C++
Apache License 2.0
7 stars 4 forks source link

Create initial template by splitting it from the SDK repo #1

Closed doosuu closed 1 year ago

doosuu commented 1 year ago

This PR sets up the initial structure of the template repository by moving all app related files from the SDK repo into this one.

kse3hi commented 1 year ago

General comments:

  1. Build via Dev Container: Clone... - FAILED
  2. Dev Container: Open Local... - Dev Container was built but some scripts were failed, e.g.
    #######################################################
    ### Install Dependencies                            ###
    #######################################################
    Build variant debug
    Build arch    x86_64
    Building deps missing
    Traceback (most recent call last):
    File "/workspaces/vehicle-app-cpp-template/build/../.scripts/conanfile-merger.py", line 110, in <module>
    conanfile1 = read_conanfile(args.file1)
    File "/workspaces/vehicle-app-cpp-template/build/../.scripts/conanfile-merger.py", line 68, in read_conanfile
    conanfile = read_conanfile_py(path)
    File "/workspaces/vehicle-app-cpp-template/build/../.scripts/conanfile-merger.py", line 42, in read_conanfile_py
    for name, obj in inspect.getmembers(load_module_at(path, custom_module_name), inspect.isclass):
    File "/workspaces/vehicle-app-cpp-template/build/../.scripts/conanfile-merger.py", line 33, in load_module_at
    spec.loader.exec_module(module)
    File "<frozen importlib._bootstrap_external>", line 879, in exec_module
    File "<frozen importlib._bootstrap_external>", line 1016, in get_code
    File "<frozen importlib._bootstrap_external>", line 1073, in get_data
    FileNotFoundError: [Errno 2] No such file or directory: '/workspaces/vehicle-app-cpp-template/build/../sdk/conanfile.py'
AlexanderLanin commented 1 year ago

Although I have no authority here, I have no further findings :-)