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
To get all the targets in the build file
ant -p -verbose