Remove another -Xint, and use -Djava.awt.headless=true to avoid Apple JDK annoyance
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 13 Aug 2010 17:20:42 +0000 (17:20 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 13 Aug 2010 17:20:42 +0000 (17:20 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1530 59b500cc-1b3d-0410-9834-0bbf25fbcc57

core/build.xml

index 566ff8c..1a6e05d 100644 (file)
       <assertions>
         <enable/>
       </assertions>
       <assertions>
         <enable/>
       </assertions>
+      <jvmarg value="-Djava.awt.headless=true"/>      
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>
       <batchtest>
         <fileset dir="test/src">
           <include name="**/${subdir}/*BlackBox*TestCase.java"/>
       <assertions>
         <enable/>
       </assertions>
       <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"/>
       <batchtest>
         <fileset dir="test/src">
           <include name="**/*TestCase.java"/>