proud-alligator-68508
06/08/2015, 8:19 PMrough-minister-58256
06/08/2015, 8:19 PMproud-alligator-68508
06/08/2015, 8:19 PM~/.ivy2
cache, our worst ivy resolve times were just a few minutes, when we were using ivy. full download.. well, depended on network.bored-art-40741
06/08/2015, 8:19 PMrough-minister-58256
06/08/2015, 8:20 PMbored-art-40741
06/08/2015, 8:20 PMbored-art-40741
06/08/2015, 8:20 PMrough-minister-58256
06/08/2015, 8:20 PMbored-art-40741
06/08/2015, 8:20 PMrough-minister-58256
06/08/2015, 8:20 PMrough-minister-58256
06/08/2015, 8:21 PMrough-minister-58256
06/08/2015, 8:21 PMancient-stone-50795
06/08/2015, 8:21 PMproud-alligator-68508
06/08/2015, 8:21 PMancient-stone-50795
06/08/2015, 8:22 PMproud-alligator-68508
06/08/2015, 8:23 PMproud-alligator-68508
06/08/2015, 8:24 PMmammoth-autumn-2551
06/09/2015, 7:08 PMmammoth-autumn-2551
06/09/2015, 7:08 PMmammoth-autumn-2551
06/09/2015, 7:09 PMancient-stone-50795
06/09/2015, 7:34 PM-Tnowarnregex
that will keep warnings that match the expression from showing up.mammoth-autumn-2551
06/09/2015, 7:36 PMancient-stone-50795
06/09/2015, 7:37 PM./pants compile.java --help
for the current defaults. You can just copy those and tack a new -Tnowarnregex onto the endancient-stone-50795
06/09/2015, 7:37 PM-log-filter
optionmammoth-autumn-2551
06/09/2015, 7:39 PMmammoth-autumn-2551
06/09/2015, 7:39 PMmammoth-autumn-2551
06/09/2015, 7:52 PMmammoth-autumn-2551
06/09/2015, 7:52 PMancient-stone-50795
06/10/2015, 9:10 PMClass-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:
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
ancient-stone-50795
06/10/2015, 9:11 PMjava -jar gns-server.jar
and gns-server-signed-jars/bcprov-jdk15on-1.50.jar
in a directory locally, it couldn't resolve classes in the jar, but running:`
java -cp gns-server.jar: gns-server-signed-jars/bcprov-jdk15on-1.50.jar com.squareup.gns.server.GnsServerApp