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

2005-06-22 Thread dan tran
this works goal name=test-lt j:set var=var value=dontcare / j:if test=${ var.length() lt 8 } ant:echo lt works /ant:echo /j:if /goal 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

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

2005-06-22 Thread jean-marc . bottin
: Re: Réf. : Re: How do deal with or LT in maven 1.0.1 this works goal name=test-lt j:set var=var value=dontcare / j:if test=${ var.length() lt 8 } ant:echo lt works /ant:echo /j:if /goal my guest here lt and gt are not working at string level -D On 6/21/05, [EMAIL

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

2005-06-22 Thread Justin_Freitag
: Objet : Re: Réf. : Re: How do deal with or LT in maven 1.0.1 this works goal name=test-lt j:set var=var value=dontcare / j:if test=${ var.length() lt 8 } ant:echo lt works /ant:echo /j:if /goal my guest here lt and gt are not working at string level -D On 6/21/05

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 here ya go :) goal name=mytest

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 amp;lt; I have seen this here :

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 j:if test=${jboxNumber lt 10} On 6/21/05, [EMAIL PROTECTED] [EMAIL

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 gt; instead of lt; Seemed to be a Jelly problem to me. Andreas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

2005-06-21 Thread Justin_Freitag
echo the class of jBoxNumber. you might have to convert it. jean-marc.bottin@ bnpparibas.com