Inherited project with little documentation and less experience with actually managing ant builds.
My understanding is that build.xml can get its property values from a file called build.propoerties.
My problem is: I cannot find "build.properities" anywhere in the project code nor on the build machines.
In this case, there are developer machines and then the machine on which the code compiles.
So I find a build.xml for the project and on the machine that builds, the ant batch file which will use the build.xml...
Help?
Thanks.