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 159920 - alone CND cluster is no more runnable as C++ IDE
Summary: alone CND cluster is no more runnable as C++ IDE
Status: RESOLVED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 15:50 UTC by Vladimir Voskresensky
Modified: 2009-03-13 21:50 UTC (History)
2 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 Vladimir Voskresensky 2009-03-09 15:50:49 UTC
after the commit
http://hg.netbeans.org/main/rev/c3fe38cc8690 

alone cnd cluster can be build, but not run:
Warning - could not install some modules:
   org.netbeans.modules.localhistory - The module named org.netbeans.modules.ide.kit was needed and not found.
   org.netbeans.modules.db.kit - The module named org.netbeans.modules.ide.kit was needed and not found.
   org.netbeans.modules.cnd.kit - The module named org.netbeans.modules.ide.kit was needed and not found.
   org.netbeans.modules.ide.branding.kit - The module named org.netbeans.modules.ide.kit was needed and not found.
Comment 1 rnovak 2009-03-09 15:58:51 UTC
Reassigning to cnd component - not the auc issue.
Comment 2 Vladimir Voskresensky 2009-03-09 16:56:34 UTC
it is not cnd issue as well.
Petr broke smth with cluster dependencies
Comment 3 Petr Jiricka 2009-03-09 17:29:11 UTC
Thanks for the report. Now I see that the GSF cluster is not a part of the C++ IDE - I was assuming it was. I think it
really should be, it contains useful things such as the HTML editor (did HTML editing ever worked in the C++ IDE?). We
are thinking about moving the entire GSF cluster into the IDE cluster (see issue 159923), which should fix this.
Comment 4 Vladimir Voskresensky 2009-03-10 10:22:31 UTC
I'm not sure we'd like to have gsf dependency. Till now everyone was fine without html support and otherwise used full
version and not restricted C++ IDE (which is very small to download). Adding gsf dependency will definitely increase
size and also time to build cnd cluster (which is only 6 minutes now comparing with full ide which is 24 min)
Comment 5 Vladimir Voskresensky 2009-03-10 10:23:59 UTC
just a note: 
cnd cluster builds fine, but not run, because cnd.kit has only runtime and not compile dependency on ide.kit and other
modules
Comment 6 Thomas Preisler 2009-03-10 22:57:49 UTC
This is important for SunStudio too. It uses CND distribution.
Comment 7 Petr Jiricka 2009-03-13 21:50:36 UTC
Hopefully fixed now in main-silver.