You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Peter Cheung <mc...@hotmail.com> on 2019/10/15 07:00:12 UTC

What is the correct way to install the modules in current computer

Hi Guys
   When you developing modules, you must want to install it locally when it reach a stable stage. How you do it? If i click "Install/Reload in Development IDE", the netbeans will hangs, so i believe it is not the recommended way.
Thanks
From Peter

Re: What is the correct way to install the modules in current computer

Posted by Peter Cheung <mc...@hotmail.com>.
Thanks
________________________________
From: Laszlo Kishalmi <la...@gmail.com>
Sent: Tuesday, October 15, 2019 9:55 PM
To: dev@netbeans.apache.org <de...@netbeans.apache.org>
Subject: Re: What is the correct way to install the modules in current computer

Just create an NBM from the module, then install that NBM as a
downloaded one.

Other solution:

Create the NBM-s in the build directory you going to find an
updates.xml. Get the file: url of that updates.xml and add it as a
custom update center to the ide. This way you can even update the your
module and it can easily updated from the Available updates...

On 10/15/19 12:21 AM, Peter Cheung wrote:
> Dear Geertjan
>      Yes, i debug my module in different instance. But I feel my module is quite stable now, so i want to do UAT for myself by installing it to my netbeans. So far i do "Install/Reload in Development IDE", then netbeans hangs, then i kill the process and restart it. It is fine to me now but just want to know how people do that.
> Thanks
>  From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@apache.org>
> Sent: Tuesday, October 15, 2019 3:16 PM
> To: dev <de...@netbeans.apache.org>
> Subject: Re: What is the correct way to install the modules in current computer
>
> Well, you're going to need to provide more info, if you want that fixed --
> log messages.
>
> Also, it is better to always run a module into a different instance of
> NetBeans, which you can also do by right-clicking the module and choosing
> that option.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com> wrote:
>
>> Hi Guys
>>     When you developing modules, you must want to install it locally when
>> it reach a stable stage. How you do it? If i click "Install/Reload in
>> Development IDE", the netbeans will hangs, so i believe it is not the
>> recommended way.
>> Thanks
>>  From Peter
>>

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

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




Re: What is the correct way to install the modules in current computer

Posted by Laszlo Kishalmi <la...@gmail.com>.
Just create an NBM from the module, then install that NBM as a 
downloaded one.

Other solution:

Create the NBM-s in the build directory you going to find an 
updates.xml. Get the file: url of that updates.xml and add it as a 
custom update center to the ide. This way you can even update the your 
module and it can easily updated from the Available updates...

On 10/15/19 12:21 AM, Peter Cheung wrote:
> Dear Geertjan
>      Yes, i debug my module in different instance. But I feel my module is quite stable now, so i want to do UAT for myself by installing it to my netbeans. So far i do "Install/Reload in Development IDE", then netbeans hangs, then i kill the process and restart it. It is fine to me now but just want to know how people do that.
> Thanks
>  From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@apache.org>
> Sent: Tuesday, October 15, 2019 3:16 PM
> To: dev <de...@netbeans.apache.org>
> Subject: Re: What is the correct way to install the modules in current computer
>
> Well, you're going to need to provide more info, if you want that fixed --
> log messages.
>
> Also, it is better to always run a module into a different instance of
> NetBeans, which you can also do by right-clicking the module and choosing
> that option.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com> wrote:
>
>> Hi Guys
>>     When you developing modules, you must want to install it locally when
>> it reach a stable stage. How you do it? If i click "Install/Reload in
>> Development IDE", the netbeans will hangs, so i believe it is not the
>> recommended way.
>> Thanks
>>  From Peter
>>

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

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




Re: What is the correct way to install the modules in current computer

Posted by Geertjan Wielenga <ge...@apache.org>.
Definitely, provide the steps to reproduce the issue (in a new issue) and
we'll investigate and fix, as always.

Gj

On Tue, Oct 15, 2019 at 3:36 PM Christian Lenz <ch...@gmx.net>
wrote:

