AW: setting SSL system property in build.xml
There is no way to set a system property for the running Ant inside the buildfile. (moment ... maybe
setting SSL system property in build.xml
Is it possible to set the javax.net.ssl.trustStore system property inside a build.xml file? I am using the standard Ant "get" task and the Apache Axis axis-wsdl2java task with https URLs. I know it can be set in the java task but is there anyway to set it for these tasks or globally for the whole