From 2e177661c90f776d0d8a94fb3f32d8b6d80173f4 Mon Sep 17 00:00:00 2001 From: reger24 Date: Sat, 22 Jan 2022 06:27:14 +0100 Subject: 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. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') 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 -- cgit v1.2.3