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 23440 - [ustudy] Output node should show .class files
Summary: [ustudy] Output node should show .class files
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-14 09:30 UTC by Vitezslav Stejskal
Modified: 2003-07-01 14:17 UTC (History)
0 users

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 Vitezslav Stejskal 2002-05-14 09:30:32 UTC
> > 1.  Output node: if the output directory = the source directory, then the .class
> >     files don't show up.  All that shows up is the source files.
> >
>
> This could be problematic to solve. In out it shows DataObjects, which means that
> in case out == src the JavaDataObjects are shown and they 'eat' .class files. What
> do you think should be shown in that case:
>
> 1. nodes for both .java and .class
> 2. nodes for .class files only
>
> We could probably solve this by writing look for FileObjects (skipping DataObjects
> layer), which actions should be allowed on displayed nodes?

Another option would be to just set the default in the wizard so that the output
node is != sources node.  Then, if someone decides to change it back, I could
just warn them away from doing that.
Comment 1 Vitezslav Stejskal 2002-05-15 17:33:08 UTC
Well, I've changed default project behavior to keep compiled classes at separate location from sources.
Comment 2 Milan Kubec 2002-08-08 10:36:11 UTC
Verified
Comment 3 Quality Engineering 2003-07-01 14:17:10 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.