From 7b3691662ab5539cd6084711a8eb1c3c614ff9e9 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 5 Nov 2010 05:06:04 -0700 Subject: [PATCH] version of build.xml modified to pass -xline to javac. For future use... --- xwords4/android/XWords4/build_unchecked.xml | 516 ++++++++++++++++++++ 1 file changed, 516 insertions(+) create mode 100644 xwords4/android/XWords4/build_unchecked.xml diff --git a/xwords4/android/XWords4/build_unchecked.xml b/xwords4/android/XWords4/build_unchecked.xml new file mode 100644 index 000000000..071bf90b8 --- /dev/null +++ b/xwords4/android/XWords4/build_unchecked.xml @@ -0,0 +1,516 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Converting compiled files and external libraries into ${intermediate.dex.file}... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Running zip align on final apk... + + + + + + + + + + + + + + Installing ${out.debug.package} onto default emulator or device... + + + + + + + + + + + + + + Creating output directories if needed... + + + + + + + + + + Generating R.java / Manifest.java from the resources... + + + + + + + + + + + + + + + + + + Compiling aidl files into Java classes... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Packaging resources + + + + + + + + + + + + + + + + + + + + + + + Debug Package: ${out.debug.package} + + + + + + + + + + + + + No key.store and key.alias properties found in build.properties. + Please sign ${out.unsigned.package} manually + and run zipalign from the Android SDK tools. + + + + + + + + + Signing final apk... + + + + + Release Package: ${out.release.package} + + + + + + + + + + + + + + Unable to run 'ant uninstall', manifest.package property is not defined. + + + + + + Uninstalling ${manifest.package} from the default emulator or device... + + + + + + + + + + + + + + + + + Instrumenting classes from ${out.absolute.dir}/classes... + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Android Ant Build. Available targets: + help: Displays this help. + clean: Removes output files created by other targets. + compile: Compiles project's .java files into .class files. + debug: Builds the application and signs it with a debug key. + release: Builds the application. The generated apk file must be + signed before it is published. + install: Installs/reinstalls the debug package onto a running + emulator or device. + If the application was previously installed, the + signatures must match. + uninstall: Uninstalls the application from a running emulator or + device. + + +