32479c73b83a9a875a28d1adce327573b39af37e,src/python/pants/commands/goal.py,,,#,606
Before Change
).install("bootstrap").with_description("Bootstrap tools needed for building.")
// TODO(John Sirois): Resolve eggs
goal(
name="ivy",
action=IvyResolve,
dependencies=["gen", "check-exclusives", "bootstrap"]
).install("resolve").with_description("Resolve dependencies and produce dependency reports.")
goal(name="check-exclusives",
dependencies=["gen"],
action=CheckExclusives).install("check-exclusives").with_description(
After Change
// TODO(John Sirois): pydoc also
goal(name="javadoc",
action=JavadocGen,
dependencies=["compile", "bootstrap"]).install("doc").with_description("Create documentation.")
goal(name="scaladoc",
action=ScaladocGen,
dependencies=["compile", "bootstrap"]).install("doc")
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: pantsbuild/pants
Commit Name: 32479c73b83a9a875a28d1adce327573b39af37e
Time: 2014-04-30
Author: benjy@foursquare.com
File Name: src/python/pants/commands/goal.py
Class Name:
Method Name:
Project Name: pantsbuild/pants
Commit Name: 32479c73b83a9a875a28d1adce327573b39af37e
Time: 2014-04-30
Author: benjy@foursquare.com
File Name: src/python/pants/commands/goal.py
Class Name:
Method Name:
Project Name: pantsbuild/pants
Commit Name: 32479c73b83a9a875a28d1adce327573b39af37e
Time: 2014-04-30
Author: benjy@foursquare.com
File Name: src/python/pants/commands/goal.py
Class Name:
Method Name: