Checks that dependencies are built now and produces an appropriate warning message.
[zxing.git] / build.xml
index 0f0d665..9fde32c 100644 (file)
--- a/build.xml
+++ b/build.xml
     <ant dir="javame" target="build"/>
     <ant dir="javase" target="build"/>
   </target>
+       
+       <target name="buildwithoutj2me">
+         <ant dir="core" target="build"/>
+         <ant dir="javase" target="build"/>
+       </target>
 
   <target name="clean">
     <ant dir="core" target="clean"/>