Maven build error: Release 1.2.8
-
Trying to build burstcoin wallet on Linux (I get the same error in Windows).
The command I run is:
mvn clean install
After a minute or so, I end up with the following:
Failed to install artifact burstcoin:burstcoin:jar:jar-with-dependencies:1.2.8: C:\Users\ace\burstcoin\target\burstcoin-1.2.8-jar-with-dependencies.jar (The system cannot find the file specified)
Why is this? how to fix?
Is there a linux binary I can download so I dont need to compile?
did a git clone of the repo, then jump to the tag 1.2.8
I have JDK 8 installed.
Thanks
-
@cryptoburst Compiled .jar available here: https://github.com/burst-team/burstcoin/releases
-

