Part Number: CCSTUDIO-THEIA
Related to 1609853
When testing for solutions to the issue in the related question. I found that sometimes I did not get the warning from the import action in CCS_Theia.
The setup
I have one system project, and three executable projects (as in building an .out file)
For this ecample lets name them
SYS
|- A
|- B
\- C
The .projectspec file for project B and C has "the thing" that creates a warning when importing them.
The projectspec files is placed below the same main folder like this
Src
|-- sys.projectspec
|-- a
| \-- A.projectspec
|-- b
| \-- B.projectspec
\-- c
\-- C.projectspec
Steps to recreate:
- Select "File" -> "import projects..."
- In the import dialog I select the Src folder
- All projects is now listed in the dialog
- Select all of them
- Click "Finish"
- Observe no warning is displayed, and also the bell icon shows no messages.
I tried a few combinations:
- If I import all off them, I get no warning.
- If I import just B, I get a warning, as a popup.
- If I import just C, I get a warning, as a popup.
- If I import B and C, I get only one warning, no popup, but bell icon shows one message.
- If I import A and B, I get no warning.
Summary
While not a real issue in my particular case, as I was trying to get rid of that warning. I fear this bug could hide other relevant warnings and maybe also errors when importing projects.
