Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-06-04 Thread Jose Ch
Hi Josh,

I did more testing (after a clean installation and deleting cache, etc.)
and I had a problem trying to create a Maven Enterprise Application
project,
it seems that the three modules and the parent project are been created as
WAR. Once I modify the pom on every module the project was compiled
and packaged successfully.


Regards.

El lun., 3 jun. 2019 a las 23:13, Josh Juneau ()
escribió:

> Thanks Jose, I appreciate the feedback.  I'll take a look at the duplicate
> GlassFish options.
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
> 
>
>
>
> On Mon, Jun 3, 2019 at 3:50 PM Jose Ch  wrote:
>
> > Hi Josh,
> >
> > I re-test a creation of a JEE8 Maven Web App and it was a success, great
> > work!.
> >
> > I found that when you add a new server instance the Glassfish Server
> > option appears twice(Capture-3.png). I will now test my projects and will
> > inform how it goes.
> >
> >
> > Regards.
> > José.
> >
> > El dom., 2 jun. 2019 a las 9:24, Josh Juneau ()
> > escribió:
> >
> >> Hi Jose/All,
> >>
> >> I updated the Java EE 8 Maven Archetype groupId, as there were some
> >> Sonatype issues with the original.  In order to test, please grab the
> >> latest copy of the sources located in the GitHub repository (
> >> https://github.com/juneau001/netbeans-javaee8-inprogress) and rebuild.
> >> Specifically, the source files that were changed to repair the archetype
> >> groupId are located within the
> >>
> >>
> enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype
> >> package.
> >>
> >> Please re-test and let me know if there are any issues creating a new
> Java
> >> EE 8 Web Project.
> >>
> >> Thanks for all of your assistance.
> >> Josh Juneau
> >> juneau...@gmail.com
> >> http://jj-blogger.blogspot.com
> >> https://www.apress.com/us/search?query=Juneau
> >> 
> >>
> >>
> >>
> >> On Fri, May 31, 2019 at 2:07 PM Josh Juneau 
> wrote:
> >>
> >> > Thanks for the feedback Jose...let me take a look into this.  It looks
> >> > like the Java EE 8 maven archetype may need to be updated.
> >> >
> >> >
> >> > Josh Juneau
> >> > juneau...@gmail.com
> >> > http://jj-blogger.blogspot.com
> >> > https://www.apress.com/us/search?query=Juneau
> >> > 
> >> >
> >> >
> >> >
> >> > On Fri, May 31, 2019 at 1:55 PM Jose Ch  wrote:
> >> >
> >> >> Hi Josh,
> >> >>
> >> >> I followed the instructions and had an error while Netbeans try to
> >> create
> >> >> a Maven Java Web JEE8 application:
> >> >>
> >> >> Scanning for projects...
> >> >>
> >> >> --< org.apache.maven:standalone-pom
> >> >---
> >> >> Building Maven Stub Project (No POM) 1
> >> >> [ pom
> >> ]-
> >> >>
> >> >> >>> maven-archetype-plugin:2.4:generate (default-cli) >
> >> generate-sources
> >> >> @ standalone-pom >>>
> >> >>
> >> >> <<< maven-archetype-plugin:2.4:generate (default-cli) <
> >> generate-sources
> >> >> @ standalone-pom <<<
> >> >>
> >> >>
> >> >> --- maven-archetype-plugin:2.4:generate (default-cli) @
> standalone-pom
> >> ---
> >> >> Generating project in Batch mode
> >> >> Archetype defined by properties
> >> >> Downloading from webapp-javaee8-repo:
> >> >>
> >>
> https://repo.maven.apache.org/maven2/org/apache/netbeans/webapp-javaee8/1.0/webapp-javaee8-1.0.jar
> >> >>
> >> 
> >> >> BUILD FAILURE
> >> >>
> >> 
> >> >> Total time:  1.797 s
> >> >> Finished at: 2019-05-31T13:27:59-05:00
> >> >>
> >> 
> >> >> Failed to execute goal
> >> >> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate
> >> (default-cli)
> >> >> on project standalone-pom: The desired archetype does not exist
> >> >> (org.apache.netbeans:webapp-javaee8:1.0) -> [Help 1]
> >> >>
> >> >> To see the full stack trace of the errors, re-run Maven with the -e
> >> >> switch.
> >> >> Re-run Maven using the -X switch to enable full debug logging.
> >> >>
> >> >> For more information about the errors and possible solutions, please
> >> read
> >> >> the following articles:
> >> >> [Help 1]
> >> >>
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >> >>
> >> >>
> >> >> I appended some screenshots.
> >> >>
> >> >> Jose.
> >> >>
> >> >> El jue., 30 may. 2019 a las 23:23, Josh Juneau ( >)
> >> >> escribió:
> >> >>
> >> >>> Thanks for all of the great feedback on the Java EE 8  support for
> >> Apache
> >> >>> NetBeans thus far.  I have updated the README to direct individuals
> to
> >> >>> install the "Oracle JS Parser" and "nbjavac" after building and
> >> running
> >> >>> the
> 

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-06-03 Thread Josh Juneau
Thanks Jose, I appreciate the feedback.  I'll take a look at the duplicate
GlassFish options.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau




On Mon, Jun 3, 2019 at 3:50 PM Jose Ch  wrote:

> Hi Josh,
>
> I re-test a creation of a JEE8 Maven Web App and it was a success, great
> work!.
>
> I found that when you add a new server instance the Glassfish Server
> option appears twice(Capture-3.png). I will now test my projects and will
> inform how it goes.
>
>
> Regards.
> José.
>
> El dom., 2 jun. 2019 a las 9:24, Josh Juneau ()
> escribió:
>
>> Hi Jose/All,
>>
>> I updated the Java EE 8 Maven Archetype groupId, as there were some
>> Sonatype issues with the original.  In order to test, please grab the
>> latest copy of the sources located in the GitHub repository (
>> https://github.com/juneau001/netbeans-javaee8-inprogress) and rebuild.
>> Specifically, the source files that were changed to repair the archetype
>> groupId are located within the
>>
>> enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype
>> package.
>>
>> Please re-test and let me know if there are any issues creating a new Java
>> EE 8 Web Project.
>>
>> Thanks for all of your assistance.
>> Josh Juneau
>> juneau...@gmail.com
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/us/search?query=Juneau
>> 
>>
>>
>>
>> On Fri, May 31, 2019 at 2:07 PM Josh Juneau  wrote:
>>
>> > Thanks for the feedback Jose...let me take a look into this.  It looks
>> > like the Java EE 8 maven archetype may need to be updated.
>> >
>> >
>> > Josh Juneau
>> > juneau...@gmail.com
>> > http://jj-blogger.blogspot.com
>> > https://www.apress.com/us/search?query=Juneau
>> > 
>> >
>> >
>> >
>> > On Fri, May 31, 2019 at 1:55 PM Jose Ch  wrote:
>> >
>> >> Hi Josh,
>> >>
>> >> I followed the instructions and had an error while Netbeans try to
>> create
>> >> a Maven Java Web JEE8 application:
>> >>
>> >> Scanning for projects...
>> >>
>> >> --< org.apache.maven:standalone-pom
>> >---
>> >> Building Maven Stub Project (No POM) 1
>> >> [ pom
>> ]-
>> >>
>> >> >>> maven-archetype-plugin:2.4:generate (default-cli) >
>> generate-sources
>> >> @ standalone-pom >>>
>> >>
>> >> <<< maven-archetype-plugin:2.4:generate (default-cli) <
>> generate-sources
>> >> @ standalone-pom <<<
>> >>
>> >>
>> >> --- maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom
>> ---
>> >> Generating project in Batch mode
>> >> Archetype defined by properties
>> >> Downloading from webapp-javaee8-repo:
>> >>
>> https://repo.maven.apache.org/maven2/org/apache/netbeans/webapp-javaee8/1.0/webapp-javaee8-1.0.jar
>> >>
>> 
>> >> BUILD FAILURE
>> >>
>> 
>> >> Total time:  1.797 s
>> >> Finished at: 2019-05-31T13:27:59-05:00
>> >>
>> 
>> >> Failed to execute goal
>> >> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate
>> (default-cli)
>> >> on project standalone-pom: The desired archetype does not exist
>> >> (org.apache.netbeans:webapp-javaee8:1.0) -> [Help 1]
>> >>
>> >> To see the full stack trace of the errors, re-run Maven with the -e
>> >> switch.
>> >> Re-run Maven using the -X switch to enable full debug logging.
>> >>
>> >> For more information about the errors and possible solutions, please
>> read
>> >> the following articles:
>> >> [Help 1]
>> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
>> >>
>> >>
>> >> I appended some screenshots.
>> >>
>> >> Jose.
>> >>
>> >> El jue., 30 may. 2019 a las 23:23, Josh Juneau ()
>> >> escribió:
>> >>
>> >>> Thanks for all of the great feedback on the Java EE 8  support for
>> Apache
>> >>> NetBeans thus far.  I have updated the README to direct individuals to
>> >>> install the "Oracle JS Parser" and "nbjavac" after building and
>> running
>> >>> the
>> >>> IDE using a new userdir.  Once completed, the IDE should allow one to
>> add
>> >>> GlassFish 5, GlassFish 5.0.1, or GlassFish 5.1 server.  The IDE will
>> also
>> >>> allow one to create a new Java EE 8 project or convert an existing
>> >>> project
>> >>> to Java EE 8.
>> >>>
>> >>> Let me know if you have any questions.  I will work on putting
>> together a
>> >>> PR to get these features added to Apache NetBeans proper.
>> >>>
>> >>> Thanks
>> >>>
>> >>> Josh Juneau
>> >>> juneau...@gmail.com
>> >>> http://jj-blogger.blogspot.com
>> >>> https://www.apress.com/us/search?query=Juneau
>> >>> 
>> >>>
>> >>>
>> >>>
>> 

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-06-03 Thread Jose Ch
Hi Josh,

I re-test a creation of a JEE8 Maven Web App and it was a success, great
work!.

I found that when you add a new server instance the Glassfish Server option
appears twice(Capture-3.png). I will now test my projects and will inform
how it goes.


Regards.
José.

El dom., 2 jun. 2019 a las 9:24, Josh Juneau ()
escribió:

> Hi Jose/All,
>
> I updated the Java EE 8 Maven Archetype groupId, as there were some
> Sonatype issues with the original.  In order to test, please grab the
> latest copy of the sources located in the GitHub repository (
> https://github.com/juneau001/netbeans-javaee8-inprogress) and rebuild.
> Specifically, the source files that were changed to repair the archetype
> groupId are located within the
>
> enterprise/maven.j2ee/src/org/netbeans/modules/maven/j2ee/ui/wizard/archetype
> package.
>
> Please re-test and let me know if there are any issues creating a new Java
> EE 8 Web Project.
>
> Thanks for all of your assistance.
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
> 
>
>
>
> On Fri, May 31, 2019 at 2:07 PM Josh Juneau  wrote:
>
> > Thanks for the feedback Jose...let me take a look into this.  It looks
> > like the Java EE 8 maven archetype may need to be updated.
> >
> >
> > Josh Juneau
> > juneau...@gmail.com
> > http://jj-blogger.blogspot.com
> > https://www.apress.com/us/search?query=Juneau
> > 
> >
> >
> >
> > On Fri, May 31, 2019 at 1:55 PM Jose Ch  wrote:
> >
> >> Hi Josh,
> >>
> >> I followed the instructions and had an error while Netbeans try to
> create
> >> a Maven Java Web JEE8 application:
> >>
> >> Scanning for projects...
> >>
> >> --< org.apache.maven:standalone-pom >---
> >> Building Maven Stub Project (No POM) 1
> >> [ pom ]-
> >>
> >> >>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources
> >> @ standalone-pom >>>
> >>
> >> <<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources
> >> @ standalone-pom <<<
> >>
> >>
> >> --- maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom
> ---
> >> Generating project in Batch mode
> >> Archetype defined by properties
> >> Downloading from webapp-javaee8-repo:
> >>
> https://repo.maven.apache.org/maven2/org/apache/netbeans/webapp-javaee8/1.0/webapp-javaee8-1.0.jar
> >> 
> >> BUILD FAILURE
> >> 
> >> Total time:  1.797 s
> >> Finished at: 2019-05-31T13:27:59-05:00
> >> 
> >> Failed to execute goal
> >> org.apache.maven.plugins:maven-archetype-plugin:2.4:generate
> (default-cli)
> >> on project standalone-pom: The desired archetype does not exist
> >> (org.apache.netbeans:webapp-javaee8:1.0) -> [Help 1]
> >>
> >> To see the full stack trace of the errors, re-run Maven with the -e
> >> switch.
> >> Re-run Maven using the -X switch to enable full debug logging.
> >>
> >> For more information about the errors and possible solutions, please
> read
> >> the following articles:
> >> [Help 1]
> >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> >>
> >>
> >> I appended some screenshots.
> >>
> >> Jose.
> >>
> >> El jue., 30 may. 2019 a las 23:23, Josh Juneau ()
> >> escribió:
> >>
> >>> Thanks for all of the great feedback on the Java EE 8  support for
> Apache
> >>> NetBeans thus far.  I have updated the README to direct individuals to
> >>> install the "Oracle JS Parser" and "nbjavac" after building and running
> >>> the
> >>> IDE using a new userdir.  Once completed, the IDE should allow one to
> add
> >>> GlassFish 5, GlassFish 5.0.1, or GlassFish 5.1 server.  The IDE will
> also
> >>> allow one to create a new Java EE 8 project or convert an existing
> >>> project
> >>> to Java EE 8.
> >>>
> >>> Let me know if you have any questions.  I will work on putting
> together a
> >>> PR to get these features added to Apache NetBeans proper.
> >>>
> >>> Thanks
> >>>
> >>> Josh Juneau
> >>> juneau...@gmail.com
> >>> http://jj-blogger.blogspot.com
> >>> https://www.apress.com/us/search?query=Juneau
> >>> 
> >>>
> >>>
> >>>
> >>> On Wed, May 29, 2019 at 9:46 PM Josh Juneau 
> wrote:
> >>>
> >>> > I have completed the modifications required to add Java EE 8,
> >>> GlassFish 5,
> >>> > GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache
> NetBeans
> >>> > 11.0.  I have checked the sources into my own repository, located on
> >>> GitHub
> >>> > at the following URL:
> >>> >
> >>> > GitHub Repository:
> >>> > https://github.com/juneau001/netbeans-javaee8-inprogress
> >>> >
> >>> > Please take a look 

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-31 Thread Jose Ch
Hi Josh,

I followed the instructions and had an error while Netbeans try to create a
Maven Java Web JEE8 application:

Scanning for projects...

--< org.apache.maven:standalone-pom >---
Building Maven Stub Project (No POM) 1
[ pom ]-

>>> maven-archetype-plugin:2.4:generate (default-cli) > generate-sources @
standalone-pom >>>

<<< maven-archetype-plugin:2.4:generate (default-cli) < generate-sources @
standalone-pom <<<


--- maven-archetype-plugin:2.4:generate (default-cli) @ standalone-pom ---
Generating project in Batch mode
Archetype defined by properties
Downloading from webapp-javaee8-repo:
https://repo.maven.apache.org/maven2/org/apache/netbeans/webapp-javaee8/1.0/webapp-javaee8-1.0.jar

BUILD FAILURE

Total time:  1.797 s
Finished at: 2019-05-31T13:27:59-05:00

Failed to execute goal
org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli)
on project standalone-pom: The desired archetype does not exist
(org.apache.netbeans:webapp-javaee8:1.0) -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read
the following articles:
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException


I appended some screenshots.

Jose.

El jue., 30 may. 2019 a las 23:23, Josh Juneau ()
escribió:

> Thanks for all of the great feedback on the Java EE 8  support for Apache
> NetBeans thus far.  I have updated the README to direct individuals to
> install the "Oracle JS Parser" and "nbjavac" after building and running the
> IDE using a new userdir.  Once completed, the IDE should allow one to add
> GlassFish 5, GlassFish 5.0.1, or GlassFish 5.1 server.  The IDE will also
> allow one to create a new Java EE 8 project or convert an existing project
> to Java EE 8.
>
> Let me know if you have any questions.  I will work on putting together a
> PR to get these features added to Apache NetBeans proper.
>
> Thanks
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
> 
>
>
>
> On Wed, May 29, 2019 at 9:46 PM Josh Juneau  wrote:
>
> > I have completed the modifications required to add Java EE 8, GlassFish
> 5,
> > GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
> > 11.0.  I have checked the sources into my own repository, located on
> GitHub
> > at the following URL:
> >
> > GitHub Repository:
> > https://github.com/juneau001/netbeans-javaee8-inprogress
> >
> > Please take a look and take it for a test spin using the instructions
> > provided on GitHub.  I have copied the instructions below as well.  Once
> we
> > are satisfied that the Java EE 8 support is complete, then I will create
> > the necessary PRs to add the functionality to Apache NetBeans 11.0
> >
> > Thanks for your testing and feedback!  Looking forward to adding this
> > support to Apache NetBeans
> >
> > --
> >
> > Apache NetBeans Java EE 8 Support Repository (In Progress)
> >
> > This repository consists of the modified modules required to enable Java
> > EE 8 support in Apache NetBeans 11.0. The sources in this repository are
> in
> > progress and there may still be bugs or some missing functionality. Once
> > approved, these sources will be used to create a pull request for the
> > inclusion of Java EE 8 support in Apache NetBeans proper.
> >
> > To use these sources, follow these steps:
> >
> >1.
> >
> >Download the Apache NetBeans 11.0 sources, which can be found at the
> >following link:https://netbeans.apache.org/download/nb110/nb110.html
> >2.
> >
> >Once the Apache NetBeans 11.0 sources have been downloaded and
> >extracted to a directory on your machine, clone this repository to
> your
> >machine.
> >3.
> >
> >Overwrite the "enterprise" directory of the Apache NetBeans 11.0
> >sources with the entire contents of the "enterprise" directory in this
> >repository.
> >4.
> >
> >Copy the cluster.properties file, which resides within the nbbuild
> >directory of this repository, into the nbbuild directory of the Apache
> >NetBeans 11.0 sources.
> >5.
> >
> >Build the Apache NetBeans 11.0 sources using the directions contained
> >in the Apache NetBeans README.
> >6.
> >
> >Once Apache NetBeans 11.0 has been built, navigate into the
> >nbbuild/netbeans/etc directory and open the netbeans.conf file. Set
> the
> >netbeans_jdkhome property within the file equal to 

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-30 Thread Josh Juneau
Thanks for all of the great feedback on the Java EE 8  support for Apache
NetBeans thus far.  I have updated the README to direct individuals to
install the "Oracle JS Parser" and "nbjavac" after building and running the
IDE using a new userdir.  Once completed, the IDE should allow one to add
GlassFish 5, GlassFish 5.0.1, or GlassFish 5.1 server.  The IDE will also
allow one to create a new Java EE 8 project or convert an existing project
to Java EE 8.

Let me know if you have any questions.  I will work on putting together a
PR to get these features added to Apache NetBeans proper.

Thanks

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau




On Wed, May 29, 2019 at 9:46 PM Josh Juneau  wrote:

> I have completed the modifications required to add Java EE 8, GlassFish 5,
> GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
> 11.0.  I have checked the sources into my own repository, located on GitHub
> at the following URL:
>
> GitHub Repository:
> https://github.com/juneau001/netbeans-javaee8-inprogress
>
> Please take a look and take it for a test spin using the instructions
> provided on GitHub.  I have copied the instructions below as well.  Once we
> are satisfied that the Java EE 8 support is complete, then I will create
> the necessary PRs to add the functionality to Apache NetBeans 11.0
>
> Thanks for your testing and feedback!  Looking forward to adding this
> support to Apache NetBeans
>
> --
>
> Apache NetBeans Java EE 8 Support Repository (In Progress)
>
> This repository consists of the modified modules required to enable Java
> EE 8 support in Apache NetBeans 11.0. The sources in this repository are in
> progress and there may still be bugs or some missing functionality. Once
> approved, these sources will be used to create a pull request for the
> inclusion of Java EE 8 support in Apache NetBeans proper.
>
> To use these sources, follow these steps:
>
>1.
>
>Download the Apache NetBeans 11.0 sources, which can be found at the
>following link:https://netbeans.apache.org/download/nb110/nb110.html
>2.
>
>Once the Apache NetBeans 11.0 sources have been downloaded and
>extracted to a directory on your machine, clone this repository to your
>machine.
>3.
>
>Overwrite the "enterprise" directory of the Apache NetBeans 11.0
>sources with the entire contents of the "enterprise" directory in this
>repository.
>4.
>
>Copy the cluster.properties file, which resides within the nbbuild
>directory of this repository, into the nbbuild directory of the Apache
>NetBeans 11.0 sources.
>5.
>
>Build the Apache NetBeans 11.0 sources using the directions contained
>in the Apache NetBeans README.
>6.
>
>Once Apache NetBeans 11.0 has been built, navigate into the
>nbbuild/netbeans/etc directory and open the netbeans.conf file. Set the
>netbeans_jdkhome property within the file equal to the path of the JDK you
>plan to target for Java EE deployment.
>
> Example Using Zulu JDK 8:
> netbeans_jdkhome=/Java_Dev/OpenJDK/zulu8.36.0.1-ca-jdk8.0.202-macosx_x64
>
>1. Run Apache NetBeans and use a new userdir, as follows, from within
>the nbbuild/netbeans directory:
>
> ./bin/netbeans --userdir "/path/to/userdir/name"
>
>- Note: You will be prompted to install Oracle JS Parser and nbjavac
>the first time you attempt to add a server or create a new Java EE project
>
> ** In this early release, you may have to kill the netbeans process after
> installing Oracle JS Parser and nbjavac. After you have killed the process,
> you can restart Apache NetBeans and begin to use for Java EE 8 development.
>
> Josh Juneau
> juneau...@gmail.com
> http://jj-blogger.blogspot.com
> https://www.apress.com/us/search?query=Juneau
> 
>
>


Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-30 Thread Josh Juneau
Thanks for the update Jose...I appreciate it.  Let me know if you run into 
issues creating new Java EE 8 projects or deploying to GlassFish 5, GlassFish 
5.0.1, or GlassFish 5.1



Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau

> On May 30, 2019, at 6:03 PM, Jose Ch  wrote:
> 
> Problem solved the error just occurred with the latest code on master not
> with the code on https://netbeans.apache.org/download/nb110/nb110.html. I
> will test my projects and keep you updated.
> 
> Jose.
> 
> El jue., 30 may. 2019 a las 14:49, Josh Juneau ()
> escribió:
> 
>> Hi Jose,
>> 
>> Thanks for testing!  Did you download a fresh copy of the Apache NetBeans
>> 11.0 sources and overwrite the enterprise directory?  It looks like you may
>> have duplicate modules in your directory.  Perhaps delete the original
>> enterprise directory and then copy the Java EE 8 supported enterprise
>> directory into place.
>> 
>> Hope this helps and thanks again.
>> 
>> 
>> Josh Juneau
>> http://jj-blogger.blogspot.com
>> https://www.apress.com/index.php/author/author/view/id/1866
>> 
>> 
>>> On May 30, 2019, at 1:44 PM, Jose Ch  wrote:
>>> 
>>> Hi Josh,
>>> 
>>> Thank you for your work!
>>> 
>>> I followed the instructions but I get this error:
>>> 
>>> BUILD FAILED
>>> /home/user/Apps/Development/netbeans-master/nbbuild/build.xml:193:
>>> java.io.IOException: Duplicated module org.netbeans.modules.j2ee.jboss4:
>>> found in /home/user/Apps/Development/netbeans-master/contrib/j2ee.jboss4
>>> and /home/user/Apps/Development/netbeans-master/enterprise/j2ee.jboss4
>>> at
>>> 
>> org.netbeans.nbbuild.ModuleListParser.scanPossibleProject(ModuleListParser.java:500)
>>> at
>>> 
>> org.netbeans.nbbuild.ModuleListParser.scanNetBeansOrgSources(ModuleListParser.java:236)
>>> at
>> org.netbeans.nbbuild.ModuleListParser.(ModuleListParser.java:801)
>>> at
>>> 
>> org.netbeans.nbbuild.InsertModuleAllTargets.execute(InsertModuleAllTargets.java:122)
>>> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>> at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
>>> at
>>> 
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>>> at java.lang.reflect.Method.invoke(Method.java:498)
>>> at
>>> 
>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
>>> at org.apache.tools.ant.Task.perform(Task.java:350)
>>> at org.apache.tools.ant.Target.execute(Target.java:449)
>>> at org.apache.tools.ant.Target.performTasks(Target.java:470)
>>> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
>>> at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
>>> at
>>> 
>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
>>> at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
>>> at org.apache.tools.ant.Main.runBuild(Main.java:830)
>>> at org.apache.tools.ant.Main.startAnt(Main.java:223)
>>> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>>> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>>> 
>>> Total time: 5 seconds
>>> 
>>> Regards,
>>> 
>>> Jose.
>>> 
>>> El jue., 30 may. 2019 a las 1:54, huang kai ()
>>> escribió:
>>> 
>>>> Cool, waiting for it for a long time, great work!
>>>> 
>>>> 
>>>> 发送自我的 BlackBerry - 安全智能手机
>>>> 发件人: juneau...@gmail.com
>>>> 发送时间: 2019年5月30日 10:47
>>>> 收件人: d...@netbeans.incubator.apache.org
>>>> 回复: dev@netbeans.apache.org
>>>> 主题: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)
>>>> 
>>>> I have completed the modifications required to add Java EE 8, GlassFish
>> 5,
>>>> GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
>>>> 11.0.  I have checked the sources into my own repository, located on
>> GitHub
>>>> at the following URL:
>>>> 
>>>> GitHub Repository:
>>>> https://github.com/juneau001/netbeans-javaee8-inprogress
>>>> 
>>>> Please take a look and take it for a test spin using the instructions
>>>> provided on GitHub.  I have copied the instructions below as well.
>> Once we
>>>> are satis

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-30 Thread Jose Ch
Problem solved the error just occurred with the latest code on master not
with the code on https://netbeans.apache.org/download/nb110/nb110.html. I
will test my projects and keep you updated.

Jose.

El jue., 30 may. 2019 a las 14:49, Josh Juneau ()
escribió:

> Hi Jose,
>
> Thanks for testing!  Did you download a fresh copy of the Apache NetBeans
> 11.0 sources and overwrite the enterprise directory?  It looks like you may
> have duplicate modules in your directory.  Perhaps delete the original
> enterprise directory and then copy the Java EE 8 supported enterprise
> directory into place.
>
> Hope this helps and thanks again.
>
>
> Josh Juneau
> http://jj-blogger.blogspot.com
> https://www.apress.com/index.php/author/author/view/id/1866
>
>
> > On May 30, 2019, at 1:44 PM, Jose Ch  wrote:
> >
> > Hi Josh,
> >
> > Thank you for your work!
> >
> > I followed the instructions but I get this error:
> >
> > BUILD FAILED
> > /home/user/Apps/Development/netbeans-master/nbbuild/build.xml:193:
> > java.io.IOException: Duplicated module org.netbeans.modules.j2ee.jboss4:
> > found in /home/user/Apps/Development/netbeans-master/contrib/j2ee.jboss4
> > and /home/user/Apps/Development/netbeans-master/enterprise/j2ee.jboss4
> > at
> >
> org.netbeans.nbbuild.ModuleListParser.scanPossibleProject(ModuleListParser.java:500)
> > at
> >
> org.netbeans.nbbuild.ModuleListParser.scanNetBeansOrgSources(ModuleListParser.java:236)
> > at
> org.netbeans.nbbuild.ModuleListParser.(ModuleListParser.java:801)
> > at
> >
> org.netbeans.nbbuild.InsertModuleAllTargets.execute(InsertModuleAllTargets.java:122)
> > at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> > at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
> > at
> >
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> > at java.lang.reflect.Method.invoke(Method.java:498)
> > at
> >
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> > at org.apache.tools.ant.Task.perform(Task.java:350)
> > at org.apache.tools.ant.Target.execute(Target.java:449)
> > at org.apache.tools.ant.Target.performTasks(Target.java:470)
> > at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
> > at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> > at
> >
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> > at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
> > at org.apache.tools.ant.Main.runBuild(Main.java:830)
> > at org.apache.tools.ant.Main.startAnt(Main.java:223)
> > at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
> > at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
> >
> > Total time: 5 seconds
> >
> > Regards,
> >
> > Jose.
> >
> > El jue., 30 may. 2019 a las 1:54, huang kai ()
> > escribió:
> >
> >> Cool, waiting for it for a long time, great work!
> >>
> >>
> >> 发送自我的 BlackBerry - 安全智能手机
> >> 发件人: juneau...@gmail.com
> >> 发送时间: 2019年5月30日 10:47
> >> 收件人: d...@netbeans.incubator.apache.org
> >> 回复: dev@netbeans.apache.org
> >> 主题: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)
> >>
> >> I have completed the modifications required to add Java EE 8, GlassFish
> 5,
> >> GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
> >> 11.0.  I have checked the sources into my own repository, located on
> GitHub
> >> at the following URL:
> >>
> >> GitHub Repository:
> >> https://github.com/juneau001/netbeans-javaee8-inprogress
> >>
> >> Please take a look and take it for a test spin using the instructions
> >> provided on GitHub.  I have copied the instructions below as well.
> Once we
> >> are satisfied that the Java EE 8 support is complete, then I will create
> >> the necessary PRs to add the functionality to Apache NetBeans 11.0
> >>
> >> Thanks for your testing and feedback!  Looking forward to adding this
> >> support to Apache NetBeans
> >>
> >> --
> >>
> >> Apache NetBeans Java EE 8 Support Repository (In Progress)
> >>
> >> This repository consists of the modified modules required to enable
> Java EE
> >> 8 support in Apache NetBeans 11.0. The sources in this repository are in
> >> progress and there may still be bugs or some missing functionality

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-30 Thread Josh Juneau
Hi Jose,

