Right now to get the extra repos you do
sh get_source.sh http://server.whatits.org
This gets more than most people need which wastes time and disk.
Here is a small change such that you can now do
sh get_source.sh jdk http://server.whatits.org
ie add "jdk" to indicate you'd like only the repos
The changes look ok to me, however I am wondering if the module
could be called jdk.unpack200 and not jdk.pack200 ? since it
contains only the unpacker, and the bin utilities are pack200 and
unpack200.
Kumar
On 3/4/2015 5:13 PM, Mandy Chung wrote:
As listed in an open issue in JEP 200:
The jdk
On 2015-03-09 19:20, Dmitry Samersoff wrote:
Martin,
if we *append* /usr/ccs/bin to the path we are in risk that configure
picks GNU tool instead of solaris one.
It is the resonsiblitiy of the configure script to make sure the proper
tool is located. Sometimes version checks etc are needed, a