Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND

2008-11-20 Thread Miroslav Šulc (fordfrog)
Ok, it seems there are no objections so I will implement
NETBEANS_MODULES within several hours. We also discussed whether to use
NETBEANS_MODULES in USE_EXPAND at #gentoo-dev and agreed on that it will
be ok to implement it.

Miroslav Šulc (fordfrog)
Gentoo Java Team


Miroslav Šulc (fordfrog) napsal(a):
 Hi,
 
 I'd like to add NETBEANS to USE_EXPAND. Netbeans (www.netbeans.org) is
 modular IDE with 18 modules (clusters). Users can freely choose what
 support thay want to build in netbeans, though some modules need other
 modules to compile and work. Are there any objections?
 
 Here are the modules/clusters:
 IUSE_NETBEANS=+netbeans_apisupport netbeans_cnd netbeans_groovy
 netbeans_gsf +netbeans_harness +netbeans_ide netbeans_identity
 netbeans_j2ee +netbeans_java netbeans_mobility +netbeans_nb netbeans_php
 netbeans_profiler netbeans_soa netbeans_visualweb netbeans_webcommon
 netbeans_websvccommon netbeans_xml
 
 Btw, there is also request for this in bugzilla:
 http://bugs.gentoo.org/show_bug.cgi?id=211455
 
 I'd like to put the ebuild in the main tree soon as upstream just
 released it and we have in the tree only 5.5.1 which is very old.
 
 Thanks for your comments.
 
 Miroslav Šulc (fordfrog)
 Gentoo Java Team
 



[gentoo-dev] Adding NETBEANS to USE_EXPAND

2008-11-19 Thread Miroslav Šulc (fordfrog)
Hi,

I'd like to add NETBEANS to USE_EXPAND. Netbeans (www.netbeans.org) is
modular IDE with 18 modules (clusters). Users can freely choose what
support thay want to build in netbeans, though some modules need other
modules to compile and work. Are there any objections?

Here are the modules/clusters:
IUSE_NETBEANS=+netbeans_apisupport netbeans_cnd netbeans_groovy
netbeans_gsf +netbeans_harness +netbeans_ide netbeans_identity
netbeans_j2ee +netbeans_java netbeans_mobility +netbeans_nb netbeans_php
netbeans_profiler netbeans_soa netbeans_visualweb netbeans_webcommon
netbeans_websvccommon netbeans_xml

Btw, there is also request for this in bugzilla:
http://bugs.gentoo.org/show_bug.cgi?id=211455

I'd like to put the ebuild in the main tree soon as upstream just
released it and we have in the tree only 5.5.1 which is very old.

Thanks for your comments.

Miroslav Šulc (fordfrog)
Gentoo Java Team



Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND

2008-11-19 Thread Miroslav Šulc (fordfrog)
Just a note to my email, maybe it would be better to use
NETBEANS_MODULES instead of NETBEANS as NETBEANS_MODULES is more
accurate. NETBEANS_MODULES was even suggested by Betelgeuse in the
mentioned bug.

Miroslav Šulc (fordfrog)
Gentoo Java Team

Miroslav Šulc (fordfrog) napsal(a):
 Hi,
 
 I'd like to add NETBEANS to USE_EXPAND. Netbeans (www.netbeans.org) is
 modular IDE with 18 modules (clusters). Users can freely choose what
 support thay want to build in netbeans, though some modules need other
 modules to compile and work. Are there any objections?
 
 Here are the modules/clusters:
 IUSE_NETBEANS=+netbeans_apisupport netbeans_cnd netbeans_groovy
 netbeans_gsf +netbeans_harness +netbeans_ide netbeans_identity
 netbeans_j2ee +netbeans_java netbeans_mobility +netbeans_nb netbeans_php
 netbeans_profiler netbeans_soa netbeans_visualweb netbeans_webcommon
 netbeans_websvccommon netbeans_xml
 
 Btw, there is also request for this in bugzilla:
 http://bugs.gentoo.org/show_bug.cgi?id=211455
 
 I'd like to put the ebuild in the main tree soon as upstream just
 released it and we have in the tree only 5.5.1 which is very old.
 
 Thanks for your comments.
 
 Miroslav Šulc (fordfrog)
 Gentoo Java Team
 



Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND

2008-11-19 Thread Robert Bridge
On Wed, 19 Nov 2008 19:03:12 +0100
Miroslav Šulc (fordfrog) [EMAIL PROTECTED] wrote:

 I'd like to add NETBEANS to USE_EXPAND. Netbeans (www.netbeans.org) is
 modular IDE with 18 modules (clusters). Users can freely choose what
 support thay want to build in netbeans, though some modules need other
 modules to compile and work. Are there any objections?

As a sometimes programmer who prefers Eclipse, would it be an option to
do something similar for that IDE?

This obviously leads to the question of when does a package qualify for
such an option instead of using a set of regular USE flags...

Just a few thoughts,
RobbieAB.


signature.asc
Description: PGP signature


Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND

2008-11-19 Thread Miroslav Šulc (fordfrog)
I do not know about Eclipse that much but from my point of view there is
a big difference between Eclipse and Netbeans. Eclipse is an IDE where
you have to install plugins after installation of Eclipse to make
yourself productive, whereas Netbeans provides complete working IDE in
single package (with the possibility to include/exclude some modules),
although the option for installing extra modules is available too. So
unless Eclipse external modules are installed with the IDE, it makes no
sense to apply the same logic for Eclipse, as the way Eclipse modules
are distributed is quite different from how Netbeans does it.

Miroslav Šulc (fordfrog)
Gentoo Java Team

Robert Bridge napsal(a):
 On Wed, 19 Nov 2008 19:03:12 +0100
 Miroslav Šulc (fordfrog) [EMAIL PROTECTED] wrote:
 
 I'd like to add NETBEANS to USE_EXPAND. Netbeans (www.netbeans.org) is
 modular IDE with 18 modules (clusters). Users can freely choose what
 support thay want to build in netbeans, though some modules need other
 modules to compile and work. Are there any objections?
 
 As a sometimes programmer who prefers Eclipse, would it be an option to
 do something similar for that IDE?
 
 This obviously leads to the question of when does a package qualify for
 such an option instead of using a set of regular USE flags...
 
 Just a few thoughts,
 RobbieAB.