Where store PolyspaceAsYouCode Eclipse plugin the general and project related configuration ?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Horst Dreßel
am 8 Sep. 2022
Kommentiert: David Delarue
am 5 Dez. 2022
Hello,
I want to preconfigure a eclipse project from the buildchain and configure the plugin settings "Use baseline from PolyspaceAccess", "AnalysisOptionFile", "CheckersFile", "PolyspaceAccessURL" but I can't found the file where these settings are stored.
0 Kommentare
Akzeptierte Antwort
Anirban
am 9 Sep. 2022
The options that you specify through Polyspace > Preferences, such as Polyspace Access URL, are stored in:
%AppData%\MathWorks\MATLAB\release\Polyspace\Eclipse
(%AppData% is a hidden folder in Windows, which resolves to something like C:\Users\username\AppData\Roaming\)
Among other options, you might be specifying a folder for results through the option Results folder. Or, you might have left the default. In either case, the options that you specify through Polyspace > Configure Project are stored in a subfolder of this results folder.
4 Kommentare
David Delarue
am 5 Dez. 2022
Hi, the path in the polyspace.prf file must be a valid file URI like:
- file:/C:/Users/z132038/Polyspace_Workspace
- instead of file:C:\Users\z132038\Polyspace_Workspace
When this is done the project settings file should be generated here:
C:\Users\z132038\Polyspace_Workspace\EclipseProjects\<ProjectName>\buildAndAnalysisSettings.txt
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Troubleshooting in Polyspace Products for Ada finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!