You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@ If you want to import the latest code based plugin to another Eclipse setup you
78
78
79
79
* Fork the repository on GitHub (https://help.github.com/articles/fork-a-repo) for your changes. Note that your git link should look like this: https://github.com/YOUR_FORK/arduino-eclipse-plugin.git –– we will use it later.
80
80
* Checkout locally
81
-
* Make changes
82
81
* Run ```mvn clean verify -PSDK,latest -DskipTests=true``` to build
83
82
84
83
After the build, find the Sloeber SDK product in the io.sloeber.product.sdk target directory. Unzip it somewhere in your home directory (mind you we cannot handle very long path names)
@@ -88,13 +87,10 @@ After the build, find the Sloeber SDK product in the io.sloeber.product.sdk targ
88
87
89
88
### Install the projects into the SDK via the EGit interface.
90
89
91
-
> File → Import → Git → Projects from Git → Clone URI
90
+
> File → Import → Git → Projects from Git → Existing local repository
92
91
93
-
* Now type your fork in to URI, for example: ```https://github.com/YOUR_USER/arduino-eclipse-plugin.git```
92
+
* Now add the repository you just cloned
94
93
* Press "Next".
95
-
* Branch Selection: master
96
-
* Local destination: ```/home/your_name/git/arduino-eclipse-plugin``` or ```c:\git\arduino-eclipse-plugin```
97
-
* The rest of page unchanged.
98
94
* Next
99
95
* Select a wizard: Import Existing Projects
100
96
* Next
@@ -131,9 +127,8 @@ My current settings are as follows:
131
127
* Null analysis: Set all active (not greyed out) to Warning.
132
128
* Potential programming problems: Set all to Warning.
133
129
134
-
### Running the Plugin
135
-
136
-
Then running is very simple - just right click io.sloeber.core and select:
130
+
### Running Sloeber with local changes (Testing your stuff)
131
+
Running is very simple - just right click io.sloeber.core and select:
0 commit comments