> TLDR;
> If the option: „Install in Development IDE“ doesn’t work correctly, it
> should be fixed with steps to reproduce or removed if this is not working
> at all or not the recommended way ever. To say: To recommend it, not doing
> it, if it is still possible, is not the right way IMHO.
>
> So in short, please fix it if it makes problems with steps to reproduce or
> discuss to remove the option.
>
>
> Cheers
>
> Chris
>
>
>
> Von: Geertjan Wielenga
> Gesendet: Dienstag, 15. Oktober 2019 09:25
> An: dev
> Betreff: Re: What is the correct way to install the modules in current
> computer
>
> I would recommend you don't do that, you deploy it to a new instance. I
> don't know what UAT is. You can also simply install the NBM file, like any
> other NBM file.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:21 AM Peter Cheung <mc...@hotmail.com>
> wrote:
>
> > Dear Geertjan
> >     Yes, i debug my module in different instance. But I feel my module is
> > quite stable now, so i want to do UAT for myself by installing it to my
> > netbeans. So far i do "Install/Reload in Development IDE", then netbeans
> > hangs, then i kill the process and restart it. It is fine to me now but
> > just want to know how people do that.
> > Thanks
> > From Peter
> > ________________________________
> > From: Geertjan Wielenga <ge...@apache.org>
> > Sent: Tuesday, October 15, 2019 3:16 PM
> > To: dev <de...@netbeans.apache.org>
> > Subject: Re: What is the correct way to install the modules in current
> > computer
> >
> > Well, you're going to need to provide more info, if you want that fixed
> --
> > log messages.
> >
> > Also, it is better to always run a module into a different instance of
> > NetBeans, which you can also do by right-clicking the module and choosing
> > that option.
> >
> > Gj
> >
> > On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com>
> > wrote:
> >
> > > Hi Guys
> > >    When you developing modules, you must want to install it locally
> when
> > > it reach a stable stage. How you do it? If i click "Install/Reload in
> > > Development IDE", the netbeans will hangs, so i believe it is not the
> > > recommended way.
> > > Thanks
> > > From Peter
> > >
> >
>
>

AW: What is the correct way to install the modules in current computer

Posted by Christian Lenz <ch...@gmx.net>.
TLDR;
If the option: „Install in Development IDE“ doesn’t work correctly, it should be fixed with steps to reproduce or removed if this is not working at all or not the recommended way ever. To say: To recommend it, not doing it, if it is still possible, is not the right way IMHO.

So in short, please fix it if it makes problems with steps to reproduce or discuss to remove the option.


Cheers

Chris



Von: Geertjan Wielenga
Gesendet: Dienstag, 15. Oktober 2019 09:25
An: dev
Betreff: Re: What is the correct way to install the modules in current computer

I would recommend you don't do that, you deploy it to a new instance. I
don't know what UAT is. You can also simply install the NBM file, like any
other NBM file.

Gj

On Tue, Oct 15, 2019 at 9:21 AM Peter Cheung <mc...@hotmail.com> wrote:

> Dear Geertjan
>     Yes, i debug my module in different instance. But I feel my module is
> quite stable now, so i want to do UAT for myself by installing it to my
> netbeans. So far i do "Install/Reload in Development IDE", then netbeans
> hangs, then i kill the process and restart it. It is fine to me now but
> just want to know how people do that.
> Thanks
> From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@apache.org>
> Sent: Tuesday, October 15, 2019 3:16 PM
> To: dev <de...@netbeans.apache.org>
> Subject: Re: What is the correct way to install the modules in current
> computer
>
> Well, you're going to need to provide more info, if you want that fixed --
> log messages.
>
> Also, it is better to always run a module into a different instance of
> NetBeans, which you can also do by right-clicking the module and choosing
> that option.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com>
> wrote:
>
> > Hi Guys
> >    When you developing modules, you must want to install it locally when
> > it reach a stable stage. How you do it? If i click "Install/Reload in
> > Development IDE", the netbeans will hangs, so i believe it is not the
> > recommended way.
> > Thanks
> > From Peter
> >
>


Re: What is the correct way to install the modules in current computer

Posted by Peter Cheung <mc...@hotmail.com>.
Thanks Gj. UAT I mean user acceptance test.

Thanks
From Peter (System Architect, Quantr Limited)

________________________________
From: Geertjan Wielenga <ge...@apache.org>
Sent: Tuesday, October 15, 2019 3:24:47 PM
To: dev <de...@netbeans.apache.org>
Subject: Re: What is the correct way to install the modules in current computer

I would recommend you don't do that, you deploy it to a new instance. I
don't know what UAT is. You can also simply install the NBM file, like any
other NBM file.

Gj

On Tue, Oct 15, 2019 at 9:21 AM Peter Cheung <mc...@hotmail.com> wrote:

