Disallow BufferedImage of type TYPE_CUSTOM -- not decoding properly, and is kind...
[zxing.git] / javase / build.xml
index 132ccb3..88ed6cf 100644 (file)
 
   <target name="init">
     <tstamp/>
+    <fail message="Please build 'core' first">
+      <condition>
+        <not>
+          <available file="../core/core.jar" type="file"/>
+        </not>
+      </condition>
+    </fail>
   </target>
 
   <target name="build" depends="init">
@@ -33,7 +40,6 @@
            deprecation="true">
       <classpath>
         <pathelement location="../core/core.jar"/>
-        <pathelement location="../core-ext/core-ext.jar"/>
       </classpath>
     </javac>
     <jar jarfile="javase.jar" basedir="build" level="9"/>