My codebase has a long build.properties file written by someone else. I want to see the available built targets without having to search through the file manually.
build.properties
You can check the list of target and default target in build.xml by the following command
ant -p built.xml