Skip to content
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

release info messed with installation output #998

Closed
hohwille opened this issue Nov 30, 2022 · 0 comments · Fixed by #1046
Closed

release info messed with installation output #998

hohwille opened this issue Nov 30, 2022 · 0 comments · Fixed by #1046
Assignees
Labels
bug Something isn't working release related to release commandlet and releases of devonfw-ide setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)

Comments

@hohwille
Copy link
Member

$ devon release -Dmmm.flatten.updatePom=false
 You are inside a top-level maven project
Trying to determine current version of your project...
Current version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
17-SNAPSHOT
Release version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
17
Next version: Success: run command mkdir
Artifact already exists at /c/Users/hohwille/Downloads/devonfw-ide/maven-3.8.6.tar.gz
To force update please delete the file and run again.
Success: run command tar
Successfully extracted archive maven-3.8.6.tar.gz to /d/projects/mmm/updates/extracted/maven
Success: run command mv
Successfully installed maven
The software maven has been added. You need to rerun 'devon' command without arguments or restart your terminal to update your PATH so the newly installed software will be found.
18-SNAPSHOT

Is next version correct?
(yes/no):

Expected output would be:

$ devon release -Dmmm.flatten.updatePom=false
 You are inside a top-level maven project
Trying to determine current version of your project...
Current version: 17-SNAPSHOT
Release version: 17
Next version: 18-SNAPSHOT

Is next version correct?
(yes/no):

Maybe we can simply first call some doDevonCommand mvn setup silent before invoking the maven commands.

@hohwille hohwille added the bug Something isn't working label Nov 30, 2022
@hohwille hohwille changed the title release info messed with debug output release info messed with installation output Dec 1, 2022
@hohwille hohwille added Team_IDE setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup) release related to release commandlet and releases of devonfw-ide labels Dec 1, 2022
@Ttring Ttring removed their assignment Jan 1, 2023
@hohwille hohwille linked a pull request Feb 28, 2023 that will close this issue
Amueller36 added a commit to Amueller36/ide that referenced this issue Mar 24, 2023
Amueller36 added a commit to Amueller36/ide that referenced this issue Mar 30, 2023
hohwille added a commit to Amueller36/ide that referenced this issue Apr 11, 2023
hohwille added a commit to Amueller36/ide that referenced this issue Apr 11, 2023
@hohwille hohwille added this to the release:2023.04.001 milestone Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release related to release commandlet and releases of devonfw-ide setup related to the setup process of devonfw-ide (setup[.bat] and devon ... setup)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants