Remove another -Xint, and use -Djava.awt.headless=true to avoid Apple JDK annoyance
[zxing.git] / core / build.xml
index 566ff8c..1a6e05d 100644 (file)
       <assertions>
         <enable/>
       </assertions>
+      <jvmarg value="-Djava.awt.headless=true"/>      
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>
       <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"/>