I have been working on an issue for about a week d...
# general
a
I have been working on an issue for about a week dealing with setting
Class-Path
in MANIFEST.MF for a jar file. We use a fat (shaded) jar for our deploys but sometimes need to include separate jars that have been signed. When I did this in the pants generated .jar file it could never find the extra jars I added:
Copy code
Manifest-Version: 1.0
Class-Path: gns-server-signed-jars/bcprov-jdk15on-1.50.jar
Created-By: org.pantsbuild.tools.jar.JarBuilder
Main-Class: com.squareup.gns.server.GnsServerApp