Hi
  The samples provide how to organize tests into manageable entities in a
XML format . The XML entity is particulary useful (since I am generating the
tests from an XSL transformation )

   But I am moving my tests to groovy since I need to do a lot more
housekeeping and doing them in ANT leads to a lot of verbose code.

    I would like some suggestions on how to do a corresponding organization
of tests in groovy

    I tried to add a function in the end but that gives a BuildException .
I tried to put them in a java class but then that class does not find the
AntBuilder.

   It would be very helpful if the samples also contains a groovy format .

   Any other suggestions would also be helpful

Regards
Hari

Reply via email to