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 44975 - Freeform project doesn't show src dir if added in customizer
Summary: Freeform project doesn't show src dir if added in customizer
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 46461 (view as bug list)
Depends on:
Blocks: 42682
  Show dependency tree
 
Reported: 2004-06-16 13:43 UTC by Milan Kubec
Modified: 2006-03-24 10:28 UTC (History)
1 user (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 Milan Kubec 2004-06-16 13:43:37 UTC
[dev-200406151800, JDK 1.5.0 Beta3 b55]

I didn't specify any src folder when I was
creating freeform project so I added the source
root after that in customizer but it didn't add
the source root under the project node in Projects
view. Only build script is there.
Comment 1 David Konecny 2004-06-16 16:19:48 UTC
Jesse, this problem is in refreshing of SourceGroups. The project.xml
is updated correctly - after restart I always see all the roots.
Comment 2 Jesse Glick 2004-06-16 20:31:15 UTC
OK, will look at it.
Comment 3 Jesse Glick 2004-07-22 20:15:48 UTC
*** Issue 46461 has been marked as a duplicate of this issue. ***
Comment 4 Jesse Glick 2004-07-23 19:45:01 UTC
Actually, it seems that the Sources object does fire a change. But
probably the LogicalViewProvider is not listening.
Comment 5 Jesse Glick 2004-07-23 20:39:22 UTC
Have fix & unit test.
Comment 6 Jesse Glick 2004-07-23 21:37:05 UTC
committed   * Up-To-Date  1.9        
ant/freeform/nbproject/project.properties
committed   * Up-To-Date  1.6        
ant/freeform/src/org/netbeans/modules/ant/freeform/ui/View.java
added       * Up-To-Date  1.1        
ant/freeform/test/unit/src/org/netbeans/modules/ant/freeform/ui/ViewTest.java
Comment 7 Milan Kubec 2004-09-01 16:07:22 UTC
Verified in custom 20040901.