Is anyone familiar with the details of `pants.back...
# general
p
Is anyone familiar with the details of
pants.backend.jvm.tasks.jar_task
and the
JarTool
? According to [1] all content of a dir will be added to the jar .. but when the
JarTool
actually is executed [2], nothing happens Finally, [3] seems to show that
JarTool
is working as expected .. so I wonder what I am missing 💤 [1] https://github.com/pantsbuild/pants/blob/1e45167fab9a30f32207d025d91d2a071c8981fe/src/python/pants/backend/jvm/tasks/jar_task.py#L161-L161 [2] https://github.com/pantsbuild/pants/blob/1e45167fab9a30f32207d025d91d2a071c8981fe/src/python/pants/backend/jvm/tasks/jar_task.py#L361-L361 [3] https://github.com/pantsbuild/pants/blob/664429cb687ec9e81c92cb9c9d48115117d74691/tests/java/org/pantsbuild/tools/jar/JarBuilderTest.java#L422