Re: [RPC] Disable internal Webbrowser

2018-11-01 Thread Sven Marquardt
yer.class);> > > @Override> > public void showURL(URL u) {> > LOG.debug("Usage of browser is forbidden.");> > }> > }> > > > > > Od: Sven Marquardt > > Odesláno: pondělí 22. října 2018 14:35:48> > Komu: users@netbeans.apache.org> > Předmět: Re: [RPC] Disable internal Webbrowser> > > I'm talking about netbeans% signature.asc Description: OpenPGP digital signature

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
;> > > @Override> > public void showURL(URL u) {> > LOG.debug("Usage of browser is forbidden.");> > }> > }> > > > > > Od: Sven Marquardt > > Odesláno: pondělí 22. října 2018 14:35:48> > Komu: users@netbeans.apache.org> &g

Re: [RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
n the about dialog, netbeans trys to open it with the internal webbrowser. Is there any setting where i can force netbeans to open it with the external browser? On 2018/10/22 12:25:43, "Lutz Horn" wrote: > On Mon, Oct 22, 2018 at 01:53:26PM +0200, Sven Marquardt wrote:> > > I w

[RPC] Disable internal Webbrowser

2018-10-22 Thread Sven Marquardt
I wonder if there is an option to disable the internal webbrowser of the netbeansplatform. Right now everytime i or a user of the application clicked on a link, the inernal browser will open. Is there a way to disable this? - To

Re: [java][platform] Junit tests withtin modul with maven

2018-09-05 Thread Sven Marquardt
schrieb Sven Marquardt: > Is there a way to unittest in the module itself when the module depends > on other modules? Like i have my own module A that depends on module B > and no i want to do a unit tests where a class of module B is in the > cass of Module A that i want to test. If i

[java][platform] Junit tests withtin modul with maven

2018-09-04 Thread Sven Marquardt
Is there a way to unittest in the module itself when the module depends on other modules? Like i have my own module A that depends on module B and no i want to do a unit tests where a class of module B is in the cass of Module A that i want to test. If i do it now i get an java.lang.NoClassDefFound