Bug: build.xml expects jogl.properties in home dir

Okay - this just can’t be ;D

Pulled down the latest of the JOGL shtuff to build it and I can’t because its expecting to find the jogl.properties in my home directory /Users/gpierce which is just wrong. Why isn’t it looking for the jogl.properties file within the jogl tree relative to the path where ant is run? I don’t want to litter my machine with jogl files - all java source goes in a very specific mount where its built by a farm of machines and my home directory isn’t one of those locations.

Too many people (myself included) have run into problems because of needing to modify a file that is contained within the CVS repository. Gerard Ziemski supplied a modification to the build system for the Mac fans among us so that the jogl.properties goes in some common subdirectory of your home dir. That’ll be checked in most probably tomorrow.