I am not that familiar with Java development myself, but I do know that Bisq has some dependencies. And other then the ones mentioned in the doc/build.md there are 3 other dependencies that for some reason were removed from the doc/build.md file at one point.
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.
1:compile (default-compile) on project core: Compilation failure: Compilation fa
ilure:
[ERROR] /E:/Java/Bisq/CODE/exchange/core/src/main/java/io/bisq/core/crypto/Scryp
tUtil.java:[26,36] cannot find symbol
[ERROR] symbol: method copyFrom(byte[])
[ERROR] location: class okio.ByteString
[ERROR] /E:/Java/Bisq/CODE/exchange/core/src/main/java/io/bisq/core/crypto/Scryp
tUtil.java:[36,65] incompatible types: org.spongycastle.crypto.params.KeyParamet
er cannot be converted to org.bouncycastle.crypto.params.KeyParameter
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
@sujayh1988 can you join our slack and share more details about your env and using mvn command with detailed output - https://bisq.slack.com (#general channel), or please write in which folder what command you ran with all output mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true > output.txt 2>&1
Dear,
Now I created project from version control in IntelliJ ans its working beautifully!!
all erros in IntelliJ project(red errors in code) have disappeared.
Also, mvn clean package verify -DskipTests -Dmaven.javadoc.skip=true
is still running with no Errors till now.
Also let me introduce myself.
Im a software Engineer, well versed in programming, Software Design,Testing.
I am well-versed in Java and also want to contribute to this project some day.
Could you let me know how to start off?