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:
srowen 2010-08-13 17:20:42 +00:00
parent 5951e1dac3
commit d096810e67

View file

@ -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"/>