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.
On Wed, Dec 14, 2011 at 7:02 AM, Nikolay Elenkov <[email protected]>wrote: > On Wed, Dec 14, 2011 at 11:34 PM, Mark Phillips > <[email protected]> wrote: > > > > > I googled for some answers, and found references to Monkey, which is no > > longer available, and Ant. However, I am not sure if Ant is what I need, > and > > I have not found a good tutorial that helps with this problem. > > Ant *is* what you need. What you have described is pretty easy to do in > Ant: it has both tasks for your steps and supports dependencies. It might > take you some time to get comfortable with it, but it will most probably be > worth your while. Capturing clicks and running a script is definitely not > the > way to create a build system. Of course, one can argue that XML is not > the best way to write build scripts either, but it is way better than > recording > clicks. > > -- > 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 > -- ~ Jeremiah:9:23-24 Android 2D MMORPG: http://solrpg.com/, http://www.youtube.com/user/revoltingx -- 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

