nashorn/make/build.xml
changeset 34731 585a112b3719
parent 34456 84eaea8d0574
child 34738 6a2c8f68a2c2
equal deleted inserted replaced
34572:4edcff1b9a88 34731:585a112b3719
    46       <available file="/usr/local/bin/hg"/>
    46       <available file="/usr/local/bin/hg"/>
    47     </condition>
    47     </condition>
    48     <condition property="git.executable" value="/usr/local/bin/git" else="git">
    48     <condition property="git.executable" value="/usr/local/bin/git" else="git">
    49       <available file="/usr/local/bin/git"/>
    49       <available file="/usr/local/bin/git"/>
    50     </condition>
    50     </condition>
    51     <!-- check if testng.jar is avaiable, and download it if it isn't -->
    51     <!-- check if testng.jar is available, and download it if it isn't -->
    52     <available property="testng.already.present" file="${file.reference.testng.jar}"/>
    52     <available property="testng.already.present" file="${file.reference.testng.jar}"/>
    53     <antcall target="get-testng"/>
    53     <antcall target="get-testng"/>
    54     <available property="testng.available" file="${file.reference.testng.jar}"/>
    54     <available property="testng.available" file="${file.reference.testng.jar}"/>
    55 
    55 
    56     <!-- check if asmtools-6.0.jar is avaiable, and download it if it isn't -->
    56     <!-- check if asmtools-6.0.jar is available, and download it if it isn't -->
    57     <!--
    57     <!--
    58     <available property="asmtools.already.present" file="${file.reference.asmtools.jar}"/>
    58     <available property="asmtools.already.present" file="${file.reference.asmtools.jar}"/>
    59     <antcall target="get-asmtools"/>
    59     <antcall target="get-asmtools"/>
    60     <available property="asmtools.available" file="${file.reference.asmtools.jar}"/>
    60     <available property="asmtools.available" file="${file.reference.asmtools.jar}"/>
    61     -->
    61     -->
    81       <istrue value="${make.code.coverage}" />
    81       <istrue value="${make.code.coverage}" />
    82     </condition>
    82     </condition>
    83 
    83 
    84     <condition property="jfr.options" value="${run.test.jvmargs.jfr}" else="">
    84     <condition property="jfr.options" value="${run.test.jvmargs.jfr}" else="">
    85       <istrue value="${jfr}"/>
    85       <istrue value="${jfr}"/>
       
    86     </condition>
       
    87 
       
    88     <condition property="test-sys-prop-no-security.os.not.windows">
       
    89       <not>
       
    90         <os family="windows"/>
       
    91       </not>
    86     </condition>
    92     </condition>
    87   </target>
    93   </target>
    88 
    94 
    89   <!-- check minimum ant version required to be 1.8.4 -->
    95   <!-- check minimum ant version required to be 1.8.4 -->
    90   <target name="check-ant-version">
    96   <target name="check-ant-version">