the approximate path is: 1) resolve.ivy creates a ...
# general
w
the approximate path is: 1) resolve.ivy creates a
compile_classpath
, 2) compile.zinc consumes the
compile_classpath
to create a
runtime_classpath
, 3) test.junit consumes the
runtime_classpath
to run && bundle.consolidate-classpath consumes the
runtime_classpath
to create
consolidated_classpath
👍 1