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 107527 - Some modules not correctly grouped into features
Summary: Some modules not correctly grouped into features
Status: VERIFIED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Dev (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Michal Zlamal
URL:
Keywords:
Depends on:
Blocks: 106361
  Show dependency tree
 
Reported: 2007-06-20 22:13 UTC by Antonin Nebuzelsky
Modified: 2007-06-26 09:46 UTC (History)
6 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 Antonin Nebuzelsky 2007-06-20 22:13:44 UTC
After installation of Basic IDE you can see in Installed tab the following items:

* Base IDE
* Java IDE

and also

* Editor Indentation
* NetBeans Module Refactoring
* NetBens Profiler
* NetBeans Profiler (Freeform Projects)
* NetBeans Profiler (J2EE Projects)
* NetBeans Profiler (J2EE Projects - JBoss Support)
* NetBeans Profiler (J2EE Projects - Sun Java Appserver Support)
* NetBeans Profiler (J2EE Projects - Tomcat Support)
* NetBeans Profiler (J2EE Projects - WebLogic Support)
* NetBeans Profiler (J2SE Projects)
* NetBeans Profiler (NetBeans Module Projects)

These all additional items should be also grouped under a bigger feature (I guess Java IDE).
Comment 1 Antonin Nebuzelsky 2007-06-20 22:14:46 UTC
This must be fixed for 6.0 Milestone 10 this week!

Setting TM to 6.0, there is no 6.0M10 TM in this category...
Comment 2 rnovak 2007-06-21 00:03:32 UTC
The problem is, that listed modules are not available at the storage server in directory nbms/profiler2.
profile2/ contains only org-netbeans-modules-debugger-jpda-heapwalk.nbm

To solve it we need to 
- either make sure all profiler modules will be available in nbms/profiler2/
- or find another way how get information about profiler modules to the catalog

I prefer the first option.
Comment 3 Jesse Glick 2007-06-21 00:25:36 UTC
profiler/build.xml#nbm does not work. I already ran across this and worked around it in nbbuild/hudson/javadoc-nbms.
Would be nicer if it worked as expected.
Comment 4 Antonin Nebuzelsky 2007-06-21 16:22:08 UTC
For the record, another incorrect thing (we talked about that already over mail) which must be fixed together with the
other things listed above:

XPath 1.1 Model module from the SOA feature is installed already with Basic IDE, this is wrong.
Comment 5 rnovak 2007-06-21 16:50:54 UTC
Profiler modules are not being built to nbms/profiler2/ directory.
They should be located in this directory in order to make them available on the UC.
Comment 6 Tomas Hurka 2007-06-21 16:58:37 UTC
Profiler is still close-source. nbms are available internally. Reassigning to Michal, to investigate if it is possible to put them on the storage server in directory 
nbms/profiler2. Of course, once the profiler is open source, it should work out of the box.
Comment 7 Jesse Glick 2007-06-21 18:34:17 UTC
It should be possible to fix profiler/build.xml#nbm to reconstruct NBMs correctly based on the contents of the cluster.
It simply has not been done yet, but I think it would not be difficult. As I mentioned, this would be useful for the
javadoc-nbms build as well.
Comment 8 Michal Zlamal 2007-06-22 08:06:57 UTC
I'm trying to look at this issue, however, I have to say that BE is not responsible for the content
BTW: It is not possible to get the C/S version of the NBMs to the build in the middle of the production build. 
Comment 9 Michal Zlamal 2007-06-22 10:26:45 UTC
org.netbeans.modules.refactoring.api - is being built and is in the catalog
org.netbeans.modules.editor.indent - is being built and is in the catalog

I'm looking at the missing profiler NBMs
Comment 10 Michal Zlamal 2007-06-22 12:20:25 UTC
I hardcoded the NBMs to the CVS.
Comment 11 Peter Pis 2007-06-26 09:39:43 UTC
Could you please verify this issue for M10?
Comment 12 Michal Zlamal 2007-06-26 09:46:16 UTC
.