Thanks for testing!  Did you download a fresh copy of the Apache NetBeans 11.0 
sources and overwrite the enterprise directory?  It looks like you may have 
duplicate modules in your directory.  Perhaps delete the original enterprise 
directory and then copy the Java EE 8 supported enterprise directory into 
place.  

Hope this helps and thanks again.  


Josh Juneau
http://jj-blogger.blogspot.com
https://www.apress.com/index.php/author/author/view/id/1866


> On May 30, 2019, at 1:44 PM, Jose Ch  wrote:
> 
> Hi Josh,
> 
> Thank you for your work!
> 
> I followed the instructions but I get this error:
> 
> BUILD FAILED
> /home/user/Apps/Development/netbeans-master/nbbuild/build.xml:193:
> java.io.IOException: Duplicated module org.netbeans.modules.j2ee.jboss4:
> found in /home/user/Apps/Development/netbeans-master/contrib/j2ee.jboss4
> and /home/user/Apps/Development/netbeans-master/enterprise/j2ee.jboss4
> at
> org.netbeans.nbbuild.ModuleListParser.scanPossibleProject(ModuleListParser.java:500)
> at
> org.netbeans.nbbuild.ModuleListParser.scanNetBeansOrgSources(ModuleListParser.java:236)
> at org.netbeans.nbbuild.ModuleListParser.(ModuleListParser.java:801)
> at
> org.netbeans.nbbuild.InsertModuleAllTargets.execute(InsertModuleAllTargets.java:122)
> at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
> at org.apache.tools.ant.Task.perform(Task.java:350)
> at org.apache.tools.ant.Target.execute(Target.java:449)
> at org.apache.tools.ant.Target.performTasks(Target.java:470)
> at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
> at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
> at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
> at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
> at org.apache.tools.ant.Main.runBuild(Main.java:830)
> at org.apache.tools.ant.Main.startAnt(Main.java:223)
> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
> 
> Total time: 5 seconds
> 
> Regards,
> 
> Jose.
> 
> El jue., 30 may. 2019 a las 1:54, huang kai ()
> escribió:
> 
>> Cool, waiting for it for a long time, great work!
>> 
>> 
>> 发送自我的 BlackBerry - 安全智能手机
>> 发件人: juneau...@gmail.com
>> 发送时间: 2019年5月30日 10:47
>> 收件人: d...@netbeans.incubator.apache.org
>> 回复: dev@netbeans.apache.org
>> 主题: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)
>> 
>> I have completed the modifications required to add Java EE 8, GlassFish 5,
>> GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
>> 11.0.  I have checked the sources into my own repository, located on GitHub
>> at the following URL:
>> 
>> GitHub Repository:
>> https://github.com/juneau001/netbeans-javaee8-inprogress
>> 
>> Please take a look and take it for a test spin using the instructions
>> provided on GitHub.  I have copied the instructions below as well.  Once we
>> are satisfied that the Java EE 8 support is complete, then I will create
>> the necessary PRs to add the functionality to Apache NetBeans 11.0
>> 
>> Thanks for your testing and feedback!  Looking forward to adding this
>> support to Apache NetBeans
>> 
>> --
>> 
>> Apache NetBeans Java EE 8 Support Repository (In Progress)
>> 
>> This repository consists of the modified modules required to enable Java EE
>> 8 support in Apache NetBeans 11.0. The sources in this repository are in
>> progress and there may still be bugs or some missing functionality. Once
>> approved, these sources will be used to create a pull request for the
>> inclusion of Java EE 8 support in Apache NetBeans proper.
>> 
>> To use these sources, follow these steps:
>> 
>>   1.
>> 
>>   Download the Apache NetBeans 11.0 sources, which can be found at the
>>   following link:https://netbeans.apache.org/download/nb110/nb110.html
>>   2.
>> 
>>   Once the Apache NetBeans 11.0 sources have been downloaded and extracted
>>   to a directory on your machine, clone this repository to your machine.
>>   3.
>> 
>>   Overwrite the "enterprise" directory of the Apache NetBeans 11.0 sources
>>   with the entire contents of the "enterp

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-30 Thread Jose Ch
Hi Josh,

