On Wed, Aug 6, 2008 at 10:52 AM, Martin Wood-Mitrovski <[EMAIL PROTECTED]> wrote: > moving the topic slightly to the side, I noticed some of you said you are > using > make, I was wondering what other build tools people use (and why) ?
We use Ant for everything. http://ant.apache.org Why? Hm. I used to do a lot of Java development (I still do a bit) and it's pretty much the standard for Java. It's easily extensible. It needs minimal installation (just getting Java on the target machines). It's got tasks for most of the things we need to do. It's cross-platform. Haven't tried Rake, but then we're not a Ruby shop. Ian _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
