Réf. : Re: Réf. : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-22 Thread jean-marc . bottin
Hi Justin, Thank you for your help. Jean-Marc Extranet [EMAIL PROTECTED] - 22/06/2005 11:06 Veuillez répondre à users@maven.apache.org Pour : users cc : users Objet : Re: Réf. : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

Re: Réf. : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-22 Thread Justin_Freitag
Marc Extranet [EMAIL PROTECTED] - 22/06/2005 08:40 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1 this works lt works my guest here lt and gt are not working at

Réf. : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-22 Thread jean-marc . bottin
Objet : Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1 this works lt works my guest here lt and gt are not working at string level -D On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > echo the class of jBoxNumber. y

Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread dan tran
he.org> > > > > > > > > Hi, > > Sorry, the result is the same. > > Jean-Marc > > > > > Extranet > [EMAIL PROTECTED] - 21/06/2005 10:35 > > > Veuillez répondre à users@maven.apache.org > > > > Pour : us

Re: Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread Justin_Freitag
he.org> Hi, Sorry, the result is the same. Jean-Marc Extranet [EMAIL PROTECTED] - 21/06/2005 10:35 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: How do deal with ">" or LT in maven 1.0.

AW: Réf. : RE : How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread Schoenknecht,Andreas
Hello, I think I had the same problem some time ago and could solve it by turning the compare and use > instead of < Seemed to be a Jelly problem to me. Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Réf. : Re: How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi, Sorry, the result is the same. Jean-Marc Extranet [EMAIL PROTECTED] - 21/06/2005 10:35 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : Re: How do deal with ">" or LT in maven 1.0.1 try On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECT

Réf. : RE : How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi Antoine, I tried and unfortunately, the result is the same. Jean-Marc Extranet [EMAIL PROTECTED] - 21/06/2005 10:49 Veuillez répondre à users@maven.apache.org Pour : users cc : Objet : RE : How do deal with ">" or LT in maven 1.0.1 May be try &lt; I ha

RE : How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread ahgt sur laposte.net
n 2005 09:55 À : users@maven.apache.org Objet : How do deal with ">" or LT in maven 1.0.1 Hi all, I am having some difficulties with the LT expression. I am passing to a value by the command line like maven -Djbox.version=DEFF-UAT2-V9 jbox:try I want to evaluate the numeric part o

Re: How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread dan tran
try On 6/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi all, > > I am having some difficulties with the LT expression. > I am passing to a value by the command line like maven > -Djbox.version=DEFF-UAT2-V9 jbox:try > > I want to evaluate the numeric part of the variable jbox;vers

How do deal with ">" or LT in maven 1.0.1

2005-06-21 Thread jean-marc . bottin
Hi all, I am having some difficulties with the LT expression. I am passing to a value by the command line like maven -Djbox.version=DEFF-UAT2-V9 jbox:try I want to evaluate the numeric part of the variable jbox;version which is 9 in this example. So I proceed the following way: Less th