Thank you for your work!

I followed the instructions but I get this error:

BUILD FAILED
/home/user/Apps/Development/netbeans-master/nbbuild/build.xml:193:
java.io.IOException: Duplicated module org.netbeans.modules.j2ee.jboss4:
found in /home/user/Apps/Development/netbeans-master/contrib/j2ee.jboss4
and /home/user/Apps/Development/netbeans-master/enterprise/j2ee.jboss4
at
org.netbeans.nbbuild.ModuleListParser.scanPossibleProject(ModuleListParser.java:500)
at
org.netbeans.nbbuild.ModuleListParser.scanNetBeansOrgSources(ModuleListParser.java:236)
at org.netbeans.nbbuild.ModuleListParser.(ModuleListParser.java:801)
at
org.netbeans.nbbuild.InsertModuleAllTargets.execute(InsertModuleAllTargets.java:122)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
at org.apache.tools.ant.Task.perform(Task.java:350)
at org.apache.tools.ant.Target.execute(Target.java:449)
at org.apache.tools.ant.Target.performTasks(Target.java:470)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1391)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1254)
at org.apache.tools.ant.Main.runBuild(Main.java:830)
at org.apache.tools.ant.Main.startAnt(Main.java:223)
at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)

Total time: 5 seconds

Regards,

Jose.

El jue., 30 may. 2019 a las 1:54, huang kai ()
escribió:

> Cool, waiting for it for a long time, great work!
>
>
> 发送自我的 BlackBerry - 安全智能手机
> 发件人: juneau...@gmail.com
> 发送时间: 2019年5月30日 10:47
> 收件人: d...@netbeans.incubator.apache.org
> 回复: dev@netbeans.apache.org
> 主题: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)
>
> I have completed the modifications required to add Java EE 8, GlassFish 5,
> GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
> 11.0.  I have checked the sources into my own repository, located on GitHub
> at the following URL:
>
> GitHub Repository:
> https://github.com/juneau001/netbeans-javaee8-inprogress
>
> Please take a look and take it for a test spin using the instructions
> provided on GitHub.  I have copied the instructions below as well.  Once we
> are satisfied that the Java EE 8 support is complete, then I will create
> the necessary PRs to add the functionality to Apache NetBeans 11.0
>
> Thanks for your testing and feedback!  Looking forward to adding this
> support to Apache NetBeans
>
> --
>
> Apache NetBeans Java EE 8 Support Repository (In Progress)
>
> This repository consists of the modified modules required to enable Java EE
> 8 support in Apache NetBeans 11.0. The sources in this repository are in
> progress and there may still be bugs or some missing functionality. Once
> approved, these sources will be used to create a pull request for the
> inclusion of Java EE 8 support in Apache NetBeans proper.
>
> To use these sources, follow these steps:
>
>1.
>
>Download the Apache NetBeans 11.0 sources, which can be found at the
>following link:https://netbeans.apache.org/download/nb110/nb110.html
>2.
>
>Once the Apache NetBeans 11.0 sources have been downloaded and extracted
>to a directory on your machine, clone this repository to your machine.
>3.
>
>Overwrite the "enterprise" directory of the Apache NetBeans 11.0 sources
>with the entire contents of the "enterprise" directory in this
> repository.
>4.
>
>Copy the cluster.properties file, which resides within the nbbuild
>directory of this repository, into the nbbuild directory of the Apache
>NetBeans 11.0 sources.
>5.
>
>Build the Apache NetBeans 11.0 sources using the directions contained in
>the Apache NetBeans README.
>6.
>
>Once Apache NetBeans 11.0 has been built, navigate into the
>nbbuild/netbeans/etc directory and open the netbeans.conf file. Set the
>netbeans_jdkhome property within the file equal to the path of the JDK
> you
>plan to target for Java EE deployment.
>
> Example Using Zulu JDK 8:
> netbeans_jdkhome=/Java_Dev/OpenJDK/zulu8.36.0.1-ca-jdk8.0.202-macosx_x64
>
>1. Run Apache NetBeans and use a new userdir, as follows, from within
>the nbbuild/netbeans directory:
>
> ./bin/netbeans --userdir "/path/

