X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=androidtest%2Fbuild.xml;h=82c1a68f3e433f8f86f7cf83634647fb09fab2bd;hp=6078a014525210154748ed07676efa92ea4da27c;hb=b5e712e7ae14a3ad3efbdd5664bbbe483f1e3a32;hpb=a2e536c158b8cf7385cf8a0dd5b437b8143f45a7 diff --git a/androidtest/build.xml b/androidtest/build.xml index 6078a014..82c1a68f 100644 --- a/androidtest/build.xml +++ b/androidtest/build.xml @@ -14,109 +14,130 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - - - - - - - - - - - - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + - - - - + + - - - - - + + - - + + + + + + + + - - + + - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - + + - - - + Creating output directories if needed... - - + + + + + @@ -126,13 +147,13 @@ limitations under the License. - + - + - + - + @@ -140,205 +161,131 @@ limitations under the License. Compiling aidl files into Java classes... - - - + + + + - + + destdir="${out-classes}" + bootclasspathref="android.target.classpath"> + + - + + + - - - - - - - + + + - - - - - - - - - - - - + + + - - - - - + + + + - + - - - + + - Converting compiled files and external libraries into ${outdir}/${dex-file}... + Converting compiled files and external libraries into ${out-folder}/${dex-file}... + - - - + + + - - Converting compiled files and external libraries into ${outdir}/${dex-file}... - - - - - - - - - - - - Packaging resources and assets... - - - - - - - - - - - - - - - - - - - Packaging resources... - - - - - - - - - - - - - - - - - - - - - + + + Packaging resources + - - Packaging ${out-debug-package}, and signing it with a debug key... - - - - - - - - - - - - - - - - Packaging ${out-debug-package}, and signing it with a debug key... - - - - - - - - - - - + This is the default target when building. It is used for debug. --> + + + + + + + - - Packaging ${out-unsigned-package} for release... - - - - - - - - - - - It will need to be signed with jarsigner before being published. + This allows for the application to be signed later with an official publishing key. --> + + + + + + + + All generated packages need to be signed with jarsigner before they are published. - + Installing ${out-debug-package} onto default emulator... - + - + Installing ${out-debug-package} onto default emulator... - + @@ -351,9 +298,24 @@ only when the assets dir exists. --> - - - + + Android Ant Build. Available targets: + help: Displays this help. + debug: Builds the application and sign it with a debug key. + release: Builds the application. The generated apk file must be + signed before it is published. + install: Installs the debug package onto a running emulator or + device. This can only be used if the application has + not yet been installed. + reinstall: Installs the debug package on a running emulator or + device that already has the application. + The signatures must match. + uninstall: uninstall the application from a running emulator or + device. + + + +