Re: Fwd: Re: Jelly if problem

2003-08-27 Thread Nelson Arapé
On Monday 25 August 2003 23:56, Alwyn Schoeman wrote:
> Hi,
>
> Could you please paste his message into a new mail.
>
> People who do not use outlook cannot read outlook attached messages.

I do not use Outlook, my configuration is Suse Linux 8.2 using KMail 1.5.3 on 
KDE 3.1.3. In the future i will forward or reply in line instead of 
attachment.

The email already was posted by Rafal, but anyway here it goes:

ubject:
Re: Jelly if problem
From:
Evan Koffler <[EMAIL PROTECTED]>
Date:
Mon, 25 Aug 2003 12:22:18 -0500
To:
[EMAIL PROTECTED]

I'm not much of an expert so I expect someone else more knowledgable to
respond (which is why this is going directly to you).

Short answer: use _ instead of . in your variable names.

Jelly is interpreting the j:if and looking for object idl, to have
property already which has property generated. Or equivalent to:
idl.getAlready().getGenerated(). Changing the . to _ will make it more
like a Java variable idl_already_generated.

Evan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Fwd: Re: Jelly if problem

2003-08-26 Thread Rafal Krzewski
Alwyn Schoeman wrote:
> Hi,
> 
> Could you please paste his message into a new mail.
> 
> People who do not use outlook cannot read outlook attached messages.

Mozilla 1.5a shows the attachment withot any problems. Here it goes:

Subject:
Re: Jelly if problem
From:
Evan Koffler <[EMAIL PROTECTED]>
Date:
Mon, 25 Aug 2003 12:22:18 -0500
To:
[EMAIL PROTECTED]

I'm not much of an expert so I expect someone else more knowledgable to
respond (which is why this is going directly to you).

Short answer: use _ instead of . in your variable names.

Jelly is interpreting the j:if and looking for object idl, to have
property already which has property generated. Or equivalent to:
idl.getAlready().getGenerated(). Changing the . to _ will make it more
like a Java variable idl_already_generated.

Evan


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Fwd: Re: Jelly if problem

2003-08-26 Thread Alwyn Schoeman
Hi,

Could you please paste his message into a new mail.

People who do not use outlook cannot read outlook attached messages.

On Tue, Aug 26, 2003 at 01:46:49AM +0800, Nelson Arap? wrote:
> Here is the answer that Evan gave privately, and I forwaring here with
> his 
> permission.  His answer fixed my problem.
> 
> Thanks again Evan
> 
> Nelson Arap?



-- 
Alwyn Schoeman
SMART Money Inc.

If you're a SMARTY and you're using the better DNS connections, you
can access my homepage at http://nevyn.smarties.com.ph/Members/alwyn.
The other unlucky ones: http://10.126.136.35/myplone

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Jelly if problem

2003-08-26 Thread dion
Change
>
to
>

and
>
>  
>  
>

should work.
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


Nelson Arapé <[EMAIL PROTECTED]> wrote on 26/08/2003 02:35:29 AM:

> Hello
> 
> In a maven.xml, I have the following code:
> 
>
>
>  
>
> 
>
>
> 
>
>  
>  
>
> 
> The second echo always prints true, so maven always compile my idl's. 
I've 
> tried a lot of severals combinations (ant:available, 
${idl.already.generated 
> == null}, ${idl.already.generated != null}, etc) but I can't make it 
work.
> 
> Somebody can help me?
> 
> Thanks in advance
> Nelson Arapé
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Fwd: Re: Jelly if problem

2003-08-25 Thread Nelson Arapé
Here is the answer that Evan gave privately, and I forwaring here with his 
permission.  His answer fixed my problem.

Thanks again Evan

Nelson Arapé
--- Begin Message ---
I'm not much of an expert so I expect someone else more knowledgable to 
respond (which is why this is going directly to you).

Short answer: use _ instead of . in your variable names.

Jelly is interpreting the j:if and looking for object idl, to have 
property already which has property generated. Or equivalent to: 
idl.getAlready().getGenerated(). Changing the . to _ will make it more 
like a Java variable idl_already_generated.

Evan



Nelson Arapé wrote:

Hello

In a maven.xml, I have the following code:

  
  

  
  
  
   
  


  

The second echo always prints true, so maven always compile my idl's. I've 
tried a lot of severals combinations (ant:available, ${idl.already.generated 
== null}, ${idl.already.generated != null}, etc) but I can't make it work.

Somebody can help me?

Thanks in advance
Nelson Arapé


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 





--- End Message ---
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Jelly if problem

2003-08-25 Thread Nelson Arapé
On Monday 25 August 2003 13:19, O'Fallon, Paul (MAN-Corporate) wrote:
> I'll bet that your "false" and "true" 's are just setting the
> variable to the string "false" or the string "true".  Try testing for that
> (i.e. )

Already done, dosen't work, but thanks

> HTH,
> Paul
>
> > -Original Message-
> > From: Nelson Arapé [mailto:[EMAIL PROTECTED]
> > Sent: Monday, August 25, 2003 12:35 PM
> > To: [EMAIL PROTECTED]
> > Subject: Jelly if problem
> >
> >
> > Hello
> >
> > In a maven.xml, I have the following code:
> >
> >
> >
> >  
> >
> >
> >
> >
> >
> >
> >  
> >  
> >
> >
> > The second echo always prints true, so maven always compile
> > my idl's. I've
> > tried a lot of severals combinations (ant:available,
> > ${idl.already.generated
> > == null}, ${idl.already.generated != null}, etc) but I can't
> > make it work.
> >
> > Somebody can help me?
> >
> > Thanks in advance
> > Nelson Arapé
> >
> >
> >
> > -
> > 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]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jelly if problem

2003-08-25 Thread O'Fallon, Paul (MAN-Corporate)
I'll bet that your "false" and "true" 's are just setting the
variable to the string "false" or the string "true".  Try testing for that
(i.e. )

HTH,
Paul

> -Original Message-
> From: Nelson Arapé [mailto:[EMAIL PROTECTED] 
> Sent: Monday, August 25, 2003 12:35 PM
> To: [EMAIL PROTECTED]
> Subject: Jelly if problem
> 
> 
> Hello
> 
> In a maven.xml, I have the following code:
> 
>
>
>  
>
> 
>
>
> 
>
>  
>  
>
> 
> The second echo always prints true, so maven always compile 
> my idl's. I've 
> tried a lot of severals combinations (ant:available, 
> ${idl.already.generated 
> == null}, ${idl.already.generated != null}, etc) but I can't 
> make it work.
> 
> Somebody can help me?
> 
> Thanks in advance
> Nelson Arapé
> 
> 
> 
> -
> 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]



Jelly if problem

2003-08-25 Thread Nelson Arapé
Hello

In a maven.xml, I have the following code:

   
   
 
   

   
   

   
 
 
   

The second echo always prints true, so maven always compile my idl's. I've 
tried a lot of severals combinations (ant:available, ${idl.already.generated 
== null}, ${idl.already.generated != null}, etc) but I can't make it work.

Somebody can help me?

Thanks in advance
Nelson Arapé



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]