Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-dev] Adding NETBEANS to USE_EXPAND

 
   Linux (Home) -> Development RSS
Next:  [gentoo-dev] To ELISA, PIGMENT, PIGMENT-PYTHON de..  
Author Message
Miroslav_Šulc_(fordfrog)

External


Since: Nov 19, 2008
Posts: 3



(Msg. 1) Posted: Wed Nov 19, 2008 7:10 pm
Post subject: [gentoo-dev] Adding NETBEANS to USE_EXPAND
Archived from groups: linux>gentoo>dev (more info?)

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
Back to top
Login to vote
Miroslav_Šulc_(fordfrog)

External


Since: Nov 19, 2008
Posts: 3



(Msg. 2) Posted: Wed Nov 19, 2008 9:20 pm
Post subject: Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
>
Back to top
Login to vote
Miroslav_Ļulc_(fordfrog)

External


Since: Nov 19, 2008
Posts: 1



(Msg. 3) Posted: Wed Nov 19, 2008 10:20 pm
Post subject: Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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)" <fordfrog RemoveThis @gentoo.org> 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.
Back to top
Login to vote
Miroslav_Šulc_(fordfrog)

External


Since: Nov 19, 2008
Posts: 3



(Msg. 4) Posted: Fri Nov 21, 2008 12:50 am
Post subject: Re: [gentoo-dev] Adding NETBEANS to USE_EXPAND [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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
>
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-dev] RT2X00_DEVICE USE_EXPAND - Seeing as this requires discussion according to make.defaults The rt2x00 cvs driver supports various RT wireless chipsets and the user should be able to control which one gets installed. This is also important as the cvs portion of a specific driver..

[gentoo-dev] New USE_EXPAND - CAMERAS - Hello, Per bug#139884, libgphoto2 has drivers for many cameras we should have a way for user to select the right drivers. Currently it uses environment variables in make.conf, any objection to adding it to USE_EXPAND? Best Regards, Alon Bar-Lev. -- ..

[gentoo-dev] GLEP 19: Gentoo Stable Portage Tree -- ideas - Hi, I was recently reading this post [1] about gentoo's future, it mentioned a few items in relation to enterprise Gentoo, and that it currently needs features that just aren't available yet. One such example of a feature thats not available yet is..

[gentoo-dev] Missing: Universal-CD - Gentoo discriminates .. - Hello, since Gentoo started its "Gentoopix" LiveCD I really miss a CD for networkless-installation. I don't know why the stage3 is missing, because just some people need a full Gnome-Desktop for the installation :-( A year ago I could choose b...

[gentoo-dev] Gentoo Classes, a possible new method of spre.. - Hello, I am a frequenter of #gentoo-*, as many of you know :) Tonight, hanging out in #gentoo, I observed a huge amount of incorrect information once again.. tonight about profiles, cascading and all that jazz, which to be honest is fairly undocumented...
       Linux (Home) -> Development All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact