--
You received this message because you are subscribed to the Google Groups "Bazel/JVM Special Interest Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bazel-sig-jv...@googlegroups.com.
To post to this group, send email to bazel-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-sig-jvm/63d590f3-94a6-4891-87d5-22ee4f8119c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you for your reply!1. We're looking to implement specifically two features: filtering (exclude files by regex/wildcard), and Resource transformation (in particular, resource appending, similar to AppendingTransformer in maven-shade)
2. The plan was to hardwire this into singlejar, however,3. This was just foiled as I learned about the C++ version :)My C++ is a bit weak, how about a possibility of using just the java version for this, regardless of the OS?
To view this discussion on the web visit https://groups.google.com/d/msgid/bazel-sig-jvm/629de32d-6aaf-4b85-8f13-eead682a656c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Can this be done as a custom post-processing step after the singlejar invocation, i.e. genrule(srcs=["foo_deploy.jar"]) or something? I'd prefer to keep singlejar a fairly simple tool, as far as that's possible.
I'd rather we use the C++ one *everywhere*, but I don't remember off the bat why we use the Java version on Windows.