Re: [ejb] verification plugins/tools?

2004-03-30 Thread Andy Lynch
The Sun J2EE SDK has a verifier program which I've just started using. It takes a while to run all its tests, but it does the trick. - Andy Dominique Collette wrote: Hi everyone, I was wondering if anyone knows of, uses or has used a maven plugin or other tool that validates an ejb before it

using custom ant tasks?

2004-01-21 Thread Andy Lynch
Hi, I'm starting to use maven to build a fairly complex application which is currently built using Ant; and am having trouble trying to use some custom ant tasks within Maven. I've listed the jar file containing the tasks as a dependency: ... solnet solnetant 1.1 ... and run our exi