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 105599 - adding component's source code to the source tree
Summary: adding component's source code to the source tree
Status: NEW
Alias: None
Product: javame
Classification: Unclassified
Component: Build System (show other bugs)
Version: 6.x
Hardware: All Other
: P3 blocker (vote)
Assignee: Petr Suchomel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 15:36 UTC by vakrat1
Modified: 2009-10-01 13:29 UTC (History)
1 user (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 vakrat1 2007-06-04 15:36:35 UTC
The request is when adding a visual design component to the project, to add the
sources of the visual component to the project Sources tree. If not for the
built-in NB components, at least for the custom Visual Designer components.

The reason behind this requirement is to allow the user to debug the visual
component J2ME source code part (any other code is not relevant and should be
added to the Sources tree node).
Comment 1 David Kaspar 2007-06-04 16:33:39 UTC
Nice requirement. Setting a subcomponent to "visual designer".
Comment 2 David Kaspar 2007-08-17 09:51:56 UTC
This is not going to be implemented in NB 6.0.
Comment 3 David Kaspar 2007-09-17 13:02:56 UTC
This should be automatically solved by the build-system. The classes for built-in components are in a library which is
automatically added to the classpath. The library contains classes, javadoc and sources. Reassigning to build-system.
Comment 4 Lukas Hasik 2007-09-18 12:42:22 UTC
do you have a sample component that doesn't work? To have the sources in project you have to have the sources in the
component library. That's the reason why I'm asking for a sample test component.

Reassigning to owner of the component