On Tue, Nov 3, 2009 at 18:45, Jonathan Gibbons <jonathan.gibb...@sun.com>wrote:
> > The thing that stood out to me was the use of SLASH_JAVA which is something > of a Sun legacy which doesn't apply to folk outside Sun. > I've been using SLASH_JAVA because it simplifies the job of organizing my jdk build dependencies. make sanity tells me where it's expecting to find things, and I fulfill its expectations. Admittedly, the organization is easier to understand if you've previously worked at Sun. Martin