go to  ForumEasy.com   
JavaPro
Home » Archive » Message


[Email To Friend][View in Live Context][prev topic « prev post | next post » next topic]
  Ant -- Target
 
Subject: Ant -- Target
Author: ant
Posted on: 08/11/2010 06:16:47 PM

A target is a container of tasks that cooperate to reach a desired state during the build process.

<target name="A"/>
<target name="B" depends="A"/>
<target name="C" depends="B"/>
<target name="D" depends="C,B,A"/>


Call-Graph:  A --> B --> C --> D



Replies:


References:

 


 
Powered by ForumEasy © 2002-2022, All Rights Reserved. | Privacy Policy | Terms of Use
 
Get your own forum today. It's easy and free.