-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to require minimum devonfw-ide version #999
Labels
enhancement
New feature or request
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
update
related to updating software or the entire devonfw-ide
Milestone
Comments
Note: Actually only on windows this has to abort the setup due to file locking issues |
hohwille
added
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
update
related to updating software or the entire devonfw-ide
Team_IDE
labels
Dec 1, 2022
A good place where to add this check would be here: |
Ttring
added a commit
to Ttring/ide
that referenced
this issue
Jan 8, 2023
Oumal1
added a commit
to Oumal1/ide
that referenced
this issue
Feb 7, 2023
Oumal1
added a commit
to Oumal1/ide
that referenced
this issue
Feb 7, 2023
…//github.com/Oumal1/ide into feature/devonfw#999-required-minimum-version
hohwille
pushed a commit
that referenced
this issue
Mar 13, 2023
hohwille
added a commit
to hohwille/ide
that referenced
this issue
Mar 13, 2023
Retested with latest release successful:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
setup
related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
update
related to updating software or the entire devonfw-ide
As a ide admin, I want to configure a minimum devonfw-ide version so that I can use a new feature and ensure that users with too old version of devonfw-ide will get notified and can update automatically.
Idea:
Add this do my
settings/devon.properties
:(Better name it
DEVON_IDE_MIN_VERSION
?)Users with e.g.
2022.12.001
containing this new feature already will then get this result when they setup devonfw-ide for the project:Side-node: Obviously this only works if you have at least a devonfw-ide version supporting this feature. This is planned for
2022.12.001
(see milestone) so one fine day in the future when all older versions have been washed away, the feature can be used reliably.The text was updated successfully, but these errors were encountered: