dev-tools icon indicating copy to clipboard operation
dev-tools copied to clipboard

can't build in mac

Open flozano opened this issue 5 years ago • 3 comments

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.298 s
[INFO] Finished at: 2019-11-15T14:32:04+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project devtools: Error reading assemblies: No assembly descriptors found. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

flozano avatar Nov 15 '19 13:11 flozano

Please make sure you build with JDK 11 or above. See open issue #11.

reugn avatar Nov 15 '19 16:11 reugn

$ mvn -X assembly:assembly
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T17:06:16+02:00)
Maven home: /usr/local/Cellar/maven/3.6.2/libexec
Java version: 11.0.4, vendor: Azul Systems, Inc., runtime: /Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home
Default locale: en_ES, platform encoding: UTF-8
OS name: "mac os x", version: "10.14.6", arch: "x86_64", family: "mac"

and it fails

flozano avatar Nov 15 '19 18:11 flozano

@flozano please see v0.3.1 installation instructions.

reugn avatar Aug 01 '20 16:08 reugn