我在我的install.xml中定義了以下條件。Izpack條件不起作用
<conditions>
<condition type="contains" id="which.java">
<variable>$SYSTEM_java_version</variable>
<value>1.6</value>
</condition>
</conditions>
而我有這個文件,我只想安裝如果JRE版本是1.6。
<file src="Releases/Other/Instalador/JCEUnlimitedCrypto/JRE6/local_policy.jar" targetdir="$INSTALL_PATH" condition="which.java"/>
但它從不安裝此文件。
我在做什麼錯?
在此先感謝。