> From: Jose Alberto Fernandez
> 
> > From: Dominique Devienne [mailto:[EMAIL PROTECTED]
> > 
> > Dealing with <parallel> would be tricky, but I think we
> > *should* break BC by not allowing the different 'threads' of 
> > a <parallel> to share properties, at least unless explicitly 
> > requested.
> > 
> 
>  So what do you do about <waitfor/> ? It is there for a reason.
> 

Or more specifically:

<localproperty name="macrolocal"/>
<parallel>
  <waitfor>
    <isset property="macrolocal"/>
  </waitfor>
  <property name="macrolocal" value="1"/>
</parallel>

This is absolutely valid code today. Shall it stay in an infinite wait?

Jose Alberto

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

Reply via email to