Przeglądaj źródła

add ooxml lite agent again ...

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1848655 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_1_0
Andreas Beeker 5 lat temu
rodzic
commit
80cafc8948
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6
    0
      build.xml

+ 6
- 0
build.xml Wyświetl plik

@@ -1192,6 +1192,9 @@ under the License.
project.setProperty("no.jit.sherlock", before.trim().replace(/ *(\S+) */g,"exclude={$1}").replace(/\s/g,","));
</script>

<local name="ooxml.lite.agent.exists"/>
<available property="ooxml.lite.agent.exists" file="${ooxml.lite.agent}"/>

<jacoco:coverage enabled="${coverage.enabled}" excludes="${coverage.excludes}" destfile="@{jacocodest}">
<junit printsummary="yes" fork="yes" forkmode="once" haltonfailure="${halt.on.test.failure}"
failureproperty="@{failureproperty}" showoutput="@{showoutput}">
@@ -1209,6 +1212,9 @@ under the License.
<jvmarg value="${java9addopens4}" if:set="${java9addopens4}" />
<jvmarg value="${java9addopens5}" if:set="${java9addopens5}" />
<jvmarg value="${java9addopens6}" if:set="${java9addopens6}" />

<jvmarg value="-javaagent:${ooxml.lite.agent}=${ooxml.lite.report}|${ooxml.lite.includes}" if:true="${ooxml.lite.agent.exists}"/>

<!-- jvmarg value="-Duser.timezone=UTC"/ -->
<jvmarg value="${file.leak.detector}" />
<jvmarg value="-Xjit:verbose={compileStart|compileEnd},vlog=build/jit.log,${no.jit.sherlock}" if:true="${isIBMVM}"/>

Ładowanie…
Anuluj
Zapisz