Revert "Revert "disable license checker on windows for now, jenkins boxes have perl problems""

This reverts commit 633b4868d9e665d381bf35df0647a796309aa233.
This commit is contained in:
Robert Muir 2015-08-06 23:38:24 -04:00
parent 633b4868d9
commit f50531c403

View File

@ -111,7 +111,8 @@
<available file="${basedir}/../licenses" type="dir"/>
</condition>
<echo taskName="license check">Running license check</echo>
<exec failonerror="${licenses.exists}" executable="perl"
<!-- don't run on windows, because everyone hates it -->
<exec failonerror="${licenses.exists}" executable="perl" osfamily="unix"
dir="${elasticsearch.tools.directory}/license-check">
<arg value="check_license_and_sha.pl"/>
<arg value="--check"/>