Apache-Ruper Ant Tasks - Overview | ![]() |
Intro | ||
Not interested in reading anything you don't have to, but want to be able to run this and know what is what? This is the place for you...
Basically, you need to define the ant tasks to ant (ensuring the Apache Ruper JAR is in your path) and then call those tasks, providing your configuration. Apache Ant tasks are both simple, and flexible, with a lot of choices. That said, hopefully the most used/useful are the simplest/easiest.
Register the tasks | ||
Entering this into your ant script (prior to calling any of the Ruper tasks) to register them with Ant.
<typedef resource="apache-ruper-types">
<taskdef resource="apache-ruper-tasks">
Call the tasks | ||
Call the appropriate task or tasks
<reposync group="junit">
Run... | ||
Run ant. The tasks will report their activity, and attempt to throw meaningful exceptions is you have invalid or insufficient parameters.
by Adam R. B. Jack


