pass along the ssl system properties if they are defined on the command line for the swissarmy example

This commit is contained in:
Hiram Chirino 2013-12-11 09:33:50 -05:00
parent 6258ce1761
commit 0b581104c7
1 changed files with 6 additions and 0 deletions

View File

@ -214,6 +214,9 @@
<classpath refid="javac.classpath" />
<jvmarg value="-server" />
<sysproperty key="activemq.home" value="${activemq.home}"/>
<sysproperty key="javax.net.ssl.keyStore" value="${javax.net.ssl.keyStore}"/>
<sysproperty key="javax.net.ssl.trustStore" value="${javax.net.ssl.trustStore}"/>
<sysproperty key="javax.net.ssl.keyStorePassword" value="${javax.net.ssl.keyStorePassword}"/>
<arg value="--url=${url}" />
<arg value="--topic=${topic}" />
<arg value="--subject=${subject}" />
@ -239,6 +242,9 @@
<classpath refid="javac.classpath" />
<jvmarg value="-server" />
<sysproperty key="activemq.home" value="${activemq.home}"/>
<sysproperty key="javax.net.ssl.keyStore" value="${javax.net.ssl.keyStore}"/>
<sysproperty key="javax.net.ssl.trustStore" value="${javax.net.ssl.trustStore}"/>
<sysproperty key="javax.net.ssl.keyStorePassword" value="${javax.net.ssl.keyStorePassword}"/>
<arg value="--url=${url}" />
<arg value="--topic=${topic}" />
<arg value="--subject=${subject}" />