-
How and why to create custom Ant tasks (1 messages)
- Posted by: Frank Charles
- Posted on: March 31 2009 10:52 EDT
This article describes how to create custom Ant tasks within Rational Application Developer, which is built on the Eclipse platform. It presents a powerful and flexible ANT technique for extending your functionality. It also explains why you might want or need to do so. The example in this article provides a useful function not currently available in the integrated development environment (IDE).Threaded Messages (1)
- Re: How and why to create custom Ant tasks by Andrew Clifford on April 01 2009 08:37 EDT
-
Re: How and why to create custom Ant tasks[ Go to top ]
- Posted by: Andrew Clifford
- Posted on: April 01 2009 08:37 EDT
- in response to Frank Charles
Is this not a development smell - to tightly couple your IDE to your build system?