From ludvig.j.janiuk at oracle.com Mon Oct 4 12:30:07 2021 From: ludvig.j.janiuk at oracle.com (Ludvig Janiuk) Date: Mon, 4 Oct 2021 12:30:07 +0000 Subject: Where is the documentation located? Message-ID: According to ( https://openjdk.java.net/groups/ide-support/index.html ): "The goal of this Group is to extensively document current IDE alternatives for working on the OpenJDK codebase and to centralize tooling support discussions." However, the group page does not link to any place where I might find the mentioned documentation. Where should I look? Best regards, //Ludvig Janiuk Oracle, Java Platform Group From maurizio.cimadamore at oracle.com Mon Oct 4 14:03:52 2021 From: maurizio.cimadamore at oracle.com (Maurizio Cimadamore) Date: Mon, 4 Oct 2021 15:03:52 +0100 Subject: Where is the documentation located? In-Reply-To: References: Message-ID: <2e03f485-75d1-d6cb-9e5a-28ec50b8f835@oracle.com> Hi, not a lot of work has been done in this sense. Documentation exists, in places, but is not centralized, nor uniform. For instance, some documentation which illustrates how to create a VS project is here: https://github.com/openjdk/jdk/blob/master/doc/ide.md Documentation for building/using jtreg plugin for IntelliJ is here: https://github.com/openjdk/jtreg/tree/master/plugins/idea Sadly, we do not have documentation when it comes to creating an IntelliJ project (or Netbeans, I know there's support for that too). For IntelliJ project, there's a script in bin/idea.sh which generates the project - more details on that option are contained in this very old thread: http://mail.openjdk.java.net/pipermail/discuss/2015-January/003645.html It would be nice to have a single md file (perhaps the existing ide.md file) containing all the required information. Any contrubution is welcome in this area! Cheers Maurizio On 04/10/2021 13:30, Ludvig Janiuk wrote: > According to ( https://openjdk.java.net/groups/ide-support/index.html ): > > "The goal of this Group is to extensively document current IDE alternatives for working on the OpenJDK codebase and to centralize tooling support discussions." > > However, the group page does not link to any place where I might find the mentioned documentation. Where should I look? > > Best regards, > //Ludvig Janiuk > Oracle, Java Platform Group From magnus.ihse.bursie at oracle.com Tue Oct 5 08:20:17 2021 From: magnus.ihse.bursie at oracle.com (Magnus Ihse Bursie) Date: Tue, 5 Oct 2021 10:20:17 +0200 Subject: Where is the documentation located? In-Reply-To: <2e03f485-75d1-d6cb-9e5a-28ec50b8f835@oracle.com> References: <2e03f485-75d1-d6cb-9e5a-28ec50b8f835@oracle.com> Message-ID: <7c53aad7-d6c9-cbc2-e84a-5f7d19d9abae@oracle.com> On 2021-10-04 16:03, Maurizio Cimadamore wrote: > Hi, > not a lot of work has been done in this sense. Documentation exists, > in places, but is not centralized, nor uniform. > > For instance, some documentation which illustrates how to create a VS > project is here: > > https://github.com/openjdk/jdk/blob/master/doc/ide.md > > Documentation for building/using jtreg plugin for IntelliJ is here: > > https://github.com/openjdk/jtreg/tree/master/plugins/idea > > Sadly, we do not have documentation when it comes to creating an > IntelliJ project (or Netbeans, I know there's support for that too). > > For IntelliJ project, there's a script in bin/idea.sh which generates > the project - more details on that option are contained in this very > old thread: > > http://mail.openjdk.java.net/pipermail/discuss/2015-January/003645.html > > It would be nice to have a single md file (perhaps the existing ide.md > file) containing all the required information. Any contrubution is > welcome in this area! I have collected bits and pieces that I intended to fix up and incorporate into ide.md, but that has always been pushed down by more high-priority tasks. If you want to help, I can send them to you and you can do the necessary editing. /Magnus > > Cheers > Maurizio > > On 04/10/2021 13:30, Ludvig Janiuk wrote: >> According to ( https://openjdk.java.net/groups/ide-support/index.html ): >> >> "The goal of this Group >> is to extensively document current IDE alternatives for working on >> the OpenJDK codebase and to centralize tooling support discussions." >> >> However, the group page does not link to any place where I might find >> the mentioned documentation. Where should I look? >> >> Best regards, >> //Ludvig Janiuk >> Oracle, Java Platform Group From ludvig.j.janiuk at oracle.com Tue Oct 5 09:05:09 2021 From: ludvig.j.janiuk at oracle.com (Ludvig Janiuk) Date: Tue, 5 Oct 2021 09:05:09 +0000 Subject: Where is the documentation located? In-Reply-To: <7c53aad7-d6c9-cbc2-e84a-5f7d19d9abae@oracle.com> References: <2e03f485-75d1-d6cb-9e5a-28ec50b8f835@oracle.com> <7c53aad7-d6c9-cbc2-e84a-5f7d19d9abae@oracle.com> Message-ID: Dear Magnus, Yes, feel free to send them to me and I'll be happy to help out! I'm focusing this week specifically on improving the IDE situation. Best regards, //Ludvig Janiuk ________________________________ From: Magnus Ihse Bursie Sent: Tuesday, 5 October 2021 10:20 To: Ludvig Janiuk ; ide-support-dev at openjdk.java.net Subject: Re: Where is the documentation located? On 2021-10-04 16:03, Maurizio Cimadamore wrote: > Hi, > not a lot of work has been done in this sense. Documentation exists, > in places, but is not centralized, nor uniform. > > For instance, some documentation which illustrates how to create a VS > project is here: > > https://github.com/openjdk/jdk/blob/master/doc/ide.md > > Documentation for building/using jtreg plugin for IntelliJ is here: > > https://github.com/openjdk/jtreg/tree/master/plugins/idea > > Sadly, we do not have documentation when it comes to creating an > IntelliJ project (or Netbeans, I know there's support for that too). > > For IntelliJ project, there's a script in bin/idea.sh which generates > the project - more details on that option are contained in this very > old thread: > > http://mail.openjdk.java.net/pipermail/discuss/2015-January/003645.html > > It would be nice to have a single md file (perhaps the existing ide.md > file) containing all the required information. Any contrubution is > welcome in this area! I have collected bits and pieces that I intended to fix up and incorporate into ide.md, but that has always been pushed down by more high-priority tasks. If you want to help, I can send them to you and you can do the necessary editing. /Magnus > > Cheers > Maurizio > > On 04/10/2021 13:30, Ludvig Janiuk wrote: >> According to ( https://openjdk.java.net/groups/ide-support/index.html ): >> >> "The goal of this Group >> is to extensively document current IDE alternatives for working on >> the OpenJDK codebase and to centralize tooling support discussions." >> >> However, the group page does not link to any place where I might find >> the mentioned documentation. Where should I look? >> >> Best regards, >> //Ludvig Janiuk >> Oracle, Java Platform Group