Request for review: Bug 100054: Make building the Nimbus look 'n' feel optional

Dmitri Trembovetski Dmitri.Trembovetski at Sun.COM
Fri May 15 00:42:48 UTC 2009



Andrew John Hughes wrote:
> 2009/5/14 Phil Race <Phil.Race at sun.com>:
>> I do think I know what you want. But I consider its a slippery slope as
>> you have no way of knowing or keeping track of the consequences of
>> not building a particular component.
> 
> Sure, but if someone chooses to set DISABLE_NIMBUS then they take that
> risk.  It's much the same as if they turn on insane mode or don't

   Right. Until one day they stuff it into their .bashrc and forget about it, 
and  risk breaking the build inadvertently later or spending time trying to 
figure out why their changes don't have any effect..

   But that may be just me =)

   Thanks,
     Dmitri

> build the docs.  It's a tradeoff of having an incomplete build at the
> end against simplifying the process, and one it is down to the user to
> make.  For example, if someone wants to build OpenJDK as a precursor
> to hacking on HotSpot, then they are probably more concerned about
> just completing the build than finding an additional set of
> dependencies for a look and feel they probably won't use.  I don't see
> how arbitrarily restricting choice helps anyone.
> 
>> I suggest its better to fix the local build problem than push workarounds
>> upstream.
> 
> My fear is we will run over this problem again and again.  If people
> working on OpenJDK day in and day out are having issues with this,
> then newbies are going to fare even worse.
> 
>> -phil.
>>
>> Andrew John Hughes wrote:
>>> 2009/5/14 Phil Race <Phil.Race at sun.com>:
>>>> There's public API associated with Nimbus in javax.swing.plaf.nimbus
>>>> so I don't think many people will want to use that facility and it
>>>> doesn't
>>>> seem appropriate to have it in the jdk7 source train.
>>>>
>>>> -phil.
>>>>
>>>>
>>>> Andrew John Hughes wrote:
>>>>> HI all,
>>>>>
>>>>> I have a simple patch that allows the building of the Nimbus L'n'F
>>>>> (which has a dependency on a specific version of JIBX, 1.1.5) to be
>>>>> turned off so the user can trade build simplicity for a lack of Nimbus
>>>>> support and curved buttons in Swing.
>>>>>
>>>>> The bug report is here:
>>>>> https://bugs.openjdk.java.net/show_bug.cgi?id=100054
>>>>>
>>>>> And the webrev is here: http://fuseyism.com/100054/webrev.00/ (still
>>>>> having some issues getting access to cr.openjdk.java.net)
>>>>>
>>>>> Thanks,
>>> In my experience, it's usually a bad idea to pre-judge what people want.
>>>
>>> I created and posted this patch because a number of us working on
>>> OpenJDK have already had issues trying to build with this enabled.
>>> I'm not suggesting by any means that you'd want this enabled in a
>>> production build.  But it helps reduce the build requirements of
>>> completing an OpenJDK build and, to my mind, allowing more people to
>>> build OpenJDK allows more people to make worthwhile contributions.
>>>
>>> I've already added this to IcedTea for this reason and I don't see
>>> what harm it does to have the option available upstream.
> 
> 
> 



More information about the build-dev mailing list