|
Benjamin Bentmann made changes - 31/Jul/08 05:42 PM
According [1], I am not sure if it is classes.jar. John? John, could you zip your target dir? Thanks Benjamin! I modified your patch to make getToolsJar() always returns tools.jar (win unix) or classes.jar (mac) based on [1].
Vincent Siveton made changes - 01/Aug/08 05:58 AM
Vincent Siveton made changes - 01/Aug/08 05:59 AM
Brett Porter made changes - 01/Aug/08 07:23 AM
Benjamin Bentmann made changes - 01/Aug/08 07:30 AM
Brett Porter made changes - 01/Aug/08 07:33 AM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IIRC, Mac has no tools.jar but a similar thing named classes.jar which is already part of the bootstrap class path I believe. So I coded up this patch. I have no Mac box to test it, so it's all up to you John. If it works, I leave it to Vincent to do a final review and maybe apply.