summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorreger24 <reger24@users.noreply.github.com>2022-01-22 06:27:14 +0100
committerreger24 <reger24@users.noreply.github.com>2022-01-22 06:27:14 +0100
commit2e177661c90f776d0d8a94fb3f32d8b6d80173f4 (patch)
tree08f592c8b5df0484c404198ad7249825372a9ef0 /README.md
parent4df29edd030d12ff4b21688abaa9eb6087245a2d (diff)
Implement creation of legacy distribution archive in Gradle
- Gradle task to execute "packageDist" - this will create *.tar.gz and *.zip archive - with legacy file name convention - archive is created in build/distributions - for the libbuild J7Zip-modified.jar use fallback as file dependency in lib as Gradle/Groovy use internal just the classes from subprojects with result that in above no jar is included in lib but a bunch of *.class files - added also the option to publish J7Zip-modified.jar to mavenLocal() repo.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8c937731e..816df45c9 100644
--- a/README.md
+++ b/README.md
@@ -155,6 +155,13 @@ To start developing YaCy in Eclipse:
- → Name: "YaCy Build" → Buildfile: Browse Workspace → build.xml → Run
- In the Package Explorer, right-click on YaCy → Run as → Java Application -> Select "yacy - net.yacy" -> OK
+To start developing YaCy in Netbeans:
+
+- clone https://github.com/yacy/yacy_search_server.git (Team → Git → Clone)
+ - if you checked "scan for project" you'll be ask to open the project
+- Open the project (File → Open Project)
+- you may directly use all the Netbeans build feature.
+
To join our development community, got to https://searchlab.eu
Send pull requests to https://github.com/yacy/yacy_search_server