> [ERROR] Command was /bin/sh -c cd > "/Users/johnament/Downloads/apache-artemis-1.2.0 2/artemis-commons" && > /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java
The compilation issue is because you used a space ' ' on your directory had you used apache-artemis-1.2.0_2 (instead of space) it would have worked fine. I replicated it here with a " " as well on a mac (dunno about other envs.. probably the same).
