Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Will Hartung
On Fri, Apr 16, 2021 at 5:26 AM Tomáš Procházka wrote: > If there is any specific text in dialog related to this function, you > can try to search it on Github. > That should lead you near related code. > > Tom > It's not that simple. There is an EJB project wizard that takes parameters to disc

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Tomáš Procházka
If there is any specific text in dialog related to this function, you can try to search it on Github. That should lead you near related code. Tom On 16. 04. 21 13:09, Wayne Gemmell | Connect wrote: Thanks. Taking a look at this massive project I have no idea where to start. On Fri, 16 Ap

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
You start by looking around. Just explore. I.e., here's the enterprise cluster, where you're likely to find the code related to EJB projects: https://github.com/apache/netbeans/tree/master/enterprise Gj On Fri, Apr 16, 2021 at 1:13 PM Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote:

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
Thanks. Taking a look at this massive project I have no idea where to start. On Fri, 16 Apr 2021 at 10:37, Boris Heithecker wrote: > The templates must be updated. I've noticed that myself a year ago or > so. I'll try to find my notes on this around the weekend. > Boris > > On Fri, 16 Apr 20

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Boris Heithecker
The templates must be updated. I've noticed that myself a year ago or so. I'll try to find my notes on this around the weekend. Boris On Fri, 16 Apr 2021 at 10:21, Geertjan Wielenga wrote: > > github.com/apache/netbeans > > Gj > > On Fri, 16 Apr 2021 at 10:19, Wayne Gemmell | Connect > wrote: >

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
github.com/apache/netbeans Gj On Fri, 16 Apr 2021 at 10:19, Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > I don't mind having a look. Hopefully it's trivial. It feels to me like a > broken switch or something. > If it's complex then I won't be able to do much. Where is the sourc

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
I don't mind having a look. Hopefully it's trivial. It feels to me like a broken switch or something. If it's complex then I won't be able to do much. Where is the source code? Regards Wayne On Fri, 16 Apr 2021 at 10:03, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Will you d

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Geertjan Wielenga
Will you dig into the source code and provide the pull requests needed to fix these issues? Gj On Fri, 16 Apr 2021 at 10:01, Wayne Gemmell | Connect < wa...@connect-mobile.co.za> wrote: > Hi > > Sadly there are a few more changes on top of that. Maven plugin names need > to be updated and they h

Re: Maven EJB project creates all modules as WAR files

2021-04-16 Thread Wayne Gemmell | Connect
Hi Sadly there are a few more changes on top of that. Maven plugin names need to be updated and they have their own distinct configurations. Definitely something that should be handled by the IDE or documented effectively. Regards Wayne On Fri, 16 Apr 2021 at 03:23, aristides villarreal wrote