More little tweaks to make the 'release' build target happy again
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 22 Feb 2008 19:32:35 +0000 (19:32 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 22 Feb 2008 19:32:35 +0000 (19:32 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@227 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/build.xml
build.xml

index fa69b0c..c9f9aa6 100644 (file)
   </target>
 
   <!-- Compile this project's .java files into .class files. -->
-  <target name="compile" depends="init, dirs, resource-src, aidl">
+  <target name="compile" depends="init, clean, dirs, resource-src, aidl">
     <javac encoding="ascii" target="1.5" debug="true" optimize="true" extdirs=""
            srcdir="."
            destdir="${outdir-classes}"
index da1293c..6ca1ca6 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -25,6 +25,7 @@
     <ant dir="javame" target="build"/>
     <ant dir="javase" target="build"/>
     <ant dir="android" target="package"/>
+    <ant dir="javame" target="build-basic"/>
     <ant dir="rim" target="build"/>
   </target>