Re: Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-29 Thread Kai Uwe Pel

That's really awesome!

Thank you, Josh

Best regards,
Kai


On 5/30/2019 4:46 AM, Josh Juneau wrote:

I have completed the modifications required to add Java EE 8, GlassFish 5,
GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
11.0.  I have checked the sources into my own repository, located on GitHub
at the following URL:

GitHub Repository: https://github.com/juneau001/netbeans-javaee8-inprogress

Please take a look and take it for a test spin using the instructions
provided on GitHub.  I have copied the instructions below as well.  Once we
are satisfied that the Java EE 8 support is complete, then I will create
the necessary PRs to add the functionality to Apache NetBeans 11.0

Thanks for your testing and feedback!  Looking forward to adding this
support to Apache NetBeans

--

Apache NetBeans Java EE 8 Support Repository (In Progress)

This repository consists of the modified modules required to enable Java EE
8 support in Apache NetBeans 11.0. The sources in this repository are in
progress and there may still be bugs or some missing functionality. Once
approved, these sources will be used to create a pull request for the
inclusion of Java EE 8 support in Apache NetBeans proper.

To use these sources, follow these steps:

1.

Download the Apache NetBeans 11.0 sources, which can be found at the
following link:https://netbeans.apache.org/download/nb110/nb110.html
2.

