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: CONTRIBUTING.md
+35-24Lines changed: 35 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -37,36 +37,47 @@ Latest builds, for testing, can be found at https://download.eclipse.org/tm4e/sn
37
37
38
38
### ⌨️ Setting up the Development Environment manually
39
39
40
-
- Download and install the **Eclipse IDE for Eclipse Committers** from https://www.eclipse.org/downloads/packages/ or another
41
-
Eclipse installation with the [Plug-in Development Environment (PDE)](https://www.eclipse.org/pde/) installed.
42
-
- Clone this repository <ahref="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirect.html"><imgsrc="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/cloneToEclipseBadge.png"alt="Clone to Eclipse IDE"/></a>.
43
-
-_File > Open Projects from Filesystem..._ , select the path to the TM4E Git repository and the relevant child projects you want to import
40
+
1. Download and install the **Eclipse IDE for Eclipse Committers** from https://www.eclipse.org/downloads/packages/ or another
41
+
Eclipse installation with the [Plug-in Development Environment (PDE)](https://www.eclipse.org/pde/) installed.
42
+
1. Clone this repository <ahref="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/redirect.html"><imgsrc="https://mickaelistria.github.io/redirctToEclipseIDECloneCommand/cloneToEclipseBadge.png"alt="Clone to Eclipse IDE"/></a>.
43
+
1._File > Import > Existing Maven Project_, select the path to the TM4E Git repository and import projects and all modules
44
+

45
+
1. To solve the compiler errors, open the [target-platforms/oldest.target](target-platforms/oldest.target) file in Eclipse, wait until all dependencies are resolved, and click on _**Set as Active Target Platform**_
46
+

44
47
45
-
### 🏗️ Build
48
+
### 🏗️ Build & Test
46
49
47
-
- From the command line run:
48
-
- on Windows `mvnw clean verify`
49
-
- on Linux `./mvnw clean verify`
50
-
- From within Eclipse with [M2E](https://www.eclipse.org/m2e/) installed: right-click on the tm4e root folder > Run As > Maven build
50
+
1.**On command line**
51
51
52
-
#### Running the CI job locally:
52
+
On Windows execute `mvnw clean verify`\
53
+
On Linux execute `./mvnw clean verify`
53
54
54
-
TM4E's [GitHub Actions wokflow](.github/workflows/build.yml) is compatible with [nektos/act](https://github.com/nektos/act) a
55
-
command-line tool that allows you to run GitHub Actions workflows locally.
0 commit comments