You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** ATTENTION ***
Your devon-ide is missing the settings at
Please run the following command to complete your IDE setup:
devon ide setup [<settings-url>]
devon-ide environment variables have been set for C:\projects\cool-project
This also happens if the settings (here C:\projects\cool-project\settings) actually exist.
The text was updated successfully, but these errors were encountered:
The root cause after debugging seems to be that in this case DEVON_IDE_HOME is not set.
As a consequence all devon.properties are not found and hence also SETTINGS_PATHis not set.
Funny. The problem is that devon.bat has changed and once installed it does not get updated and overwritten. Seems we need the same check we introduced for linux/mac also for windows that checks if we have a newer version of devon script and then overwrites the older one.
However, in the future devon script needs to stay stable and should not change anymore if possible...
#178: also use reg import for uninstall avoiding admin rights
#191: fixed conflict with repo and shared software
#198: power-shell improvement
#199: also remove devon.bat on uninstall
#200: update installed devon[.bat] if newer
#202: fixed version compare and added tests
#203: workaround as cp -u is not working on MacOS
This also happens if the settings (here
C:\projects\cool-project\settings
) actually exist.The text was updated successfully, but these errors were encountered: