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 32639 - resources not working
Summary: resources not working
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-04 16:26 UTC by John Jullion-ceccarelli
Modified: 2007-09-26 09:14 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 John Jullion-ceccarelli 2003-04-04 16:26:49 UTC
It seems like resources aren't working at all in
the 4-4 build. IDE lets me add a resource, but:

All packages from the resource are listed as
missing (annotated in source editor).
Resource doesn't show up in build ouput's
classpath tabs.
Comment 1 John Jullion-ceccarelli 2003-04-07 09:01:05 UTC
in 4-6 builds resources now show up in the customizers for build
targets. but when you delete a build target it doesn't get removed
from the list of resources in the build target customizers. 

resource classes still unavailable for compilation.
Comment 2 Vitezslav Stejskal 2003-04-10 16:25:16 UTC
The resource is correctly used for compilation and execution, but the
parser still can't see it.
Comment 3 Vitezslav Stejskal 2003-04-11 17:05:57 UTC
Tomas is solving this one.
Comment 4 Tomas Zezula 2003-04-14 16:12:39 UTC
The issues is caused by JavaParser who does not listen on 
PathContent, the JavaParser should listen on 
PropertyChange, the important property is PathContentBase.
PROP_ALL_RESOURCES
Comment 5 Vitezslav Stejskal 2003-04-14 17:19:19 UTC
OK, reassigning to thurka.
Comment 6 Tomas Hurka 2003-04-16 10:32:17 UTC
Fixed in prj40_prototype. 
JavaParser now listens to PROP_ALL_RESOURCES property change and invalidates cached data.
Comment 7 Jan Becicka 2003-08-29 11:17:04 UTC
Verified
Comment 8 Jan Becicka 2003-11-25 14:22:01 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.