Re: How to fail inside a maven plugin

2003-10-15 Thread dion
Why not use the paramCheck tag? http://maven.apache.org/tags.html#maven:paramCheck -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 16/10/2003 12:03:46 AM: > Hi there, > > How to fail inside a maven plugin ? >

RE: How to fail inside a maven plugin

2003-10-15 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 15 October 2003 16:42 > To: Maven Users List > Subject: RE: How to fail inside a maven plugin > > > It's because I was thinking the &

Re: How to fail inside a maven plugin

2003-10-15 Thread khote
gt; To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 7:41 AM Subject: RE: How to fail inside a maven plugin > > It's because I was thinking the 'fail' exist in Maven or Jetty... ;) > > work fine ;) > > Thx, > -emmanu

RE: How to fail inside a maven plugin

2003-10-15 Thread emmanuel . boudrant
essage- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 15 October 2003 16:04 > > To: [EMAIL PROTECTED] > > Subject: How to fail inside a maven plugin > > > > Hi there, > > &g

RE: How to fail inside a maven plugin

2003-10-15 Thread Vincent Massol
I guess that if you're asking, it's because doesn't work? -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 15 October 2003 16:04 > To: [EMAIL PROTECTED] > Subject: How to fail inside a maven plugin > > Hi th

RE: How to fail inside a maven plugin

2003-10-15 Thread Mike Gilbert
> -Original Message- > > Hi there, > > How to fail inside a maven plugin ? > > example: > > > > false > >

Réf. : How to fail inside a maven plugin

2003-10-15 Thread Nicolas . CHALUMEAU
Acording to the ant docs or or Something wrong here. Nicolas [EMAIL PROTECTED] 15/10/2003 16:03 Veuillez répondre à "Maven Users List" Pour : [EMAIL PROTECTED] cc : Objet : How to fail inside a maven plugin Hi there, How to fail inside a ma

Re: How to fail inside a maven plugin

2003-10-15 Thread khote
or some message - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 7:03 AM Subject: How to fail inside a maven plugin > Hi there, > > How to fail inside a maven plugin ? > > exam

How to fail inside a maven plugin

2003-10-15 Thread emmanuel . boudrant
Hi there, How to fail inside a maven plugin ? example: false true FAIL HERE