Once the Apache NetBeans 11.0 sources have been downloaded and extracted
to a directory on your machine, clone this repository to your machine.
3.

Overwrite the "enterprise" directory of the Apache NetBeans 11.0 sources
with the entire contents of the "enterprise" directory in this repository.
4.

Copy the cluster.properties file, which resides within the nbbuild
directory of this repository, into the nbbuild directory of the Apache
NetBeans 11.0 sources.
5.

Build the Apache NetBeans 11.0 sources using the directions contained in
the Apache NetBeans README.
6.

Once Apache NetBeans 11.0 has been built, navigate into the
nbbuild/netbeans/etc directory and open the netbeans.conf file. Set the
netbeans_jdkhome property within the file equal to the path of the JDK you
plan to target for Java EE deployment.

Example Using Zulu JDK 8:
netbeans_jdkhome=/Java_Dev/OpenJDK/zulu8.36.0.1-ca-jdk8.0.202-macosx_x64

1. Run Apache NetBeans and use a new userdir, as follows, from within
the nbbuild/netbeans directory:

./bin/netbeans --userdir "/path/to/userdir/name"

- Note: You will be prompted to install Oracle JS Parser and nbjavac the
first time you attempt to add a server or create a new Java EE project

** In this early release, you may have to kill the netbeans process after
installing Oracle JS Parser and nbjavac. After you have killed the process,
you can restart Apache NetBeans and begin to use for Java EE 8 development.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau





