From 938724caa8a9f63168fc46d78b02e28930619b7a Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 26 Sep 2023 16:07:59 +0200 Subject: [PATCH] new development on-boarding process in eclipse with changes for ivy --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd7effafa..4668e32b6 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,13 @@ To start developing YaCy in **Eclipse**: - clone https://github.com/yacy/yacy_search_server.git using build-in Eclipse features (File -> Import -> Git) - or download source from this site (download button "Code" -> download as Zip -> and unpack) -- import a Gradle project (File -> Import -> Gradle -> Existing Gradle Project) -- in the tab "Gradle Tasks" are tasks available to use build the project (e.g. build -> build or application -> run) +- Open Help -> Eclipse Marketplace -> Search for "ivy" -> Install "Apache IvyDE" +- right-click on the YaCy project in the package explorer -> Ivy -> resolve + +This will build YaCy in Eclipse. To run YaCy: +- Package Explorer -> YaCy: navigate to source -> net.yacy +- right-click on yacy.java -> Run as -> + To start developing YaCy in **Netbeans**: @@ -178,7 +183,7 @@ git clone https://github.com/yacy/yacy_search_server ``` Compiling YaCy: -- You need Java 11 and ant +- You need Java 11, ivy and ant - See `ant -p` for the available ant targets ``` ant clean dist