You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Donald Strong <ds...@agentissoftware.com> on 2004/02/09 03:26:21 UTC

How are daemons used?

Hi,

The documentation in the parallel task mentions daemons as a
nested element but does not give an example of its use.

My first feeble attempt looks a bit like this.

    <target name="test" >
      <parallel>
         <daemons>
            <antcall target="start-something" />
         </daemons>
         <sequential>
            <antcall target="test-something" />
         </sequential>
      </parallel>
    </target>

It didn't work.
Can anyone shed some light on Daemons?
I am using Ant 1.5.1 and cannot upgrade so don't suggest it please.

Donald.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org