From volker.simonis at gmail.com Fri Jan 11 10:34:59 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Fri, 11 Jan 2008 19:34:59 +0100 Subject: Problems with Mercurial->Status in NB 6.0 Message-ID: Hi, I just started to use NetBeans for OpenJDK HotSpot development and I have some questions related to the Mercurial support in NetBeans: I created a new C++ Project from the OpenJDK sources that I'd already fetched on the command line with Mercurial (only jdk7/hotspot workspace). In NB, if I right-click the project and select Mercurial->Status the status windows only displays the new NB project files, but not the other changed files. If I open a directory in the project view that contains such a changed file, this file is correctly highlighted and flagged as "Modified". I can also call "Mercurial->diff" on a file and it works fine, but not on a directory. If I use the command line "hg diff" in the specific directory, this works fine. Why does the "Status" command doesn't show the changed files? And why isn't it possible to call "Status" or "Diff" on a directory in the project view? They only work for the whole project or for a single file. I use: - mercurial 0.9.5 with the forest extension - NetBeans 6.0 Product Version: NetBeans IDE 6.0 (Build 200711261600) Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; en_US (nb) - Mercurial plugin 1.4.3.42.1 Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot If I do a "Mercurial->Update" I get: Mercurial Pull ---------------- comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot searching for changes no changes found INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot INFO To: HotSpot.nb - /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot INFO: End of Mercurial Pull "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the OpenJDK hotspot directory which I've cloned. It contains the NB project directory "HotSpot.nb" Does this look ok or have I missed something? Thanks for your support, Volker Simonis From Kelly.Ohair at Sun.COM Fri Jan 11 10:42:05 2008 From: Kelly.Ohair at Sun.COM (Kelly O'Hair) Date: Fri, 11 Jan 2008 10:42:05 -0800 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: Message-ID: <4787B87D.1010108@sun.com> Try selecting the entire project in the Projects window, then ask for Status. It's sensitive to the directory that's selected. -kto Volker Simonis wrote: > Hi, > > I just started to use NetBeans for OpenJDK HotSpot development and I have some > questions related to the Mercurial support in NetBeans: > > I created a new C++ Project from the OpenJDK sources that I'd already fetched > on the command line with Mercurial (only jdk7/hotspot workspace). In NB, if I > right-click the project and select Mercurial->Status the status windows only > displays the new NB project files, but not the other changed files. If I open > a directory in the project view that contains such a changed file, this file > is correctly highlighted and flagged as "Modified". I can also call > "Mercurial->diff" > on a file and it works fine, but not on a directory. If I use the command line > "hg diff" in the specific directory, this works fine. > > Why does the "Status" command doesn't show the changed files? > > And why isn't it possible to call "Status" or "Diff" on a directory in the > project view? They only work for the whole project or for a single file. > > I use: > - mercurial 0.9.5 with the forest extension > - NetBeans 6.0 > Product Version: NetBeans IDE 6.0 (Build 200711261600) > Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; en_US (nb) > - Mercurial plugin 1.4.3.42.1 > > Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > If I do a "Mercurial->Update" I get: > > Mercurial Pull > ---------------- > comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > searching for changes > no changes found > INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > INFO To: HotSpot.nb - > /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > INFO: End of Mercurial Pull > > "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > OpenJDK hotspot directory which I've cloned. It contains the NB > project directory "HotSpot.nb" Does this look ok or have I missed > something? > > Thanks for your support, > Volker Simonis From volker.simonis at gmail.com Fri Jan 11 10:48:15 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Fri, 11 Jan 2008 19:48:15 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: <4787B87D.1010108@sun.com> References: <4787B87D.1010108@sun.com> Message-ID: The problem is that I only have the "Mercurial" entry in the context menu, if I choos the whole project (the top-most entry in the project view). And if I choose it, I get just the newly added project files, but not the changed ones. If I choose the context menue on a directory in the project view, I don't even get a Mercurial entry! On 1/11/08, Kelly O'Hair wrote: > Try selecting the entire project in the Projects window, then ask for Status. > It's sensitive to the directory that's selected. > > -kto > > Volker Simonis wrote: > > Hi, > > > > I just started to use NetBeans for OpenJDK HotSpot development and I have some > > questions related to the Mercurial support in NetBeans: > > > > I created a new C++ Project from the OpenJDK sources that I'd already fetched > > on the command line with Mercurial (only jdk7/hotspot workspace). In NB, if I > > right-click the project and select Mercurial->Status the status windows only > > displays the new NB project files, but not the other changed files. If I open > > a directory in the project view that contains such a changed file, this file > > is correctly highlighted and flagged as "Modified". I can also call > > "Mercurial->diff" > > on a file and it works fine, but not on a directory. If I use the command line > > "hg diff" in the specific directory, this works fine. > > > > Why does the "Status" command doesn't show the changed files? > > > > And why isn't it possible to call "Status" or "Diff" on a directory in the > > project view? They only work for the whole project or for a single file. > > > > I use: > > - mercurial 0.9.5 with the forest extension > > - NetBeans 6.0 > > Product Version: NetBeans IDE 6.0 (Build 200711261600) > > Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > > System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; en_US (nb) > > - Mercurial plugin 1.4.3.42.1 > > > > Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > > > If I do a "Mercurial->Update" I get: > > > > Mercurial Pull > > ---------------- > > comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > searching for changes > > no changes found > > INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > INFO To: HotSpot.nb - > > /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > > INFO: End of Mercurial Pull > > > > "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > > OpenJDK hotspot directory which I've cloned. It contains the NB > > project directory "HotSpot.nb" Does this look ok or have I missed > > something? > > > > Thanks for your support, > > Volker Simonis > From volker.simonis at gmail.com Fri Jan 11 11:01:07 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Fri, 11 Jan 2008 20:01:07 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> Message-ID: I've just done a fresh clone of http://hg.openjdk.java.net/jdk7/jdk7/hotspot from within NB and created a fresh C++ project out of the files. Unfortunately it still doesn't work - the same behaviour as described below. Any advice? Volker On 1/11/08, Volker Simonis wrote: > The problem is that I only have the "Mercurial" entry in the context > menu, if I choos the whole project (the top-most entry in the project view). > And if I choose it, I get just the newly added project files, but not > the changed > ones. If I choose the context menue on a directory in the project view, > I don't even get a Mercurial entry! > > On 1/11/08, Kelly O'Hair wrote: > > Try selecting the entire project in the Projects window, then ask for Status. > > It's sensitive to the directory that's selected. > > > > -kto > > > > Volker Simonis wrote: > > > Hi, > > > > > > I just started to use NetBeans for OpenJDK HotSpot development and I have some > > > questions related to the Mercurial support in NetBeans: > > > > > > I created a new C++ Project from the OpenJDK sources that I'd already fetched > > > on the command line with Mercurial (only jdk7/hotspot workspace). In NB, if I > > > right-click the project and select Mercurial->Status the status windows only > > > displays the new NB project files, but not the other changed files. If I open > > > a directory in the project view that contains such a changed file, this file > > > is correctly highlighted and flagged as "Modified". I can also call > > > "Mercurial->diff" > > > on a file and it works fine, but not on a directory. If I use the command line > > > "hg diff" in the specific directory, this works fine. > > > > > > Why does the "Status" command doesn't show the changed files? > > > > > > And why isn't it possible to call "Status" or "Diff" on a directory in the > > > project view? They only work for the whole project or for a single file. > > > > > > I use: > > > - mercurial 0.9.5 with the forest extension > > > - NetBeans 6.0 > > > Product Version: NetBeans IDE 6.0 (Build 200711261600) > > > Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > > > System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; en_US (nb) > > > - Mercurial plugin 1.4.3.42.1 > > > > > > Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > > Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > > > > > If I do a "Mercurial->Update" I get: > > > > > > Mercurial Pull > > > ---------------- > > > comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > > searching for changes > > > no changes found > > > INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > > INFO To: HotSpot.nb - > > > /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > > > INFO: End of Mercurial Pull > > > > > > "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > > > OpenJDK hotspot directory which I've cloned. It contains the NB > > > project directory "HotSpot.nb" Does this look ok or have I missed > > > something? > > > > > > Thanks for your support, > > > Volker Simonis > > > From Kelly.Ohair at Sun.COM Fri Jan 11 11:05:34 2008 From: Kelly.Ohair at Sun.COM (Kelly O'Hair) Date: Fri, 11 Jan 2008 11:05:34 -0800 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> Message-ID: <4787BDFE.5050501@sun.com> Not sure what this problem is, maybe John or Padraig will know. -kto Volker Simonis wrote: > I've just done a fresh clone of http://hg.openjdk.java.net/jdk7/jdk7/hotspot > from within NB and created a fresh C++ project out of the files. Unfortunately > it still doesn't work - the same behaviour as described below. > > Any advice? > > Volker > > On 1/11/08, Volker Simonis wrote: >> The problem is that I only have the "Mercurial" entry in the context >> menu, if I choos the whole project (the top-most entry in the project view). >> And if I choose it, I get just the newly added project files, but not >> the changed >> ones. If I choose the context menue on a directory in the project view, >> I don't even get a Mercurial entry! >> >> On 1/11/08, Kelly O'Hair wrote: >>> Try selecting the entire project in the Projects window, then ask for Status. >>> It's sensitive to the directory that's selected. >>> >>> -kto >>> >>> Volker Simonis wrote: >>>> Hi, >>>> >>>> I just started to use NetBeans for OpenJDK HotSpot development and I have some >>>> questions related to the Mercurial support in NetBeans: >>>> >>>> I created a new C++ Project from the OpenJDK sources that I'd already fetched >>>> on the command line with Mercurial (only jdk7/hotspot workspace). In NB, if I >>>> right-click the project and select Mercurial->Status the status windows only >>>> displays the new NB project files, but not the other changed files. If I open >>>> a directory in the project view that contains such a changed file, this file >>>> is correctly highlighted and flagged as "Modified". I can also call >>>> "Mercurial->diff" >>>> on a file and it works fine, but not on a directory. If I use the command line >>>> "hg diff" in the specific directory, this works fine. >>>> >>>> Why does the "Status" command doesn't show the changed files? >>>> >>>> And why isn't it possible to call "Status" or "Diff" on a directory in the >>>> project view? They only work for the whole project or for a single file. >>>> >>>> I use: >>>> - mercurial 0.9.5 with the forest extension >>>> - NetBeans 6.0 >>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) >>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 >>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; en_US (nb) >>>> - Mercurial plugin 1.4.3.42.1 >>>> >>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>> >>>> If I do a "Mercurial->Update" I get: >>>> >>>> Mercurial Pull >>>> ---------------- >>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>> searching for changes >>>> no changes found >>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>> INFO To: HotSpot.nb - >>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot >>>> INFO: End of Mercurial Pull >>>> >>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the >>>> OpenJDK hotspot directory which I've cloned. It contains the NB >>>> project directory "HotSpot.nb" Does this look ok or have I missed >>>> something? >>>> >>>> Thanks for your support, >>>> Volker Simonis From John.Rice at Sun.COM Fri Jan 11 11:30:00 2008 From: John.Rice at Sun.COM (john rice) Date: Fri, 11 Jan 2008 19:30:00 +0000 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: <4787BDFE.5050501@sun.com> References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> Message-ID: <4787C3B8.3080600@sun.com> Volker - when you created your new Project are the Project sources set up coorectly in the Project Properties. It sounds like we are not picking up the OpenJDK sources, but we should if it's been set in the Project properties. Off for the weekend, but we'll take a look at it on Monday. JR Kelly O'Hair wrote: > Not sure what this problem is, maybe John or Padraig will know. > > -kto > > Volker Simonis wrote: >> I've just done a fresh clone of >> http://hg.openjdk.java.net/jdk7/jdk7/hotspot >> from within NB and created a fresh C++ project out of the files. >> Unfortunately >> it still doesn't work - the same behaviour as described below. >> >> Any advice? >> >> Volker >> >> On 1/11/08, Volker Simonis wrote: >>> The problem is that I only have the "Mercurial" entry in the context >>> menu, if I choos the whole project (the top-most entry in the >>> project view). >>> And if I choose it, I get just the newly added project files, but not >>> the changed >>> ones. If I choose the context menue on a directory in the project view, >>> I don't even get a Mercurial entry! >>> >>> On 1/11/08, Kelly O'Hair wrote: >>>> Try selecting the entire project in the Projects window, then ask >>>> for Status. >>>> It's sensitive to the directory that's selected. >>>> >>>> -kto >>>> >>>> Volker Simonis wrote: >>>>> Hi, >>>>> >>>>> I just started to use NetBeans for OpenJDK HotSpot development and >>>>> I have some >>>>> questions related to the Mercurial support in NetBeans: >>>>> >>>>> I created a new C++ Project from the OpenJDK sources that I'd >>>>> already fetched >>>>> on the command line with Mercurial (only jdk7/hotspot workspace). >>>>> In NB, if I >>>>> right-click the project and select Mercurial->Status the status >>>>> windows only >>>>> displays the new NB project files, but not the other changed >>>>> files. If I open >>>>> a directory in the project view that contains such a changed file, >>>>> this file >>>>> is correctly highlighted and flagged as "Modified". I can also call >>>>> "Mercurial->diff" >>>>> on a file and it works fine, but not on a directory. If I use the >>>>> command line >>>>> "hg diff" in the specific directory, this works fine. >>>>> >>>>> Why does the "Status" command doesn't show the changed files? >>>>> >>>>> And why isn't it possible to call "Status" or "Diff" on a >>>>> directory in the >>>>> project view? They only work for the whole project or for a single >>>>> file. >>>>> >>>>> I use: >>>>> - mercurial 0.9.5 with the forest extension >>>>> - NetBeans 6.0 >>>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) >>>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 >>>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; >>>>> en_US (nb) >>>>> - Mercurial plugin 1.4.3.42.1 >>>>> >>>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>> >>>>> If I do a "Mercurial->Update" I get: >>>>> >>>>> Mercurial Pull >>>>> ---------------- >>>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>> searching for changes >>>>> no changes found >>>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>> INFO To: HotSpot.nb - >>>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot >>>>> INFO: End of Mercurial Pull >>>>> >>>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the >>>>> OpenJDK hotspot directory which I've cloned. It contains the NB >>>>> project directory "HotSpot.nb" Does this look ok or have I missed >>>>> something? >>>>> >>>>> Thanks for your support, >>>>> Volker Simonis From volker.simonis at gmail.com Mon Jan 14 01:52:11 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Mon, 14 Jan 2008 10:52:11 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: <4787C3B8.3080600@sun.com> References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> Message-ID: Well, I'd say the sources are set up correctly. Here's what I've done: New Project -> C/C++ Project from existing code -> Using an existing Makefile (choose jdk7/hotspot/make/Makefile) -> Build actions (no changes - let working directory be jdk7/hotspot/make) -> Source Files (There's an entry jdk7/hotspot/make, Add folder jdk7/hotspot/) -> Code assistance (no changes) -> Project name and Location (no changes) -> Finish Behaviour as described: - if status is called on the project, it only shows the new project files. If I open a directory that contains changed files in the project view, the file is correctly flagged as modified. - no Mercurial entry on the directory context menu (it's available only for the project and for singel files) I've also tried several variations of the procedure described above (first delete " jdk7/hotspot/make" and than add "jdk7/hotspot/" source folder, add the "jdk7/hotspot/" source directory after the project was created) unfortunately without any effect. Maybe your obervation that the sources aren't picked up correctly is right. I've just observed that in the Files view (Files tab next to Projects tab) doesn't show the sources either (just the ones from the jdk/hotspot/make subdirectory). Shouldn't the File view show all the source files that belong to the project? Volker On 1/11/08, john rice wrote: > Volker - when you created your new Project are the Project sources set > up coorectly in the Project Properties. It sounds like we are not > picking up the OpenJDK sources, but we should if it's been set in the > Project properties. > > Off for the weekend, but we'll take a look at it on Monday. > > JR > > Kelly O'Hair wrote: > > Not sure what this problem is, maybe John or Padraig will know. > > > > -kto > > > > Volker Simonis wrote: > >> I've just done a fresh clone of > >> http://hg.openjdk.java.net/jdk7/jdk7/hotspot > >> from within NB and created a fresh C++ project out of the files. > >> Unfortunately > >> it still doesn't work - the same behaviour as described below. > >> > >> Any advice? > >> > >> Volker > >> > >> On 1/11/08, Volker Simonis wrote: > >>> The problem is that I only have the "Mercurial" entry in the context > >>> menu, if I choos the whole project (the top-most entry in the > >>> project view). > >>> And if I choose it, I get just the newly added project files, but not > >>> the changed > >>> ones. If I choose the context menue on a directory in the project view, > >>> I don't even get a Mercurial entry! > >>> > >>> On 1/11/08, Kelly O'Hair wrote: > >>>> Try selecting the entire project in the Projects window, then ask > >>>> for Status. > >>>> It's sensitive to the directory that's selected. > >>>> > >>>> -kto > >>>> > >>>> Volker Simonis wrote: > >>>>> Hi, > >>>>> > >>>>> I just started to use NetBeans for OpenJDK HotSpot development and > >>>>> I have some > >>>>> questions related to the Mercurial support in NetBeans: > >>>>> > >>>>> I created a new C++ Project from the OpenJDK sources that I'd > >>>>> already fetched > >>>>> on the command line with Mercurial (only jdk7/hotspot workspace). > >>>>> In NB, if I > >>>>> right-click the project and select Mercurial->Status the status > >>>>> windows only > >>>>> displays the new NB project files, but not the other changed > >>>>> files. If I open > >>>>> a directory in the project view that contains such a changed file, > >>>>> this file > >>>>> is correctly highlighted and flagged as "Modified". I can also call > >>>>> "Mercurial->diff" > >>>>> on a file and it works fine, but not on a directory. If I use the > >>>>> command line > >>>>> "hg diff" in the specific directory, this works fine. > >>>>> > >>>>> Why does the "Status" command doesn't show the changed files? > >>>>> > >>>>> And why isn't it possible to call "Status" or "Diff" on a > >>>>> directory in the > >>>>> project view? They only work for the whole project or for a single > >>>>> file. > >>>>> > >>>>> I use: > >>>>> - mercurial 0.9.5 with the forest extension > >>>>> - NetBeans 6.0 > >>>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) > >>>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > >>>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; > >>>>> en_US (nb) > >>>>> - Mercurial plugin 1.4.3.42.1 > >>>>> > >>>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>> > >>>>> If I do a "Mercurial->Update" I get: > >>>>> > >>>>> Mercurial Pull > >>>>> ---------------- > >>>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>> searching for changes > >>>>> no changes found > >>>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>> INFO To: HotSpot.nb - > >>>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > >>>>> INFO: End of Mercurial Pull > >>>>> > >>>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > >>>>> OpenJDK hotspot directory which I've cloned. It contains the NB > >>>>> project directory "HotSpot.nb" Does this look ok or have I missed > >>>>> something? > >>>>> > >>>>> Thanks for your support, > >>>>> Volker Simonis > From volker.simonis at gmail.com Mon Jan 14 02:54:33 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Mon, 14 Jan 2008 11:54:33 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> Message-ID: I think I found the problem. All the trouble is because the hotspot makefile is not in the base hotspot directory, but in the hotspot/make subdirectory. For some reason - in my eys this is a bug - NB only considers files in the "Working Directory" which by default is the directory which contains the Makefile. I think it sould consider all the files that are added as sourcefiles (for Mercurail actions as well as in the Files view). What di you think? If I change the Working directory to be "hotspot", the Mercurial status report for the project works as expected ans also the "Files" view displays all the source files that belong to the project. Only the Mercurial action for directories is still missing, but this is probaly another problem. Volker On 1/14/08, Volker Simonis wrote: > Well, I'd say the sources are set up correctly. Here's what I've done: > > New Project > -> C/C++ Project from existing code > -> Using an existing Makefile (choose jdk7/hotspot/make/Makefile) > -> Build actions (no changes - let working directory be jdk7/hotspot/make) > -> Source Files (There's an entry jdk7/hotspot/make, Add folder jdk7/hotspot/) > -> Code assistance (no changes) > -> Project name and Location (no changes) > -> Finish > > Behaviour as described: > - if status is called on the project, it only shows the new project > files. If I open a directory that contains changed files in the > project view, the file is correctly flagged as modified. > - no Mercurial entry on the directory context menu (it's available > only for the project and for singel files) > > I've also tried several variations of the procedure described above > (first delete " jdk7/hotspot/make" and than add "jdk7/hotspot/" source > folder, add the "jdk7/hotspot/" source directory after the project was > created) unfortunately without any effect. > > Maybe your obervation that the sources aren't picked up correctly is > right. I've just observed that in the Files view (Files tab next to > Projects tab) doesn't show the sources either (just the ones from the > jdk/hotspot/make subdirectory). Shouldn't the File view show all the > source files that belong to the project? > > Volker > > On 1/11/08, john rice wrote: > > Volker - when you created your new Project are the Project sources set > > up coorectly in the Project Properties. It sounds like we are not > > picking up the OpenJDK sources, but we should if it's been set in the > > Project properties. > > > > Off for the weekend, but we'll take a look at it on Monday. > > > > JR > > > > Kelly O'Hair wrote: > > > Not sure what this problem is, maybe John or Padraig will know. > > > > > > -kto > > > > > > Volker Simonis wrote: > > >> I've just done a fresh clone of > > >> http://hg.openjdk.java.net/jdk7/jdk7/hotspot > > >> from within NB and created a fresh C++ project out of the files. > > >> Unfortunately > > >> it still doesn't work - the same behaviour as described below. > > >> > > >> Any advice? > > >> > > >> Volker > > >> > > >> On 1/11/08, Volker Simonis wrote: > > >>> The problem is that I only have the "Mercurial" entry in the context > > >>> menu, if I choos the whole project (the top-most entry in the > > >>> project view). > > >>> And if I choose it, I get just the newly added project files, but not > > >>> the changed > > >>> ones. If I choose the context menue on a directory in the project view, > > >>> I don't even get a Mercurial entry! > > >>> > > >>> On 1/11/08, Kelly O'Hair wrote: > > >>>> Try selecting the entire project in the Projects window, then ask > > >>>> for Status. > > >>>> It's sensitive to the directory that's selected. > > >>>> > > >>>> -kto > > >>>> > > >>>> Volker Simonis wrote: > > >>>>> Hi, > > >>>>> > > >>>>> I just started to use NetBeans for OpenJDK HotSpot development and > > >>>>> I have some > > >>>>> questions related to the Mercurial support in NetBeans: > > >>>>> > > >>>>> I created a new C++ Project from the OpenJDK sources that I'd > > >>>>> already fetched > > >>>>> on the command line with Mercurial (only jdk7/hotspot workspace). > > >>>>> In NB, if I > > >>>>> right-click the project and select Mercurial->Status the status > > >>>>> windows only > > >>>>> displays the new NB project files, but not the other changed > > >>>>> files. If I open > > >>>>> a directory in the project view that contains such a changed file, > > >>>>> this file > > >>>>> is correctly highlighted and flagged as "Modified". I can also call > > >>>>> "Mercurial->diff" > > >>>>> on a file and it works fine, but not on a directory. If I use the > > >>>>> command line > > >>>>> "hg diff" in the specific directory, this works fine. > > >>>>> > > >>>>> Why does the "Status" command doesn't show the changed files? > > >>>>> > > >>>>> And why isn't it possible to call "Status" or "Diff" on a > > >>>>> directory in the > > >>>>> project view? They only work for the whole project or for a single > > >>>>> file. > > >>>>> > > >>>>> I use: > > >>>>> - mercurial 0.9.5 with the forest extension > > >>>>> - NetBeans 6.0 > > >>>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) > > >>>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > > >>>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; > > >>>>> en_US (nb) > > >>>>> - Mercurial plugin 1.4.3.42.1 > > >>>>> > > >>>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > >>>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > >>>>> > > >>>>> If I do a "Mercurial->Update" I get: > > >>>>> > > >>>>> Mercurial Pull > > >>>>> ---------------- > > >>>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > >>>>> searching for changes > > >>>>> no changes found > > >>>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > > >>>>> INFO To: HotSpot.nb - > > >>>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > > >>>>> INFO: End of Mercurial Pull > > >>>>> > > >>>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > > >>>>> OpenJDK hotspot directory which I've cloned. It contains the NB > > >>>>> project directory "HotSpot.nb" Does this look ok or have I missed > > >>>>> something? > > >>>>> > > >>>>> Thanks for your support, > > >>>>> Volker Simonis > > > From jesse.glick at sun.com Mon Jan 14 05:22:19 2008 From: jesse.glick at sun.com (Jesse Glick) Date: Mon, 14 Jan 2008 08:22:19 -0500 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> Message-ID: Volker Simonis wrote: > [...] For some reason - in my eyes this is a bug - NB [...] This is not really a good place to general report NB bugs. Use the Issuezilla entry form on netbeans.org. Pick the category 'mercurial'. Be sure to include complete details to reproduce the problem from scratch: what you did step by step, what you expected to see, what you observed instead. Thanks, -Jesse -- jesse.glick at sun.com netbeans.org ant.apache.org hudson.dev.java.net selenic.com/mercurial http://google.com/search?q=e%5E%28pi*i%29%2B1 From volker.simonis at gmail.com Mon Jan 14 05:58:53 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Mon, 14 Jan 2008 14:58:53 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> Message-ID: Hi Jesse, you're probably right. When I started this thread, I was not sure that these are NB bugs, I thought perhaps I've just missed something. I've now opened two new issues: C/C++ free form projects only honour sources in the Working Directotry: http://www.netbeans.org/issues/show_bug.cgi?id=124796 Mercurial actions not available on Directories (only Projects and Files): http://www.netbeans.org/issues/show_bug.cgi?id=125216 Hopefully they get resolved quickly... Volker On 1/14/08, Jesse Glick wrote: > Volker Simonis wrote: > > [...] For some reason - in my eyes this is a bug - NB [...] > > This is not really a good place to general report NB bugs. Use the > Issuezilla entry form on netbeans.org. Pick the category 'mercurial'. Be > sure to include complete details to reproduce the problem from scratch: > what you did step by step, what you expected to see, what you observed > instead. > > Thanks, > -Jesse > > -- > jesse.glick at sun.com netbeans.org ant.apache.org hudson.dev.java.net > selenic.com/mercurial http://google.com/search?q=e%5E%28pi*i%29%2B1 > > From John.Rice at Sun.COM Mon Jan 14 13:41:27 2008 From: John.Rice at Sun.COM (John Rice) Date: Mon, 14 Jan 2008 21:41:27 +0000 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> Message-ID: <478BD707.10203@sun.com> Volker - when I import this project and in Source files add hotspot/src, it all works for me on the Project View, Project node and the individual files, I have the same issue you reported about the Project View, directory nodes not having any version control menu available. This is with the version control folks so hopefully it can be sorted, as I commented in the bug, there's nothing we can do from teh plugin side. Are there any other issues? Not sure what you mean by "it should consider all the files that are added as sourcefiles". From our standpoint if this is a custom project we really need to be told where to look for the sources, when the project is being imported, or am I missing something, which of course is entirely possible :) JR Volker Simonis wrote: > I think I found the problem. All the trouble is because the hotspot > makefile is not in the base hotspot directory, but in the hotspot/make > subdirectory. For some reason - in my eys this is a bug - NB only > considers files in the "Working Directory" which by default is the > directory which contains the Makefile. I think it sould consider all > the files that are added as sourcefiles (for Mercurail actions as well > as in the Files view). > > What di you think? > > If I change the Working directory to be "hotspot", the Mercurial > status report for the project works as expected ans also the "Files" > view displays all the source files that belong to the project. Only > the Mercurial action for directories is still missing, but this is > probaly another problem. > > Volker > > On 1/14/08, Volker Simonis wrote: > >> Well, I'd say the sources are set up correctly. Here's what I've done: >> >> New Project >> -> C/C++ Project from existing code >> -> Using an existing Makefile (choose jdk7/hotspot/make/Makefile) >> -> Build actions (no changes - let working directory be jdk7/hotspot/make) >> -> Source Files (There's an entry jdk7/hotspot/make, Add folder jdk7/hotspot/) >> -> Code assistance (no changes) >> -> Project name and Location (no changes) >> -> Finish >> >> Behaviour as described: >> - if status is called on the project, it only shows the new project >> files. If I open a directory that contains changed files in the >> project view, the file is correctly flagged as modified. >> - no Mercurial entry on the directory context menu (it's available >> only for the project and for singel files) >> >> I've also tried several variations of the procedure described above >> (first delete " jdk7/hotspot/make" and than add "jdk7/hotspot/" source >> folder, add the "jdk7/hotspot/" source directory after the project was >> created) unfortunately without any effect. >> >> Maybe your obervation that the sources aren't picked up correctly is >> right. I've just observed that in the Files view (Files tab next to >> Projects tab) doesn't show the sources either (just the ones from the >> jdk/hotspot/make subdirectory). Shouldn't the File view show all the >> source files that belong to the project? >> >> Volker >> >> On 1/11/08, john rice wrote: >> >>> Volker - when you created your new Project are the Project sources set >>> up coorectly in the Project Properties. It sounds like we are not >>> picking up the OpenJDK sources, but we should if it's been set in the >>> Project properties. >>> >>> Off for the weekend, but we'll take a look at it on Monday. >>> >>> JR >>> >>> Kelly O'Hair wrote: >>> >>>> Not sure what this problem is, maybe John or Padraig will know. >>>> >>>> -kto >>>> >>>> Volker Simonis wrote: >>>> >>>>> I've just done a fresh clone of >>>>> http://hg.openjdk.java.net/jdk7/jdk7/hotspot >>>>> from within NB and created a fresh C++ project out of the files. >>>>> Unfortunately >>>>> it still doesn't work - the same behaviour as described below. >>>>> >>>>> Any advice? >>>>> >>>>> Volker >>>>> >>>>> On 1/11/08, Volker Simonis wrote: >>>>> >>>>>> The problem is that I only have the "Mercurial" entry in the context >>>>>> menu, if I choos the whole project (the top-most entry in the >>>>>> project view). >>>>>> And if I choose it, I get just the newly added project files, but not >>>>>> the changed >>>>>> ones. If I choose the context menue on a directory in the project view, >>>>>> I don't even get a Mercurial entry! >>>>>> >>>>>> On 1/11/08, Kelly O'Hair wrote: >>>>>> >>>>>>> Try selecting the entire project in the Projects window, then ask >>>>>>> for Status. >>>>>>> It's sensitive to the directory that's selected. >>>>>>> >>>>>>> -kto >>>>>>> >>>>>>> Volker Simonis wrote: >>>>>>> >>>>>>>> Hi, >>>>>>>> >>>>>>>> I just started to use NetBeans for OpenJDK HotSpot development and >>>>>>>> I have some >>>>>>>> questions related to the Mercurial support in NetBeans: >>>>>>>> >>>>>>>> I created a new C++ Project from the OpenJDK sources that I'd >>>>>>>> already fetched >>>>>>>> on the command line with Mercurial (only jdk7/hotspot workspace). >>>>>>>> In NB, if I >>>>>>>> right-click the project and select Mercurial->Status the status >>>>>>>> windows only >>>>>>>> displays the new NB project files, but not the other changed >>>>>>>> files. If I open >>>>>>>> a directory in the project view that contains such a changed file, >>>>>>>> this file >>>>>>>> is correctly highlighted and flagged as "Modified". I can also call >>>>>>>> "Mercurial->diff" >>>>>>>> on a file and it works fine, but not on a directory. If I use the >>>>>>>> command line >>>>>>>> "hg diff" in the specific directory, this works fine. >>>>>>>> >>>>>>>> Why does the "Status" command doesn't show the changed files? >>>>>>>> >>>>>>>> And why isn't it possible to call "Status" or "Diff" on a >>>>>>>> directory in the >>>>>>>> project view? They only work for the whole project or for a single >>>>>>>> file. >>>>>>>> >>>>>>>> I use: >>>>>>>> - mercurial 0.9.5 with the forest extension >>>>>>>> - NetBeans 6.0 >>>>>>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) >>>>>>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 >>>>>>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; >>>>>>>> en_US (nb) >>>>>>>> - Mercurial plugin 1.4.3.42.1 >>>>>>>> >>>>>>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>>>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>>>>> >>>>>>>> If I do a "Mercurial->Update" I get: >>>>>>>> >>>>>>>> Mercurial Pull >>>>>>>> ---------------- >>>>>>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>>>>> searching for changes >>>>>>>> no changes found >>>>>>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot >>>>>>>> INFO To: HotSpot.nb - >>>>>>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot >>>>>>>> INFO: End of Mercurial Pull >>>>>>>> >>>>>>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the >>>>>>>> OpenJDK hotspot directory which I've cloned. It contains the NB >>>>>>>> project directory "HotSpot.nb" Does this look ok or have I missed >>>>>>>> something? >>>>>>>> >>>>>>>> Thanks for your support, >>>>>>>> Volker Simonis >>>>>>>> From volker.simonis at gmail.com Tue Jan 15 00:56:28 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Tue, 15 Jan 2008 09:56:28 +0100 Subject: Problems with Mercurial->Status in NB 6.0 In-Reply-To: <478BD707.10203@sun.com> References: <4787B87D.1010108@sun.com> <4787BDFE.5050501@sun.com> <4787C3B8.3080600@sun.com> <478BD707.10203@sun.com> Message-ID: Sorry, I put in the wrong link in my last mail. The right one is: C/C++ free form projects only honour sources in the Working Directotry: http://www.netbeans.org/issues/show_bug.cgi?id=125214 As I described there, source files that have been added to the project, (either when the project is created or later with "Add existing Items from Folders") aren't considered to belong to the project in certain circumstances (i.e. Files view, Mercurial actions) if they are not under the "Working Directory". But the Working directory is specified as "the directory in which the Build and Clean commands are executed" and not as the root directroy of all the project sources. This problem probably only occurs, if the main Makefile of a project isn't located in the projects root directory - and this is exactly the case for the HotSpot project, where the Makefile is located in "hotspot/make/Makfile". Does this clarify the probelm? Volker On 1/14/08, John Rice wrote: > Volker - when I import this project and in Source files add hotspot/src, > it all works for me on the Project View, Project node and the individual > files, I have the same issue you reported about the Project View, > directory nodes not having any version control menu available. This is > with the version control folks so hopefully it can be sorted, as I > commented in the bug, there's nothing we can do from teh plugin side. > > Are there any other issues? Not sure what you mean by "it should > consider all the files that are added as sourcefiles". From our > standpoint if this is a custom project we really need to be told where > to look for the sources, when the project is being imported, or am I > missing something, which of course is entirely possible :) > > JR > > Volker Simonis wrote: > > I think I found the problem. All the trouble is because the hotspot > > makefile is not in the base hotspot directory, but in the hotspot/make > > subdirectory. For some reason - in my eys this is a bug - NB only > > considers files in the "Working Directory" which by default is the > > directory which contains the Makefile. I think it sould consider all > > the files that are added as sourcefiles (for Mercurail actions as well > > as in the Files view). > > > > What di you think? > > > > If I change the Working directory to be "hotspot", the Mercurial > > status report for the project works as expected ans also the "Files" > > view displays all the source files that belong to the project. Only > > the Mercurial action for directories is still missing, but this is > > probaly another problem. > > > > Volker > > > > On 1/14/08, Volker Simonis wrote: > > > >> Well, I'd say the sources are set up correctly. Here's what I've done: > >> > >> New Project > >> -> C/C++ Project from existing code > >> -> Using an existing Makefile (choose jdk7/hotspot/make/Makefile) > >> -> Build actions (no changes - let working directory be jdk7/hotspot/make) > >> -> Source Files (There's an entry jdk7/hotspot/make, Add folder jdk7/hotspot/) > >> -> Code assistance (no changes) > >> -> Project name and Location (no changes) > >> -> Finish > >> > >> Behaviour as described: > >> - if status is called on the project, it only shows the new project > >> files. If I open a directory that contains changed files in the > >> project view, the file is correctly flagged as modified. > >> - no Mercurial entry on the directory context menu (it's available > >> only for the project and for singel files) > >> > >> I've also tried several variations of the procedure described above > >> (first delete " jdk7/hotspot/make" and than add "jdk7/hotspot/" source > >> folder, add the "jdk7/hotspot/" source directory after the project was > >> created) unfortunately without any effect. > >> > >> Maybe your obervation that the sources aren't picked up correctly is > >> right. I've just observed that in the Files view (Files tab next to > >> Projects tab) doesn't show the sources either (just the ones from the > >> jdk/hotspot/make subdirectory). Shouldn't the File view show all the > >> source files that belong to the project? > >> > >> Volker > >> > >> On 1/11/08, john rice wrote: > >> > >>> Volker - when you created your new Project are the Project sources set > >>> up coorectly in the Project Properties. It sounds like we are not > >>> picking up the OpenJDK sources, but we should if it's been set in the > >>> Project properties. > >>> > >>> Off for the weekend, but we'll take a look at it on Monday. > >>> > >>> JR > >>> > >>> Kelly O'Hair wrote: > >>> > >>>> Not sure what this problem is, maybe John or Padraig will know. > >>>> > >>>> -kto > >>>> > >>>> Volker Simonis wrote: > >>>> > >>>>> I've just done a fresh clone of > >>>>> http://hg.openjdk.java.net/jdk7/jdk7/hotspot > >>>>> from within NB and created a fresh C++ project out of the files. > >>>>> Unfortunately > >>>>> it still doesn't work - the same behaviour as described below. > >>>>> > >>>>> Any advice? > >>>>> > >>>>> Volker > >>>>> > >>>>> On 1/11/08, Volker Simonis wrote: > >>>>> > >>>>>> The problem is that I only have the "Mercurial" entry in the context > >>>>>> menu, if I choos the whole project (the top-most entry in the > >>>>>> project view). > >>>>>> And if I choose it, I get just the newly added project files, but not > >>>>>> the changed > >>>>>> ones. If I choose the context menue on a directory in the project view, > >>>>>> I don't even get a Mercurial entry! > >>>>>> > >>>>>> On 1/11/08, Kelly O'Hair wrote: > >>>>>> > >>>>>>> Try selecting the entire project in the Projects window, then ask > >>>>>>> for Status. > >>>>>>> It's sensitive to the directory that's selected. > >>>>>>> > >>>>>>> -kto > >>>>>>> > >>>>>>> Volker Simonis wrote: > >>>>>>> > >>>>>>>> Hi, > >>>>>>>> > >>>>>>>> I just started to use NetBeans for OpenJDK HotSpot development and > >>>>>>>> I have some > >>>>>>>> questions related to the Mercurial support in NetBeans: > >>>>>>>> > >>>>>>>> I created a new C++ Project from the OpenJDK sources that I'd > >>>>>>>> already fetched > >>>>>>>> on the command line with Mercurial (only jdk7/hotspot workspace). > >>>>>>>> In NB, if I > >>>>>>>> right-click the project and select Mercurial->Status the status > >>>>>>>> windows only > >>>>>>>> displays the new NB project files, but not the other changed > >>>>>>>> files. If I open > >>>>>>>> a directory in the project view that contains such a changed file, > >>>>>>>> this file > >>>>>>>> is correctly highlighted and flagged as "Modified". I can also call > >>>>>>>> "Mercurial->diff" > >>>>>>>> on a file and it works fine, but not on a directory. If I use the > >>>>>>>> command line > >>>>>>>> "hg diff" in the specific directory, this works fine. > >>>>>>>> > >>>>>>>> Why does the "Status" command doesn't show the changed files? > >>>>>>>> > >>>>>>>> And why isn't it possible to call "Status" or "Diff" on a > >>>>>>>> directory in the > >>>>>>>> project view? They only work for the whole project or for a single > >>>>>>>> file. > >>>>>>>> > >>>>>>>> I use: > >>>>>>>> - mercurial 0.9.5 with the forest extension > >>>>>>>> - NetBeans 6.0 > >>>>>>>> Product Version: NetBeans IDE 6.0 (Build 200711261600) > >>>>>>>> Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 > >>>>>>>> System: Linux version 2.6.5-7.283-bigsmp running on i386; UTF-8; > >>>>>>>> en_US (nb) > >>>>>>>> - Mercurial plugin 1.4.3.42.1 > >>>>>>>> > >>>>>>>> Default-pull=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>>>>> Default-push=http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>>>>> > >>>>>>>> If I do a "Mercurial->Update" I get: > >>>>>>>> > >>>>>>>> Mercurial Pull > >>>>>>>> ---------------- > >>>>>>>> comparing with http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>>>>> searching for changes > >>>>>>>> no changes found > >>>>>>>> INFO Pull From: http://hg.openjdk.java.net/jdk7/jdk7//hotspot > >>>>>>>> INFO To: HotSpot.nb - > >>>>>>>> /net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot > >>>>>>>> INFO: End of Mercurial Pull > >>>>>>>> > >>>>>>>> "/net/sapmnt.hs0131.q_hs0131/dXXXXXX/OpenJDK/jdk7/hotspot" is the > >>>>>>>> OpenJDK hotspot directory which I've cloned. It contains the NB > >>>>>>>> project directory "HotSpot.nb" Does this look ok or have I missed > >>>>>>>> something? > >>>>>>>> > >>>>>>>> Thanks for your support, > >>>>>>>> Volker Simonis > >>>>>>>> > > From volker.simonis at gmail.com Thu Jan 24 17:35:38 2008 From: volker.simonis at gmail.com (Volker Simonis) Date: Fri, 25 Jan 2008 02:35:38 +0100 Subject: Small tutorial about building and running HotSpot on Linux/x86 with NetBeans Message-ID: Hi, during the last few weeks, I put together my own step-by-step HowTo about building and running the OpenJDK on Linux/x86. It specially focuses on building and running the different HotSpot flavors (opt/debug, client/server JIT compiler, template/C++ interpreter) and contains a small evaluation of NetBeans 6.0 as a development environment for HotSpot hacking. (I had to split it up into two entries because it was too long for the blog system:) http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.html http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop_1.html As always, comments and corrections are highly appreciated... Regards, Volker From ted at tedneward.com Thu Jan 24 19:07:28 2008 From: ted at tedneward.com (Ted Neward) Date: Thu, 24 Jan 2008 19:07:28 -0800 Subject: Small tutorial about building and running HotSpot on Linux/x86 with NetBeans In-Reply-To: References: Message-ID: <002101c85eff$6d96f420$48c4dc60$@com> Volker-- I'm going to update my own entry to point to yours, assuming that's OK with you. (Dunno why it wouldn't, but if you didn't want me to, now's the time to say so. I'll pout for a long time, mind you, if you do. ;-) ) Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: build-dev-bounces at openjdk.java.net [mailto:build-dev- > bounces at openjdk.java.net] On Behalf Of Volker Simonis > Sent: Thursday, January 24, 2008 5:36 PM > To: build-dev at openjdk.java.net; nb-projects-dev at openjdk.java.net > Subject: Small tutorial about building and running HotSpot on Linux/x86 > with NetBeans > > Hi, > > during the last few weeks, I put together my own step-by-step HowTo > about building and running the OpenJDK on Linux/x86. It specially > focuses on building and running the different HotSpot flavors > (opt/debug, client/server JIT compiler, template/C++ interpreter) and > contains a small evaluation of NetBeans 6.0 as a development > environment for HotSpot hacking. > > (I had to split it up into two entries because it was too long for the > blog system:) > > http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop.ht > ml > http://weblogs.java.net/blog/simonis/archive/2008/01/hotspot_develop_1. > html > > As always, comments and corrections are highly appreciated... > > Regards, > Volker > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.10/1241 - Release Date: > 1/24/2008 9:58 AM > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.10/1241 - Release Date: 1/24/2008 9:58 AM