Re: Fastest means to rebuild awt_Component.cpp

2010-07-12 Thread Pete Brunet
Thanks Kelly, I didn't realize I could run from the top level. That works. So for anyone else that might need to do this here is my procedure: cd \ set ALT_OUTPUTDIR=c:/OPF6CE~1/jdk7/build/WINDOW~2 rem same as c:\OpenJDK-b96m\jdk7\build\windows-i586-fastdebug set ALT_JDK_IMPORT_PATH=c:/OPF6CE~1/

Re: Fastest means to rebuild awt_Component.cpp

2010-07-12 Thread Kelly O'Hair
When building inside the jdk/make directory, there is a default 'make all' that populates the OUTPUTDIR area jdk/build/$(PLATFORM)-$(ARCH) bin, lib, classes, etc. directories. This is enough to run the jdk, but no rt.jar and no formal images. The classes from the classes directory are used

Re: Fastest means to rebuild awt_Component.cpp

2010-07-12 Thread Pete Brunet
Kelly, I successfully built just awt.dll - well almost. That alone doesn't copy awt.dll/map/pdb over to the j2sdk image. And it doesn't build rt.jar. What do I have to do to get rt.jar built and j2sdk-image populated with awt.dll and rt.jar? Looking at a log from a full build it appears I have

Re: Fastest means to rebuild awt_Component.cpp

2010-06-29 Thread Denis Fokin
Hi Peter, if you have a full build of jdk workspace, just go into jdk/make/sun/awt, execute you script and rebuild only platform specific AWT code. Thank you, Denis. On 6/29/10 4:01 AM, Pete Brunet wrote: Looking for a confirmation of Kelly's advice... Kelly O'Hair wrote: Maybe you

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