better-park-26723
01/27/2016, 11:51 PMbored-art-40741
01/27/2016, 11:51 PMbored-art-40741
01/27/2016, 11:51 PMbetter-park-26723
01/27/2016, 11:51 PMbored-art-40741
01/27/2016, 11:51 PMbored-art-40741
01/27/2016, 11:52 PM./pants test some/target:foo
bored-art-40741
01/27/2016, 11:52 PMbored-art-40741
01/27/2016, 11:53 PMdependencies
are the edges) of the targets you pass it on the RHS of a pants invocationbored-art-40741
01/27/2016, 11:53 PMresolve
runs, and pretend its only task is IvyResolve
. So IvyResolve
runs and it sees that the target graph is some/target:foo
and its dependencies--for now let's pretend it has nonebored-art-40741
01/27/2016, 11:54 PMcompile_classpath
product is effectively a mapping from individual targets to the actual concrete third party jars on disk that Ivy claims that target representsbored-art-40741
01/27/2016, 11:55 PMsome/target:foo
is a JarLibrary
target that defined some jar(...)
, it will have an entry in this particular product mapbored-art-40741
01/27/2016, 11:55 PMbored-art-40741
01/27/2016, 11:55 PMbetter-park-26723
01/27/2016, 11:55 PMcompile_classpath
is a map from some/target:foo
to an array of third-party jars on diskbored-art-40741
01/27/2016, 11:55 PMbored-art-40741
01/27/2016, 11:56 PMbored-art-40741
01/27/2016, 11:56 PMbored-art-40741
01/27/2016, 11:57 PMcompile
, specifically ZincCompile
then populates a very similar product named runtime_classpath
with an equivalent mapping of loose classfiles or compiled jars, target to classpath againbetter-park-26723
01/27/2016, 11:57 PMcompile_classpath
. What's the "product" of JarLibrary? the actual built jar? a map from foo
to the built jar? (and also the jar itself?)bored-art-40741
01/27/2016, 11:57 PMJarLibrary
is a targetbored-art-40741
01/27/2016, 11:57 PM<dependency> ...
in a pombetter-park-26723
01/27/2016, 11:57 PMbored-art-40741
01/27/2016, 11:57 PMbored-art-40741
01/27/2016, 11:57 PMbored-art-40741
01/27/2016, 11:58 PMbored-art-40741
01/27/2016, 11:58 PMbored-art-40741
01/27/2016, 11:58 PMbored-art-40741
01/27/2016, 11:58 PMbored-art-40741
01/27/2016, 11:59 PMbetter-park-26723
01/28/2016, 12:00 AM