diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-09-26 16:07:59 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-09-26 16:07:59 +0200 |
| commit | 938724caa8a9f63168fc46d78b02e28930619b7a (patch) | |
| tree | 3a93763ec1c985bc37bc14088102a839044d7e46 /README.md | |
| parent | 8fc51f66c6c3d24749db4e68672338024ecb8911 (diff) | |
new development on-boarding process in eclipse with changes for ivy
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
