Skip to content

Commit

Permalink
Inject sign.keyPassword into MDA when required
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Oct 27, 2016
1 parent 6001316 commit aa29d99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1739,7 +1739,6 @@
<input addproperty="sign.uk.keyPassword">
Please enter the password for the keystores:
</input>
<property name="mda.sign.keyPassword" value="${sign.uk.keyPassword}"/>
</target>

<!--
Expand Down Expand Up @@ -1818,6 +1817,7 @@
-->
<target name="samlmd.mdq.sign" depends="get.sign.uk.keyPassword">
<property name="mda.mdq.input" value="${output.dir}/${mdaggr.prod.unsigned}"/>
<property name="mda.sign.keyPassword" value="${sign.uk.keyPassword}"/>
<echo>Generating per-entity metadata in ${mda.mdq.output}</echo>
<echo> from production aggregate in ${mda.mdq.input}</echo>
<delete dir="${mdq.output.dir}" quiet="true"/>
Expand All @@ -1833,6 +1833,7 @@
-->
<target name="samlmd.mdq.sign.test" depends="get.sign.uk.keyPassword">
<property name="mda.mdq.input" value="${entities.dir}/uk000006.xml"/>
<property name="mda.sign.keyPassword" value="${sign.uk.keyPassword}"/>
<echo>Generating per-entity metadata in ${mda.mdq.output}</echo>
<echo> from test metadata in ${mda.mdq.input}</echo>
<delete dir="${mdq.output.dir}" quiet="true"/>
Expand Down

0 comments on commit aa29d99

Please sign in to comment.