Morning. I'm using:
Apache Ant(TM) version 1.8.2 compiled on December 20 2010 and it seems that the system property javax.net.ssl.keyStore might be not taken into account by Ant. I specify it on the command line, alongside the appropriate password specification, expecting that it'll help the GET task retrieving a resource via HTTPS. However a sun.security.provider.certpath.SunCertPathBuilderException keeps being reported, even though I'm sure the keystore and the password used are valid. Hence my question. Thanks, --Christian