Creating targets

 

Creating your own targets

ANT generation creates a set of predefined targets. If you need to add a specific target, you will need to create an AntTarget note and write your own target in it. In this case, these parts will be generated at the end of build.xml file, between markers. This means that if you externally modify this file, your modifications will be updated during the next generation.

 

Figure 91. An "AntTarget" note containing a specific target