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 53402 - Allow to import properties
Summary: Allow to import properties
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker with 1 vote (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks: 60750
  Show dependency tree
 
Reported: 2005-01-14 10:37 UTC by Martin Matula
Modified: 2005-03-23 11:58 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2005-01-14 10:37:03 UTC
We currently have several J2SE projects that are
part of NetBeans and depend on jars produced by
NetBeans projects (API support). Paths to these NB
projects are relative to some properties defined
in property file in nbbuild, so we added import of
this property file to the build script of these
j2se projects.
Now, building of these projects works fine,
however other things in the IDE dependent on the
ClassPath API don't (e.g. code completion, errors
underlining, etc.). It would be desirable to be
able to make the project system read the imported
property file, which it apparently does not do
currently.
Comment 1 Tomas Zezula 2005-03-23 11:58:44 UTC
Use freeform project for this.