bored-art-40741
09/30/2015, 6:13 PMbored-art-40741
09/30/2015, 6:13 PMwitty-crayon-22786
09/30/2015, 6:13 PMbored-art-40741
09/30/2015, 6:13 PMwitty-crayon-22786
09/30/2015, 6:14 PMmammoth-pharmacist-54215
09/30/2015, 6:25 PMbored-art-40741
09/30/2015, 7:07 PMfancy-queen-20734
09/30/2015, 7:07 PMfancy-queen-20734
09/30/2015, 7:08 PMfancy-queen-20734
09/30/2015, 7:08 PMbored-art-40741
09/30/2015, 7:09 PMbored-art-40741
09/30/2015, 7:09 PMfancy-queen-20734
09/30/2015, 7:10 PMfancy-queen-20734
09/30/2015, 7:10 PMlimited-country-20626
09/30/2015, 7:11 PMfancy-queen-20734
09/30/2015, 7:13 PMfancy-queen-20734
09/30/2015, 7:35 PMwitty-crayon-22786
09/30/2015, 8:32 PMwitty-crayon-22786
09/30/2015, 8:32 PMfancy-queen-20734
09/30/2015, 8:35 PMwitty-crayon-22786
09/30/2015, 8:37 PMfancy-queen-20734
09/30/2015, 8:42 PMjolly-chef-92794
09/30/2015, 8:58 PMDependency = namedtuple('DependencyAttributes', ['org', 'name', 'rev', 'mutable', 'force',
'transitive'])
global_dep_attributes = set(Dependency(org=<http://jar.org|jar.org>,
name=jar.name,
rev=jar.rev,
mutable=jar.mutable,
force=jar.force,
transitive=jar.transitive)
for jar in jars)
if len(global_dep_attributes) != 1:
# TODO(John Sirois): Need to provide information about where these came from - could be
# far-flung JarLibrary targets. The jars here were collected from targets via
# `calculate_classpath` above and so merging of the 2 could provide the context needed.
# See: <https://github.com/pantsbuild/pants/issues/2239>
conflicting_dependencies = sorted(str(g) for g in global_dep_attributes)
raise cls.IvyResolveConflictingDepsError('Found conflicting dependencies:\n\t{}'
.format('\n\t'.join(conflicting_dependencies)))
jar_attributes = global_dep_attributes.pop()
Is having two jar_dependencies with different the same parameters as those above, but different classifier
and value for force
, not allowed?limited-country-20626
09/30/2015, 9:49 PM[Errno 7] Argument list too long
during junit. Is there any historical reason we don’t run junit in a nailgun?witty-crayon-22786
09/30/2015, 9:50 PMwitty-crayon-22786
09/30/2015, 9:50 PMwitty-crayon-22786
09/30/2015, 9:50 PMbored-art-40741
09/30/2015, 9:51 PMbored-art-40741
09/30/2015, 9:51 PMwitty-crayon-22786
09/30/2015, 9:51 PM