One thing I haven't seen anywhere in the
ant documentation or examples is an easy way to share common "snippets" between build scripts.
I have ant build scripts for 17 projects (my answer to the question 'when should I use ant to automate building my project?' is 'always!') and have multiple taskdefs which are repeated in each build script.
It'd be great to have the build scripts 'include' or import the taskdefs from a single source.
I make copious use of shared property files, but that's obviously not going to help out here.
thanks,
bear