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 47205 - not possible to access property files in non-sources dir trees.
Summary: not possible to access property files in non-sources dir trees.
Status: RESOLVED DUPLICATE of bug 47206
Alias: None
Product: java
Classification: Unclassified
Component: I18N (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-13 13:37 UTC by Milos Kleint
Modified: 2004-08-17 17:21 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 Milos Kleint 2004-08-13 13:37:09 UTC
The current I18N support in 4.0 assumes all the
resources (property files) are placed together
with the java files in Sources and Test Sources.
Even though it's the case for netbeans.org
sources, generally it's not that way and resources
are kept in other directory structures as well.
the current ui doesn't support that usecase and
renders the whole i18n support unusable.

In my former job it was like that, there are
voices on the nbusers describing the same problem
and  maven based projects for example, keep
resources separate by default.
Comment 1 Milos Kleint 2004-08-13 13:40:30 UTC
wrong way around.
Comment 2 Jesse Glick 2004-08-14 17:32:39 UTC
The modules should simply use ClassPath.EXECUTE. Whether that looks in
another source tree or not is up to the project.

*** This issue has been marked as a duplicate of 46354 ***
Comment 3 Jesse Glick 2004-08-17 17:21:05 UTC
Sorry...
Comment 4 Jesse Glick 2004-08-17 17:21:27 UTC
Apparently filed twice?

*** This issue has been marked as a duplicate of 47206 ***