From 196ff6b7ba30331ed345a52ad69fbdbc933c38ed Mon Sep 17 00:00:00 2001 From: Jansen M Smith Date: Thu, 17 Aug 2023 14:09:47 -0400 Subject: [PATCH 1/4] added repo clone in eclipse instruction line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba947767..c3f438c84 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,8 @@ by calling the `assemble` task. #### Windows Setup Instructions - Download and install Sloeber Eclipse or an alternative Java IDE of your choice. -- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible. +- Install BowlerStudio via the provided installer. This will ensure that the correct JVM is accessible. +- Enable Clone a Git repository in Eclipse (Window > Show View > Other... > Git > Git Repositories > Clone a Git repository) - Clone this repository via HTTPS and use your [GitHub personal access token](https://github.com/settings/tokens). - Make sure to enable the option to clone submodules. - Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs) From 313151b4c79369143904cb21dbf4db2f45aef6e1 Mon Sep 17 00:00:00 2001 From: Jansen M Smith Date: Thu, 17 Aug 2023 14:30:32 -0400 Subject: [PATCH 2/4] added path to edit gradle config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f438c84..ac146b3bb 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ by calling the `assemble` task. - Clone this repository via HTTPS and use your [GitHub personal access token](https://github.com/settings/tokens). - Make sure to enable the option to clone submodules. - Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs) -- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. +- In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Gradle > Jave home) - Import the cloned project into Eclipse using gradle. From 155427ee9f1c39a2d320b68f9c40c076c57c9733 Mon Sep 17 00:00:00 2001 From: Jansen M Smith Date: Thu, 17 Aug 2023 14:45:02 -0400 Subject: [PATCH 3/4] added path to find gradle import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac146b3bb..95a248123 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ by calling the `assemble` task. - Make sure to enable the option to clone submodules. - Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs) - In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Gradle > Jave home) -- Import the cloned project into Eclipse using gradle. +- Import the cloned project into Eclipse using gradle. (File > Import... > Gradle > Existing Gradle Project) From dc72e6e8f876ed30d7fd02e2be10cad7af2e5f3a Mon Sep 17 00:00:00 2001 From: Jansen M Smith Date: Thu, 17 Aug 2023 17:04:23 -0400 Subject: [PATCH 4/4] added instructions to find the project path --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 95a248123..3895f5a56 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ by calling the `assemble` task. - Set the default JVM in Eclipse to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Java > Installed JREs) - In the Eclipse gradle configuration, set the `javahome` path to the following file path: `C:\Program Files (x86)\Commonwealth Robotics BowlerStudio\BowlerStudioApp\jre`. (Window > Preferences > Gradle > Jave home) - Import the cloned project into Eclipse using gradle. (File > Import... > Gradle > Existing Gradle Project) + - The path to add can be found in Eclipse by right-clicking the git repo and selecting Copy Path to Clipboard. Remove the /.git from the directory before importing.