Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER

  * Try to clean project is a bad cut'n paste ;-)

On 2/2/07, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:


Not really a quick reply but something like that can do it (not tested) :



  * Try to clean project
  
  


  my.integer.property (${my.integer.property}) isn't an
Integer

my.integer.property (${my.integer.property}) is an
Integer

  To reuse it you can hide it in a custom taglib for jelly

Arnaud


On 1/31/07, Nalaka Gamage <[EMAIL PROTECTED] > wrote:
>
> Hi All,
>
> I am using Maven 1.o.
>
> I there a way to check if the value of a variable is numeric in Maven?
>
>
>
> If not is it possible to use Ant call (if any) ?
>
>
>
> Quick response is highly appreciated.
>
>
>
> Regards,
>
> Nalaka
>
>
>
>
>



Re: How to check value of a variable is numeric?

2007-02-01 Thread Arnaud HERITIER

Not really a quick reply but something like that can do it (not tested) :

   
   
 * Try to clean project
 
 
   
   
 my.integer.property (${my.integer.property}) isn't an
Integer
   
   my.integer.property (${my.integer.property}) is an Integer

 To reuse it you can hide it in a custom taglib for jelly

Arnaud


On 1/31/07, Nalaka Gamage <[EMAIL PROTECTED]> wrote:


Hi All,

I am using Maven 1.o.

I there a way to check if the value of a variable is numeric in Maven?



If not is it possible to use Ant call (if any) ?



Quick response is highly appreciated.



Regards,

Nalaka







How to check value of a variable is numeric?

2007-01-30 Thread Nalaka Gamage
Hi All,

I am using Maven 1.o.

I there a way to check if the value of a variable is numeric in Maven?

 

If not is it possible to use Ant call (if any) ?

 

Quick response is highly appreciated.

 

Regards,

Nalaka