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 171056 - Have to delete userdir to enable newly installed clusters
Summary: Have to delete userdir to enable newly installed clusters
Status: RESOLVED DUPLICATE of bug 157259
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-28 09:40 UTC by Martin Schovanek
Modified: 2009-09-17 09:34 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-08-28 09:40:26 UTC
[#200908271401, jdk1.6]

to reproduce:
-------------
1) install a Nb Java bundle and use it for a while
2) remove it and install Java SE + Java EE + Ruby from Nb All bundle installer
3) start Nb
ERROR: you can neither create a Ruby project nor see the feature at Plugins

Have remove userdir to make the Ruby feature live.
Comment 1 Jesse Glick 2009-08-28 14:14:37 UTC
Presuming this is an installer issue unless I see steps to reproduce not involving the installer. Do you have any
config/Modules/*.xml_hidden files in your userdir or something like this?
Comment 2 dlipin 2009-08-28 14:45:57 UTC
If the same situation happens with using zips (instead of installers) then it is not the installer issue. Can`t say 
which one.
mschovanek, could you please try to reproduce the issue using zips? thanks.
Comment 3 Martin Schovanek 2009-08-31 16:32:47 UTC
Now I cannot reproduce but probably found the original userdir and there is lot of
org-netbeans-modules-ruby-*.xml_hidden files. What kind of files they are?


Comment 4 dlipin 2009-09-08 15:25:29 UTC
I don`t know but Jarda should know for sure.
Comment 5 Jaroslav Tulach 2009-09-17 09:01:57 UTC
What I did:

1. Take recent ergonomics build. Move ruby2 cluster somewhere else from it.
2. start with empty userdir (obviously ruby2 is missing)
3. enable something (Java SE in my case). exit
4. move the ruby2 cluster back to the installation
5. start with the previous user dir again
6. enable ruby (by creating a ruby project).

This worked without problems for me. No _hidden files were found in my userdir.
Comment 6 Jaroslav Tulach 2009-09-17 09:34:27 UTC
I am not sure how the _hidden files appeared in your directory, but unless you find out, I am going to assume this has 
already been fixed in issue 157259.

*** This issue has been marked as a duplicate of 157259 ***