This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 60511 - Profiles of modules NB has to start
Summary: Profiles of modules NB has to start
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P3 blocker with 3 votes (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-25 07:26 UTC by danielmd
Modified: 2016-07-27 21:42 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description danielmd 2005-06-25 07:26:49 UTC
I would like that module tweaking became easier, 

So i was thinking if it would be possible to create some sort of module profile,
for instance (Fast-StartUp, J2ME ONLY, J2EE ONLY, Add your won, etc...) these
would be selected from a list box, with 3 buttons (add profile, delete profile,
use profile).
Comment 1 Marian Mirilovic 2006-02-07 12:35:41 UTC
I think Project templates are divided to Categories, what is the problem with
this solution ? 
Comment 2 danielmd 2006-02-15 16:02:09 UTC
By creating profiles that pick the right modules, one does not face the danger
of breaking dependencies (i know that there is a warning, but i have done some
tweaking that produced an unstable IDE) new users might not know what certain
modules do and if they really need them.

Having a drop down menu with profiles would serve as a quick and safe way to
tweak the IDE, it would not replace the current manual tweaking, it would simply
serve as a higher level option, making module tweaking 1Click easy :)

If you spend some time in the mailing list and forums, the module tweaking issue
comes up allot, with this approach it would make all those issues go away.
Comment 3 Petr Dvorak 2008-05-25 10:01:51 UTC
Hi! Is there any reason why this issue is marked as INCOMPLETE?
Comment 4 Lukas Hasik 2008-05-28 14:45:32 UTC
if I understand it correctly then you would like to have a way how to start NB with only some modules defined in a
profile even if you installed the full IDE, right? 
There is a proposal for a FeatureOnDemand [http://wiki.netbeans.org/FeatureOnDemand] feature. It would partially solve
your problem. You would install full IDE but only those modules that you use would be "enabled". It means that the IDE
would be faster.

The "IDE profile" might be useful however it could be difficult to define a profile because of all the dependencies
between the modules etc. OTOH, I like this idea.