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 47985 - Currently edited project source isn't available in the list of sources in "Select Resource Bundles"
Summary: Currently edited project source isn't available in the list of sources in "Se...
Status: CLOSED DUPLICATE of bug 48099
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 10:51 UTC by Marian Mirilovic
Modified: 2006-03-24 10:03 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 Marian Mirilovic 2004-08-26 10:51:01 UTC
[nb_dev](200408251800), [jdk1.5.0](b63)

Steps to reproduce:
- run IDE
- open some NetBeans project (for example core)
- open some form file 
- add button
- invoke Resource Bundle property editor for
property text
- push Browse button
- Select Resource Bundle dialog provides sources
from classpath, all but the src of currently
edited project !


I figured out that this is only issue for our
NetBeans projects, it works fine for Java
Application project
Comment 1 Milan Kubec 2004-08-26 13:04:30 UTC
If it's really matter of NetBeans project only it will be hardly P2.
And apisupport module would be better destination for this issue.
Comment 2 Marian Mirilovic 2004-08-26 13:09:35 UTC
Milan,
David told me report it against form module (with P2), if you disagree
- downgrade , 
form guys should investigate what is broken (their ask for sources or
answer from apisupport)...
Comment 3 Milan Kubec 2004-08-26 13:17:33 UTC
OK OK. I was just wondering why P2 against something that is not
supposed to be in release.
Comment 4 David Konecny 2004-08-26 13:35:40 UTC
It seemed totally broken for me (cannot browse and cannot edit field
by hand either), but later Marian found out that it is broken only for
NB project sources. I think form people should evaluate why it is
broken and if problem is only because NB project does not provide
something then reassign the bug to apissupport module.
Comment 5 Jan Stola 2004-08-26 17:19:50 UTC
This property editor is implemented by i18n module.
Comment 6 Ondrej Rypacek 2004-08-30 15:25:04 UTC
I18n does not ask explicitly for sources,lately, but just for
execution classpath. See issue #47206 for a long discussion regarding
that.

The problem is that NB projects don't contain their build products in
execution classpath. This is wrong -- at least the thing to be
executed should be on the execution classpath. 
Comment 7 Jesse Glick 2004-08-30 22:40:51 UTC

*** This issue has been marked as a duplicate of 48099 ***
Comment 8 Marian Mirilovic 2004-09-06 13:38:32 UTC
verified duplicate