> -----Original Message----- > From: Pascal Thivent [mailto:[EMAIL PROTECTED] > Sent: 13 April 2004 13:43 > To: [EMAIL PROTECTED] > Subject: RE: RE: [ejb] verification plugins/tools? > > Response to: RE: [ejb] verification plugins/tools? > > Hi, > > > That would be a nice addition to the jboss plugin. We could add a new > > "jboss:verify" goal that runs the JBoss verifier. Would you fancy adding > > this Dominique? :-) > > I wonder why this goal should be tied to the jboss plugin ? From my point > of > view, this goal should be "container agnostic" whatever the technology it > rely > on. > > Do I miss something ?
Deployment verification depends on the container. As you know each container has its own extension to the standard deployment files. If you wish to verify these files too, you must use the container-specific tools. -Vincent > > Thanks in advance. > > -- > Pascal Thivent > > > Thanks > > -Vincent > > > -----Original Message----- > > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > > Sent: 31 March 2004 10:06 > > To: Maven Users List > > Subject: Re: [ejb] verification plugins/tools? > > > > I think that JBoss too. > > try this : > > java org.jboss.verifier.Main <ejb.jar filename> > > or > > java -jar verifier.jar <ejb.jar filename> > > > > Emmanuel > > > > > 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 > > > > > <snip/> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
