Skip to content

Commit

Permalink
Added information about rexx4e.setup to get started section
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Holzem <[email protected]>
  • Loading branch information
holzem committed Dec 6, 2020
1 parent 9832c3d commit c7a2448
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
# Log file
*.log

# Build & Test output
*.out

# BlueJ files
*.ctxt

Expand All @@ -25,4 +28,4 @@ hs_err_pid*
/target
/*/target
/*/bin
/workspace
/workspace
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,21 @@ It might be necessary to update the tm4e plugins from the [latest release](https

# Get started

Use use the [Eclipse Installer](http://www.eclipse.org/downloads/packages/installer) to create a separate Eclipse installation
to work on the projects [ls4rexx](https://github.com/generaliinformatik/ls4rexx) and [rexx4e](https://github.com/generaliinformatik/rexx4e).

Start the Eclipse Installer in `Advanced mode`. Select `Eclipse IDE for RCP and RAP developers` as the product.
Product Version should be `Photon` if you want to target IBM Developer for z/OS (starting from version 15.x) or
Compuware Topaz Workbench (starting from version 20.x).
On the projects page add an Eclipse Project with the URI
[https://raw.githubusercontent.com/generaliinformatik/rexx4e/master/rexx4e.setup](https://raw.githubusercontent.com/generaliinformatik/rexx4e/master/rexx4e.setup)
and select the Rexx4e project. After finishing the installation and the start of the project the result is:
* missing plugins will be added to the product
* repositories will be cloned and imported
* repositories will be built using maven

A more manual approach is

* Clone this repository
* Open the folder in your terminal / command line
* Run `./mvnw clean verify` (OSX, Linux) or `mvnw.cmd clean verify` (Windows)
Expand Down

0 comments on commit c7a2448

Please sign in to comment.