Skip to content

Commit

Permalink
Update features.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Oct 1, 2024
1 parent 5d9f177 commit 19c1ce9
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions documentation/features.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,19 @@ Here are some examples with `IDEasy`:
--------
[~]$ ide
You are not inside an IDEasy project: /home
[~]$ cd projects/devonfw
[~]$ ide create cool-project
...
[~]$ cd projects/cool-project
[devonfw]$ mvn
command not found: mvn
[devonfw]$ ide
Environment variables have been set for ~/projects/devonfw in workspace main
Environment variables have been set for ~/projects/cool-project in workspace main
[devonfw]$ mvn -v
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:47+02:00)
Maven home: ~/projects/devonfw/software/mvn
Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: ~/projects/devonfw/software/java
Default locale: en_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.3", arch: "x86_64", family: "mac"
Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
Maven home: ~/projects/cool-project/software/mvn
Java version: 21.0.4, vendor: Eclipse Adoptium, runtime: ~/projects/cool-project/software/java
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "21.0.4", arch: "x86_64", family: "mac"
[devonfw]$ cd ../ide-test/workspaces/test/my-project
[my-project]$ ide
Environment variables have been set for ~/projects/ide-test in workspace test
Expand All @@ -81,7 +83,7 @@ Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T20:41:4
Maven home: ~/projects/ide-test/software/mvn
Java version: 11.0.2, vendor: Oracle Corporation, runtime: ~/projects/ide-test/software/java
Default locale: en_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.3", arch: "x86_64", family: "mac"
OS name: "mac os x", version: "11.0.2", arch: "x86_64", family: "mac"
[my-project]$ ide eclipse
launching Eclipse for workspace test...
[my-project]$ ide build
Expand All @@ -96,9 +98,8 @@ For further details have a look at our link:cli.adoc[CLI documentation].
Now you might ask:

* But I use Windows/Linux/MacOS/… - it works on all platforms!
* But I want to use Windows CMD or Power-Shell - it works!
* But I use cygwin or git-bash on Windows - it works!
* But I run this inside Windows-Terminal and want tight integration - it works!
* But I want to use Windows CMD - dont do it but if you insist it also works!
* But I run this inside Windows-Terminal and want tight integration - this is the recommended way and it works!
* But I am on MacOS want to use Terminal or iTerm2 with tight integration? - it works!
* But I use (OhMy)Zsh - it works!
* But ...? - it works!
Expand Down

0 comments on commit 19c1ce9

Please sign in to comment.