You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by Vincent Massol <vm...@octo.com> on 2003/01/23 13:36:09 UTC

Ant Petal - First implementation is in Cactus CVS

Hi,

I'm happy to announce the very first implementation of the Ant Petal. It
is in CVS under jakarta-cactus/petals/ant
(http://cvs.apache.org/viewcvs/jakarta-cactus/petals/ant/).

In order to give an idea of how to use it, please find attached a simple
Ant project that uses the Ant Petal to run a cactus test.

Some information about the Ant Petal:
- It will be released as a zip
- It needs to be installed. There are 2 options:

a/ Install it somewhere on your disk (simply unzip it)
b/ Put it in your project. For example in:

myproject
  |_ build
    |_ cactus-petal-ant
      |_ [content from the Ant Petal zip, unzipped here]
  |_ build.xml
  |_ [...]

Note: In due time, the idea is to reuse the Ant Petal for 3 Cactus
subprojects:
- The sample-servlet
- The Eclipse Petal (will include the Ant Petal in its zip)
- The Maven Petal (will include the Ant Petal in its zip)

Comments?

Thanks
-Vincent