diff options
| author | reger24 <reger24@users.noreply.github.com> | 2022-01-22 06:27:14 +0100 |
|---|---|---|
| committer | reger24 <reger24@users.noreply.github.com> | 2022-01-22 06:27:14 +0100 |
| commit | 2e177661c90f776d0d8a94fb3f32d8b6d80173f4 (patch) | |
| tree | 08f592c8b5df0484c404198ad7249825372a9ef0 /README.md | |
| parent | 4df29edd030d12ff4b21688abaa9eb6087245a2d (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.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