> Dear Geertjan
>     Yes, i debug my module in different instance. But I feel my module is
> quite stable now, so i want to do UAT for myself by installing it to my
> netbeans. So far i do "Install/Reload in Development IDE", then netbeans
> hangs, then i kill the process and restart it. It is fine to me now but
> just want to know how people do that.
> Thanks
> From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@apache.org>
> Sent: Tuesday, October 15, 2019 3:16 PM
> To: dev <de...@netbeans.apache.org>
> Subject: Re: What is the correct way to install the modules in current
> computer
>
> Well, you're going to need to provide more info, if you want that fixed --
> log messages.
>
> Also, it is better to always run a module into a different instance of
> NetBeans, which you can also do by right-clicking the module and choosing
> that option.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com>
> wrote:
>
> > Hi Guys
> >    When you developing modules, you must want to install it locally when
> > it reach a stable stage. How you do it? If i click "Install/Reload in
> > Development IDE", the netbeans will hangs, so i believe it is not the
> > recommended way.
> > Thanks
> > From Peter
> >
>

Re: What is the correct way to install the modules in current computer

Posted by Geertjan Wielenga <ge...@apache.org>.
I would recommend you don't do that, you deploy it to a new instance. I
don't know what UAT is. You can also simply install the NBM file, like any
other NBM file.

Gj

On Tue, Oct 15, 2019 at 9:21 AM Peter Cheung <mc...@hotmail.com> wrote:

> Dear Geertjan
>     Yes, i debug my module in different instance. But I feel my module is
> quite stable now, so i want to do UAT for myself by installing it to my
> netbeans. So far i do "Install/Reload in Development IDE", then netbeans
> hangs, then i kill the process and restart it. It is fine to me now but
> just want to know how people do that.
> Thanks
> From Peter
> ________________________________
> From: Geertjan Wielenga <ge...@apache.org>
> Sent: Tuesday, October 15, 2019 3:16 PM
> To: dev <de...@netbeans.apache.org>
> Subject: Re: What is the correct way to install the modules in current
> computer
>
> Well, you're going to need to provide more info, if you want that fixed --
> log messages.
>
> Also, it is better to always run a module into a different instance of
> NetBeans, which you can also do by right-clicking the module and choosing
> that option.
>
> Gj
>
> On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com>
> wrote:
>
> > Hi Guys
> >    When you developing modules, you must want to install it locally when
> > it reach a stable stage. How you do it? If i click "Install/Reload in
> > Development IDE", the netbeans will hangs, so i believe it is not the
> > recommended way.
> > Thanks
> > From Peter
> >
>

Re: What is the correct way to install the modules in current computer

Posted by Peter Cheung <mc...@hotmail.com>.
Dear Geertjan
    Yes, i debug my module in different instance. But I feel my module is quite stable now, so i want to do UAT for myself by installing it to my netbeans. So far i do "Install/Reload in Development IDE", then netbeans hangs, then i kill the process and restart it. It is fine to me now but just want to know how people do that.
Thanks
From Peter
________________________________
From: Geertjan Wielenga <ge...@apache.org>
Sent: Tuesday, October 15, 2019 3:16 PM
To: dev <de...@netbeans.apache.org>
Subject: Re: What is the correct way to install the modules in current computer

Well, you're going to need to provide more info, if you want that fixed --
log messages.

Also, it is better to always run a module into a different instance of
NetBeans, which you can also do by right-clicking the module and choosing
that option.

Gj

On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com> wrote:

> Hi Guys
>    When you developing modules, you must want to install it locally when
> it reach a stable stage. How you do it? If i click "Install/Reload in
> Development IDE", the netbeans will hangs, so i believe it is not the
> recommended way.
> Thanks
> From Peter
>

Re: What is the correct way to install the modules in current computer

Posted by Geertjan Wielenga <ge...@apache.org>.
Well, you're going to need to provide more info, if you want that fixed --
log messages.

Also, it is better to always run a module into a different instance of
NetBeans, which you can also do by right-clicking the module and choosing
that option.

Gj

On Tue, Oct 15, 2019 at 9:11 AM Peter Cheung <mc...@hotmail.com> wrote:

> Hi Guys
>    When you developing modules, you must want to install it locally when
> it reach a stable stage. How you do it? If i click "Install/Reload in
> Development IDE", the netbeans will hangs, so i believe it is not the
> recommended way.
> Thanks
> From Peter
>