From 27732e1181e3ed76a4cf0eeb32eb57c4020a7cc7 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Wed, 24 Jun 2026 17:09:26 +0200 Subject: [PATCH] Improve the setup - Add tasks for windows to create a wwwd.sh for launching the IDE with an augment PATH that includes Node.js and Git which is needed by the Maven task in order to build the project's content. - Add a badge link to the setup configuration the CONTRIBUTING.md. --- CONTRIBUTING.md | 8 +++++++- setup/WWD.setup | 29 +++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9856518753..ec03ee0035 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,13 @@ Latest builds, for testing, can usually be found at `https://download.eclipse.or ### Prerequisites -Java 21 and Maven 3.9.6 (only if you want to build from the command-line), or newer. +Java 21 and Maven 3.9.12 (only if you want to build from the command-line), or newer. + +### 🧙 Setting up the Development Environment Automatically + +You can set up a pre-configured IDE for contribution to Eclipse Wild Web Developer using the following link: + +[![Create Eclipse Development Environment for the Eclipse SDK](https://download.eclipse.org/oomph/www/setups/svg/Wild_Web_Developer.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse-wildwebdeveloper/wildwebdeveloper/master/setup/WWDConfiguration.setup&show=true "Click to open Eclipse-Installer Auto Launch or drag onto your running installer's title area") ### ⌨️ Setting up the Development Environment manually diff --git a/setup/WWD.setup b/setup/WWD.setup index 033d505c02..cb11f36529 100644 --- a/setup/WWD.setup +++ b/setup/WWD.setup @@ -377,6 +377,35 @@ + + + The location of the Node.js installation on this device. + + + The location of Git installation on this device. + + + + #!/bin/bash + export PATH="${node.location|cygpath}/:${git.location|cygpath}/mingw64/bin:${git.location|cygpath}/usr/bin:$PATH" + ./eclipse.exe $* + + +