On Wed, 20 Mar 2002, Nicola Ken Barozzi <[EMAIL PROTECTED]> wrote:

> One thing that could be added, though, is the possibility of
> defining lists of ant targets to be called instead of only one.

You can have multiple deliver elements per project.  Currently my idea
is that you'd define a new project definition if you need multiple
targets - or simply define a meta-target in your build files that
depends on the others.

>  <ant result-dir="build/gump-results">
>     <ant target="package"/>
>     <ant target="extreme-unit-tests"/>
>     <ant target="site"/>
>  <ant>

Make them three projects - Ant for example has a test-ant and a
dist-ant project nested into its descriptor.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to