Apache Incubator Depot Apache Ruper
 
  Font size:      
 

Apache-Ruper Ant Tasks - Overview

PDF
PDF

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...

Note
Even less to read in the cut-n-paste section

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">

Note
See cut-n-paste section for examples.

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



Valid HTML 4.01!Valid CSS!