>>>>> "LD" == Lin, David <[EMAIL PROTECTED]> writes:

 LD> How can I call a target from within another target.

<ant dir="." antfile="${ant.file}" target="TargetToCall" >
  <property name="SomeKeyParam" value="xyz" />
</ant>

will do the trick - there may be other solutions coming up in the
future.

Stefan

Reply via email to