bored-art-40741
01/27/2016, 11:46 PMbored-art-40741
01/27/2016, 11:47 PMbetter-park-26723
01/27/2016, 11:47 PMbetter-park-26723
01/27/2016, 11:47 PMcompile_classpath
and runtime_classpath
are "products." foo.jar
has a compile classpath and a runtime classpathbored-art-40741
01/27/2016, 11:47 PMtest
, there is a task called JunitRun
which, at effectively static scope, declares that it needs the runtime_classpath
product. After all, you can't run tests if you don't have a classpath to run the JVM with.better-park-26723
01/27/2016, 11:47 PMbar.jar
also has a compile classpath and a runtime classpathbored-art-40741
01/27/2016, 11:47 PMbored-art-40741
01/27/2016, 11:48 PMZincCompile
, a task under the goal compile
says "I do" (or really, has already said so, since these are basically static annotations)bored-art-40741
01/27/2016, 11:48 PMZincCompile
also says, "In order to run, I need a compile_classpath
product"better-park-26723
01/27/2016, 11:48 PMbored-art-40741
01/27/2016, 11:48 PMbored-art-40741
01/27/2016, 11:49 PMbetter-park-26723
01/27/2016, 11:49 PMbored-art-40741
01/27/2016, 11:49 PMbored-art-40741
01/27/2016, 11:49 PMIvyResolve
a task in the resolve
goal says "I do"bored-art-40741
01/27/2016, 11:49 PMIvyResolve
has no products it needs, pants then saysbetter-park-26723
01/27/2016, 11:49 PMcompile_classpath
and not of thingies like "foo.jar"bored-art-40741
01/27/2016, 11:49 PMresolve
and then compile
and then `test`"bored-art-40741
01/27/2016, 11:50 PMbored-art-40741
01/27/2016, 11:50 PMbetter-park-26723
01/27/2016, 11:50 PMbetter-park-26723
01/27/2016, 11:50 PMbored-art-40741
01/27/2016, 11:50 PMfoo.jar
bored-art-40741
01/27/2016, 11:50 PMrough-minister-58256
01/27/2016, 11:50 PMbetter-park-26723
01/27/2016, 11:50 PMrough-minister-58256
01/27/2016, 11:51 PMExecuting tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> compute-buildprops -> jvm-platform-validate -> gen -> resolve -> resources -> buildprops -> compile -> test
rough-minister-58256
01/27/2016, 11:51 PMbetter-park-26723
01/27/2016, 11:51 PMbored-art-40741
01/27/2016, 11:51 PM