You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Targets beginning with a hyphen such as -restart are valid, and can be used to name targets that should not be called directly from the command line."
"Targets that include a description attribute are listed as "Main targets", those without a description are listed as "Other targets", then the "Default" target is listed ("Other targets" are only displayed if there are no main targets, or if Ant is invoked in -verbose or -debug mode)."
So it would be good
To have 2 options to hide/show "Private targets" or "Others targets"
To display with distinct colors the 3 kinds of targets
See example in Eclipse Ant view (where there is no distinction between "Private targets" and "Other targets")
The text was updated successfully, but these errors were encountered:
Hello
To my knowledge, there are 3 kinds of targets in an Ant file
See in https://ant.apache.org/manual/targets.html,
See in https://ant.apache.org/manual/running.html
So it would be good
See example in Eclipse Ant view (where there is no distinction between "Private targets" and "Other targets")
The text was updated successfully, but these errors were encountered: