build-classpath command examples
build-classpath – build a Java CLASSPATH
This will return a string to standard out that is a valid CLASSPATH containing junit, xerces-j2, and wsdl4j JARs.
#build-classpath junit xerces-j2 wsdl4j
This will return a string to standard out that is a valid CLASSPATH containing log4j and commons-io JARs.
#build-classpath log4j:log4j org.apache.commons:commons-io
This will return a string to standard out that is a valid CLASSPATH containing google-guice JAR with classifier no_aop.
#build-classpath com.google.inject:guice::no_aop: