Skip to content

Commit

Permalink
Update readme files with run/nativerun goals (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: jose.pereda <jose.pereda@gluonhq.com>
  • Loading branch information
José Pereda and jperedadnr authored Jun 15, 2021
1 parent c0a16d4 commit 3ff1511
Show file tree
Hide file tree
Showing 19 changed files with 165 additions and 88 deletions.
14 changes: 9 additions & 5 deletions HelloFX/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -42,7 +46,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -52,7 +56,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions HelloFXML/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -42,7 +46,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -52,7 +56,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions HelloGluon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -42,7 +46,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -52,7 +56,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions HelloMaps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -37,7 +41,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -47,7 +51,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions HelloWorld/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -42,7 +46,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -52,7 +56,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
12 changes: 8 additions & 4 deletions alarm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application and explore all options using:
Run the application on JVM/HotSpot:

mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Expand All @@ -20,7 +24,7 @@ Build a native image using:

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -38,7 +42,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -48,7 +52,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions beacons/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -43,7 +47,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -53,7 +57,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions cloudlink-cloudfirst-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -53,7 +57,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -63,7 +67,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
14 changes: 9 additions & 5 deletions comments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,21 @@ Please follow the prerequisites as stated [here](https://docs.gluonhq.com/#_requ

### Desktop

Run the application using:
Run the application on JVM/HotSpot:

mvn javafx:run
mvn gluonfx:run

Run the application and explore all scenarios to generate config files for the native image with:

mvn gluonfx:runagent

Build a native image using:

mvn gluonfx:build

Run the native image app:

mvn gluonfx:run
mvn gluonfx:nativerun

### Android

Expand All @@ -53,7 +57,7 @@ Install it on a connected android device:

Run the installed app on a connected android device:

mvn gluonfx:run -Pandroid
mvn gluonfx:nativerun -Pandroid

### iOS

Expand All @@ -63,7 +67,7 @@ Build a native image for iOS using:

Install and run the native image on a connected iOS device:

mvn gluonfx:run -Pios
mvn gluonfx:nativerun -Pios

Create an IPA file (for submission to TestFlight or App Store):

Expand Down
Loading

0 comments on commit 3ff1511

Please sign in to comment.