mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-5533 Merge a fix for sercureCheck test failures from trunk to this branch
X-SVN-Rev: 21357
This commit is contained in:
parent
4f65bd1a86
commit
286cfcf961
1 changed files with 2 additions and 0 deletions
|
@ -475,6 +475,7 @@
|
|||
<target name="jarTests" depends="tests,jar" description="build runtime 'icu4jtests.jar' jar file">
|
||||
<jar jarfile="${testjar.file}" compress="true">
|
||||
<fileset dir="${build.dir}" includes="com/ibm/icu/dev/test/**/*"/>
|
||||
<fileset dir="${build.dir}" includes="com/ibm/icu/dev/data/**/*"/>
|
||||
<manifest>
|
||||
<attribute name="Built-By" value="${corp}"/>
|
||||
<section name="common">
|
||||
|
@ -710,6 +711,7 @@
|
|||
<jvmarg value="-Djava.security.policy=${src.dir}/com/ibm/icu/dev/test/security.policy"/>
|
||||
<!--<jvmarg value="-Djava.security.debug=access:failure"/>-->
|
||||
<arg value="-w"/>
|
||||
<arg value="-nothrow"/>
|
||||
<classpath>
|
||||
<pathelement location="clover.jar"/>
|
||||
<pathelement location="${jar.file}"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue