Re: Netbinox install area?

2018-12-26 Thread Peter Nabbefeld
It's not just a duplicate, but rather sth. I noticed while investigating 
the problems. However, since I'm sure it doesn't have any effect on the 
issue, I'm just interested in the possibility to change some parameter.


Just opened my platform module and started it by pressing the "Run" 
button, which starts the module in a "new" IDE (which is effectively a 
copy of the one I'm using to build the module).


Well, AFAIK, it's not a physical copy of the full IDE, but it uses the 
original IDE (if configured as the Development IDE) with a copy of the 
original user dir, which may cause problems if there're some core 
modules replaced (if installed globally on linux in /usr/share, there're 
restricted permissions ...).


So, it would be interesting, if a module like Netbinox (or probably even 
other modules, too) could be loaded from a given folder.


OTOH, this doesn't have anything to do with my problems, as I've 
installed the Felix replacement (using the provided patch) using sudo 
into my global installation, it's only a question about the 
possibilities for parametrization.


Kind regards

Peter



Am 23.12.18 um 17:46 schrieb Emilian Bold:

Peter is continuing his quest of running OSGi modules inside the
Platform (on top of Equinox / Netbinox). I know this since we talked
about this in another thread but I understand how Geertjan might be
confused. For me it's rather clear what the problem is but I don't
really have the time to duplicate the issue on my system. My 2c.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Sun, Dec 23, 2018 at 4:58 PM Geertjan Wielenga
 wrote:

I’m sorry, I am not able to help. For me “when running a module project” is
not enough info. Tell me exactly what to do, what the expected outcome is,
what the actual outcome is, I am not going to guess. Complete environment
needs to he described too. Ignoring this thread until these details are
provided.

Gj

On Sunday, December 23, 2018, Peter Nabbefeld 
wrote:


Em, sorry, running NB 10 VC5, I'm using latest NB 10 currently, so forgot
to mention ...

However, this should be the case with every version.

Regards

Peter



Am 23.12.18 um 14:47 schrieb Peter Nabbefeld:


Why? Behaviour is like I'd expect it, the question is, if it can be
changed, and how it can be changed, i.e. if there exists any parameter to
configure NetBeans which installation folder to use (I'd even just use it
to get rid of the warning).

Kind regards

Peter


Am 23.12.18 um 13:18 schrieb Geertjan Wielenga:


when running a module project

A lot more is needed than that in order to reproduce this.

Gj

On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld 
when running a module project, I get the following messages in the IDE
log:

[INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
and

/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree

[INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
file:/usr/share/netbeans-incubator-10.0-vc5/

I do understand the cause (NetBeans platform is set to
"/usr/share/netbeans-incubator-10.0-vc5/" while it uses
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
get/netbeans_clusters/docstree"

as execution context is in
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
get/netbeans_clusters/docstree"),

but I'd like to know if I could change the installation folder for
Netbinox?

Kind regards

Peter

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

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






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

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





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

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





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

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







Re: Netbinox install area?

2018-12-26 Thread Jaroslav Tulach
Dne neděle 23. prosince 2018 12:49:39 CET, Peter Nabbefeld napsal(a):
> sters/docstree"), but I'd like to know if I could change the installation
> folder for Netbinox?

The best way to find out is to put breakpoint to platform/netbinox module and 
see how Equinox is configured when started.
-jt

PS: http://wiki.apidesign.org/wiki/Debugger




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

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





Re: Netbinox install area?

2018-12-23 Thread Emilian Bold
Peter is continuing his quest of running OSGi modules inside the
Platform (on top of Equinox / Netbinox). I know this since we talked
about this in another thread but I understand how Geertjan might be
confused. For me it's rather clear what the problem is but I don't
really have the time to duplicate the issue on my system. My 2c.

--emi

http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more!

On Sun, Dec 23, 2018 at 4:58 PM Geertjan Wielenga
 wrote:
>
> I’m sorry, I am not able to help. For me “when running a module project” is
> not enough info. Tell me exactly what to do, what the expected outcome is,
> what the actual outcome is, I am not going to guess. Complete environment
> needs to he described too. Ignoring this thread until these details are
> provided.
>
> Gj
>
> On Sunday, December 23, 2018, Peter Nabbefeld 
> wrote:
>
> > Em, sorry, running NB 10 VC5, I'm using latest NB 10 currently, so forgot
> > to mention ...
> >
> > However, this should be the case with every version.
> >
> > Regards
> >
> > Peter
> >
> >
> >
> > Am 23.12.18 um 14:47 schrieb Peter Nabbefeld:
> >
> >> Why? Behaviour is like I'd expect it, the question is, if it can be
> >> changed, and how it can be changed, i.e. if there exists any parameter to
> >> configure NetBeans which installation folder to use (I'd even just use it
> >> to get rid of the warning).
> >>
> >> Kind regards
> >>
> >> Peter
> >>
> >>
> >> Am 23.12.18 um 13:18 schrieb Geertjan Wielenga:
> >>
> >>> when running a module project
> 
>  A lot more is needed than that in order to reproduce this.
> >>>
> >>> Gj
> >>>
> >>> On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld  >>> >
> >>> wrote:
> >>>
> >>> Hi,
> 
>  when running a module project, I get the following messages in the IDE
>  log:
> 
>  [INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
>  area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
>  and
> 
>  /home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree
> 
>  [INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
>  file:/usr/share/netbeans-incubator-10.0-vc5/
> 
>  I do understand the cause (NetBeans platform is set to
>  "/usr/share/netbeans-incubator-10.0-vc5/" while it uses
>  "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
>  get/netbeans_clusters/docstree"
> 
>  as execution context is in
>  "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
>  get/netbeans_clusters/docstree"),
> 
>  but I'd like to know if I could change the installation folder for
>  Netbinox?
> 
>  Kind regards
> 
>  Peter
> 
>  -
>  To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>  For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
> 
>  For further information about the NetBeans mailing lists, visit:
>  https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> 
> 
> 
> 
> 
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> >> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
> >>
> >> For further information about the NetBeans mailing lists, visit:
> >> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >>
> >>
> >>
> >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >

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

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





Re: Netbinox install area?

2018-12-23 Thread Geertjan Wielenga
I’m sorry, I am not able to help. For me “when running a module project” is
not enough info. Tell me exactly what to do, what the expected outcome is,
what the actual outcome is, I am not going to guess. Complete environment
needs to he described too. Ignoring this thread until these details are
provided.

Gj

On Sunday, December 23, 2018, Peter Nabbefeld 
wrote:

> Em, sorry, running NB 10 VC5, I'm using latest NB 10 currently, so forgot
> to mention ...
>
> However, this should be the case with every version.
>
> Regards
>
> Peter
>
>
>
> Am 23.12.18 um 14:47 schrieb Peter Nabbefeld:
>
>> Why? Behaviour is like I'd expect it, the question is, if it can be
>> changed, and how it can be changed, i.e. if there exists any parameter to
>> configure NetBeans which installation folder to use (I'd even just use it
>> to get rid of the warning).
>>
>> Kind regards
>>
>> Peter
>>
>>
>> Am 23.12.18 um 13:18 schrieb Geertjan Wielenga:
>>
>>> when running a module project

 A lot more is needed than that in order to reproduce this.
>>>
>>> Gj
>>>
>>> On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld >> >
>>> wrote:
>>>
>>> Hi,

 when running a module project, I get the following messages in the IDE
 log:

 [INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
 area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
 and

 /home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree

 [INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
 file:/usr/share/netbeans-incubator-10.0-vc5/

 I do understand the cause (NetBeans platform is set to
 "/usr/share/netbeans-incubator-10.0-vc5/" while it uses
 "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
 get/netbeans_clusters/docstree"

 as execution context is in
 "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/tar
 get/netbeans_clusters/docstree"),

 but I'd like to know if I could change the installation folder for
 Netbinox?

 Kind regards

 Peter

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

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





>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
>> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>>
>> For further information about the NetBeans mailing lists, visit:
>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>
>>
>>
>>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Re: Netbinox install area?

2018-12-23 Thread Peter Nabbefeld
Em, sorry, running NB 10 VC5, I'm using latest NB 10 currently, so 
forgot to mention ...


However, this should be the case with every version.

Regards

Peter



Am 23.12.18 um 14:47 schrieb Peter Nabbefeld:
Why? Behaviour is like I'd expect it, the question is, if it can be 
changed, and how it can be changed, i.e. if there exists any parameter 
to configure NetBeans which installation folder to use (I'd even just 
use it to get rid of the warning).


Kind regards

Peter


Am 23.12.18 um 13:18 schrieb Geertjan Wielenga:

when running a module project


A lot more is needed than that in order to reproduce this.

Gj

On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld 


wrote:


Hi,

when running a module project, I get the following messages in the 
IDE log:


[INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
and

/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree 


[INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
file:/usr/share/netbeans-incubator-10.0-vc5/

I do understand the cause (NetBeans platform is set to
"/usr/share/netbeans-incubator-10.0-vc5/" while it uses
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree" 



as execution context is in
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"), 



but I'd like to know if I could change the installation folder for
Netbinox?

Kind regards

Peter

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

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







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

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






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

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





Re: Netbinox install area?

2018-12-23 Thread Peter Nabbefeld
Why? Behaviour is like I'd expect it, the question is, if it can be 
changed, and how it can be changed, i.e. if there exists any parameter 
to configure NetBeans which installation folder to use (I'd even just 
use it to get rid of the warning).


Kind regards

Peter


Am 23.12.18 um 13:18 schrieb Geertjan Wielenga:

when running a module project


A lot more is needed than that in order to reproduce this.

Gj

On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld 
wrote:


Hi,

when running a module project, I get the following messages in the IDE log:

[INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
and

/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree
[INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
file:/usr/share/netbeans-incubator-10.0-vc5/

I do understand the cause (NetBeans platform is set to
"/usr/share/netbeans-incubator-10.0-vc5/" while it uses
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"

as execution context is in
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"),

but I'd like to know if I could change the installation folder for
Netbinox?

Kind regards

Peter

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

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







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

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





Re: Netbinox install area?

2018-12-23 Thread Geertjan Wielenga
>
> when running a module project
>

A lot more is needed than that in order to reproduce this.

Gj

On Sun, Dec 23, 2018 at 12:49 PM Peter Nabbefeld 
wrote:

>
> Hi,
>
> when running a module project, I get the following messages in the IDE log:
>
> [INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install
> area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/
> and
>
> /home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree
> [INFO] INFO [org.netbeans.modules.netbinox]: Install area set to
> file:/usr/share/netbeans-incubator-10.0-vc5/
>
> I do understand the cause (NetBeans platform is set to
> "/usr/share/netbeans-incubator-10.0-vc5/" while it uses
> "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"
>
> as execution context is in
> "/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"),
>
> but I'd like to know if I could change the installation folder for
> Netbinox?
>
> Kind regards
>
> Peter
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
> For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>


Netbinox install area?

2018-12-23 Thread Peter Nabbefeld



Hi,

when running a module project, I get the following messages in the IDE log:

[INFO] WARNING [org.netbeans.modules.netbinox]: Cannot compute install 
area. No common prefix between /usr/share/netbeans-incubator-10.0-vc5/ 
and 
/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree
[INFO] INFO [org.netbeans.modules.netbinox]: Install area set to 
file:/usr/share/netbeans-incubator-10.0-vc5/


I do understand the cause (NetBeans platform is set to 
"/usr/share/netbeans-incubator-10.0-vc5/" while it uses 
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree" 
as execution context is in 
"/home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/netbeans_clusters/docstree"), 
but I'd like to know if I could change the installation folder for Netbinox?


Kind regards

Peter

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

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