summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2023-09-26 16:07:59 +0200
committerMichael Peter Christen <mc@yacy.net>2023-09-26 16:07:59 +0200
commit938724caa8a9f63168fc46d78b02e28930619b7a (patch)
tree3a93763ec1c985bc37bc14088102a839044d7e46 /README.md
parent8fc51f66c6c3d24749db4e68672338024ecb8911 (diff)
new development on-boarding process in eclipse with changes for ivy
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files 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