Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Conventions

Dan Dyer edited this page Aug 21, 2013 · 5 revisions

Project Directory Layout

The project directory layout is like this (directories in [square brackets] are generated by the macros, directories marked with an asterisk are optional):

 <projectdir>
lib
compiletime
runtime
src
java
main
resources*
test
test-resources*
[build]
[classes]
[generated]
[docs]
[api]
[test-results]
[coverage]

Your Ant build.xml should be placed in the project’s root. You should place the Rectangular Antlib files under lib/compiletime. Built artifacts such as APK files will be generated in the build directory.

Clone this wiki locally