AW: How to create a task associated a target

2016-04-26 Thread jhm
ot;>mailto:al...@gmx.de</a>] > Gesendet: Dienstag, 26. April 2016 08:53 > An: user@ant.apache.org > Betreff: How to create a task associated a target > > Hello, > > in my ant script, I do the following: > > 1. there is a target "calledTarget" > >

How to create a task associated a target

2016-04-25 Thread Al Le
Hello, in my ant script, I do the following: 1. there is a target "calledTarget" 2. there is a task "macroTask", defined via "macrodef". This task contains in its body a call to "calledTarget" (via "antcall"). 3. there is a target "mainTarget" which contains a task "script" (javascript). In t