Hiding the Internal Targets

Ant scripts are very modular. Many of the Ant tasks within an Ant script are not meant to be executed directly. These targets are called internal targets. During normal development, it's a common practice to hide the internal targets to reduce the clutter you see in the list of available targets. This allows you to focus on Ant tasks that are actually usable.


Procedure 3.8. To hide the internal Ant targets:

  • Click the "Hide Internal Targets" button in the Ant view's toolbar.

    Figure 3.11. Click the Hide Internal Targets button to reduce clutter and display only those Ant targets you would want to directly execute.
    images/download/attachments/144835007/studio_81-version-1-modificationdate-1645038445000-api-v2.png