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. Does ant have a command for this – something like ant show-targets
– that will make it list all the targets in the build file?
