On Wed, 2011-03-09 at 12:44 +0000, Ricky Clarkson wrote: > That's the problem with things that don't scale up or down well. > People still try. It's easier to add a little complexity to > build.xml than to write a plugin and keep things simple.
Other options: 1. Use Gant which is Groovy scripting of the Ant tasks. 1.5. Use the Ant Groovy front-end -- this is a fork of Gant to tie the front end more specifically to the Ant project model. 3. Use Gradle. 7. Use Maven. The crucial advantage of 1, 1.5 and 3 is that you can write code in the build script rather than having to build a special plugin. So you never have to get into writing plugins -- unless that is actually the right thing to do. -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:[email protected] 41 Buckmaster Road m: +44 7770 465 077 xmpp: [email protected] London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder
signature.asc
Description: This is a digitally signed message part
