GitHub user shikharraje-clevertap closed a discussion: Unable to build Java directory using the build instructions?
Hi, I'm a new contributor to the world of Open Source, generally. And I'm new to Apache Fury. I have cloned the project and am trying to build the java section, as described here: https://github.com/apache/fury/blob/main/docs/guide/DEVELOPMENT.md The `mvn` command is returning errors in `fury-test-core`: <img width="1633" alt="image" src="https://github.com/user-attachments/assets/7212661d-45d2-491e-9411-8b65ad03f0fb" /> Attached the full log file for your consideration. I tried skipping the `fury-test-core` module using `mvn -pl '!:fury-test-core' clean compile -DskipTests` but it seems `fury-extensions` depends on this. <img width="1538" alt="image" src="https://github.com/user-attachments/assets/8adc9717-be4c-48d6-a90b-da2c61f0c437" /> I also tried this on `master` and the `releases-0.10` branch. Can someone help me understand what I'm doing wrong, and how to fix this? JDK and MVN details: ```` java --version java 17.0.6 2023-01-17 LTS Java(TM) SE Runtime Environment (build 17.0.6+9-LTS-190) Java HotSpot(TM) 64-Bit Server VM (build 17.0.6+9-LTS-190, mixed mode, sharing) mvn -version Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937) Maven home: /Users/shikhar.raje/homebrew/Cellar/maven/3.9.9/libexec Java version: 23.0.2, vendor: Homebrew, runtime: /Users/shikhar.raje/homebrew/Cellar/openjdk/23.0.2/libexec/openjdk.jdk/Contents/Home Default locale: en_GB, platform encoding: UTF-8 OS name: "mac os x", version: "15.3.1", arch: "aarch64", family: "mac" ```` GitHub link: https://github.com/apache/fory/discussions/2073 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