-
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists





Apache NetBeans 11.0 Java EE 8 Support (Ready for Testing)

2019-05-29 Thread Josh Juneau
I have completed the modifications required to add Java EE 8, GlassFish 5,
GlassFish 5.0.1, and Eclipse GlassFish 5.1  support to Apache NetBeans
11.0.  I have checked the sources into my own repository, located on GitHub
at the following URL:

GitHub Repository: https://github.com/juneau001/netbeans-javaee8-inprogress

Please take a look and take it for a test spin using the instructions
provided on GitHub.  I have copied the instructions below as well.  Once we
are satisfied that the Java EE 8 support is complete, then I will create
the necessary PRs to add the functionality to Apache NetBeans 11.0

Thanks for your testing and feedback!  Looking forward to adding this
support to Apache NetBeans

--

Apache NetBeans Java EE 8 Support Repository (In Progress)

This repository consists of the modified modules required to enable Java EE
8 support in Apache NetBeans 11.0. The sources in this repository are in
progress and there may still be bugs or some missing functionality. Once
approved, these sources will be used to create a pull request for the
inclusion of Java EE 8 support in Apache NetBeans proper.

To use these sources, follow these steps:

   1.

   Download the Apache NetBeans 11.0 sources, which can be found at the
   following link:https://netbeans.apache.org/download/nb110/nb110.html
   2.

   Once the Apache NetBeans 11.0 sources have been downloaded and extracted
   to a directory on your machine, clone this repository to your machine.
   3.

   Overwrite the "enterprise" directory of the Apache NetBeans 11.0 sources
   with the entire contents of the "enterprise" directory in this repository.
   4.

   Copy the cluster.properties file, which resides within the nbbuild
   directory of this repository, into the nbbuild directory of the Apache
   NetBeans 11.0 sources.
   5.

   Build the Apache NetBeans 11.0 sources using the directions contained in
   the Apache NetBeans README.
   6.

   Once Apache NetBeans 11.0 has been built, navigate into the
   nbbuild/netbeans/etc directory and open the netbeans.conf file. Set the
   netbeans_jdkhome property within the file equal to the path of the JDK you
   plan to target for Java EE deployment.

Example Using Zulu JDK 8:
netbeans_jdkhome=/Java_Dev/OpenJDK/zulu8.36.0.1-ca-jdk8.0.202-macosx_x64

   1. Run Apache NetBeans and use a new userdir, as follows, from within
   the nbbuild/netbeans directory:

./bin/netbeans --userdir "/path/to/userdir/name"

   - Note: You will be prompted to install Oracle JS Parser and nbjavac the
   first time you attempt to add a server or create a new Java EE project

** In this early release, you may have to kill the netbeans process after
installing Oracle JS Parser and nbjavac. After you have killed the process,
you can restart Apache NetBeans and begin to use for Java EE 8 development.

Josh Juneau
juneau...@gmail.com
http://jj-blogger.blogspot.com
https://www.apress.com/us/search?query=Juneau