Jose Alberto Fernandez wrote:

Do we copy, not copy, almost copy? What happens if I declare
a parallel with a <daemon/> ? inside a macrodef.


The stack of "pointers" (pointers being the java variable as seen by a C programmer) is copied.

The following works fine:
   <let>
     <localproperty name="local" value="A local property"/>
     <parallel>
       <daemons>
         <sequential>
           <sleep seconds="2"/>
           <echo>the local is ${local}</echo>
         </sequential>
       </daemons>
     </parallel>
   </let>

Peter


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



Reply via email to