LP-EM-CC1354P10: RFC: using cli to create new project resulting in overlap error: suggest improved error message pointing to source

Part Number: LP-EM-CC1354P10

Tool/software:

Hi,

 I am using CCS 20.2.0 with the command line server to create a new project via:

```

ccs-server-cli -workspace $(pwd) -application com.ti.ccs.apps.createProject

``` 

I have encountered an error that did not suggest the direction of a fix, specifically I got the following output:

```

org.eclipse.core.internal.resources.ResourceException: Invalid project description.
    [snip stacktrace]
Contains: OK
Contains: <path> overlaps the location of another project: '<another project>'
```

But there wasn't actually another project overlapping. By using strace I found the source to be cached files in ```/home/alon/.config/Texas Instruments/CCS/.ccs-server/workspaces```

By deleting the directories under "workspaces" I managed to complete the original command successfully.

I would suggest to improve the error message, perhaps

```

<path> overlaps the location of another project: '<another project>'. The project was found in the workspaces cache. If that cache is stale you can delete it by removing all subdirectories under <full path to .ccs-server/workspaces>

```

Thanks,

Alon