272e8e62d42aefa3d2547ae9108858ffb7c2d172,src/python/pants/backend/jvm/tasks/bundle_create.py,BundleCreate,bundle,#BundleCreate#Any#Any#,167
Before Change
os.symlink(path, bundle_path)
fileset_empty = False
if fileset_empty:
raise TaskError("In target {}, bundle index {} of "bundles" field does not match any files.".format(
app.address.spec, bundle_counter))
return bundle_dir
def check_basename_conflicts(self, targets):
Apps" basenames are used as bundle directory names. Ensure they are all unique.
After Change
"""continue to recursively include directory contents in future versions, please switch """
"""to a recursive glob like `{fixed_spec}`.""".format(
spec=spec,
fixed_spec=os.path.join(spec, "**", "*") ,
)
)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances Project Name: pantsbuild/pants
Commit Name: 272e8e62d42aefa3d2547ae9108858ffb7c2d172
Time: 2017-05-25
Author: stuhood@twitter.com
File Name: src/python/pants/backend/jvm/tasks/bundle_create.py
Class Name: BundleCreate
Method Name: bundle
Project Name: pantsbuild/pants
Commit Name: 05d7240153788a0d35c514ac9942a8a87ed6e1ef
Time: 2017-11-08
Author: cheister@gmail.com
File Name: contrib/jax_ws/src/python/pants/contrib/jax_ws/tasks/jax_ws_gen.py
Class Name: JaxWsGen
Method Name: execute_codegen
Project Name: pantsbuild/pants
Commit Name: deb2f3180a4446080087d589b24d6a66b60ed033
Time: 2014-10-08
Author: dturner@twopensource.com
File Name: src/python/pants/backend/jvm/tasks/jvmdoc_gen.py
Class Name: JvmdocGen
Method Name: _generate_individual