On Thu, Dec 15, 2011 at 12:15 AM, Miguel Morales <[email protected]> wrote: > Simply combine ant with a script. I use Perl for my build scripts because > Ant can be tedious to work with. However, use Ant as a base to compile your > projects. >
Perl may be more concise, but is not really more readable than XML :) Seriously though, getting the whole build chain right might be tricky with just a build script, so starting with Ant is a good idea. That said, I know some people run the whole build from a Windows batch file. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

