AW: setting SSL system property in build.xml

2007-11-12 Thread Jan.Materne
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

2007-11-12 Thread Matthew M. Boedicker
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