mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Remove another -Xint, and use -Djava.awt.headless=true to avoid Apple JDK annoyance
git-svn-id: https://zxing.googlecode.com/svn/trunk@1530 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
5951e1dac3
commit
d096810e67
|
@ -148,6 +148,7 @@
|
|||
<assertions>
|
||||
<enable/>
|
||||
</assertions>
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<batchtest>
|
||||
<fileset dir="test/src">
|
||||
<include name="**/${subdir}/*BlackBox*TestCase.java"/>
|
||||
|
@ -169,7 +170,7 @@
|
|||
<assertions>
|
||||
<enable/>
|
||||
</assertions>
|
||||
<jvmarg value="-Xint"/> <!-- works around weird JIT bug in Java 6 -->
|
||||
<jvmarg value="-Djava.awt.headless=true"/>
|
||||
<batchtest>
|
||||
<fileset dir="test/src">
|
||||
<include name="**/*TestCase.java"/>
|
||||
|
|
Loading…
Reference in a new issue