Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
Latest commit
33 lines (21 loc) · 1.17 KB
/
Copy pathREADME.txt
File metadata and controls
33 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Rectangular Antlib - Tools for building Android apps with Apache Ant
(C) Copyright 2013-2016 Rectangular Software Ltd.
(C) Copyright 2008-2013 Daniel W. Dyer
SYNOPSIS
The Rectangular Antlib provides macro definitions, custom tasks and other
tools to support the development of native Android apps using Apache Ant.
It is derived from the Uncommons Antlib (http://antlib.uncommons.org).
LICENCE
Rectangular Antlib is licensed under the terms of the Apache Software Licence
version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.txt).
DEPENDENCIES
Rectangular Antlib requires APACHE ANT VERSION 1.9.1 or later and an
up-to-date installation of the Android SDK.
CONVENTIONS
Currently, in version 1.0, Rectangular Antlib retains the conventions
inherited from Uncommons Antlib. This means there are some minor differences
in directory layout compared to standard Android projects. See the wiki for
full details of the conventions used.
Subsequent versions of the Rectangular Antlib will move towards using
standard Android directories and tools. The biggest change will be to switch
from using TestNG for unit testing to use the default JUnit-based system.