Re: Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Pete Brunet
Looking for a confirmation of Kelly's advice... Kelly O'Hair wrote: > Maybe you should try the awt alias. > > I would assume you could do a full build, then 'cd make/sun.awt && > make' to just > re-build awt, but you need to ask the awt engineers. > > -kto > > On Jun 28, 2010, at 2:06 PM, Pete Bru

Re: Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Igor Nekrestyanov
On 6/28/10 2:06 PM, Pete Brunet wrote: If I am tweaking awt_Component.cpp, what is the fastest way to rebuild? A full build is taking me two hours. Thanks, Pete try running make in the jdk/make/sun/awt. This should recompile awt.dll i think -igor

Re: Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Kelly O'Hair
Maybe you should try the awt alias. I would assume you could do a full build, then 'cd make/sun.awt && make' to just re-build awt, but you need to ask the awt engineers. -kto On Jun 28, 2010, at 2:06 PM, Pete Brunet wrote: If I am tweaking awt_Component.cpp, what is the fastest way to reb

Re: Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Andrei V. Dmitriev
Suppose the incremental build from make/sun/awt/ would work. Thanks, Andrei Pete Brunet wrote: If I am tweaking awt_Component.cpp, what is the fastest way to rebuild? A full build is taking me two hours. Thanks, Pete

Fastest means to rebuild awt_Component.cpp

2010-06-28 Thread Pete Brunet
If I am tweaking awt_Component.cpp, what is the fastest way to rebuild? A full build is taking me two hours. Thanks, Pete