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 268538 - Use environment variables to make project relocatable
Summary: Use environment variables to make project relocatable
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-15 19:08 UTC by Vladimir Kvashin
Modified: 2016-10-17 15:10 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 Vladimir Kvashin 2016-10-15 19:08:16 UTC
The problem is most obvious with ADE users who create a project outside of his/her source root.

Such project contains absolute paths, so as soon as user creates a different ADE label (which resides in a directory with different name), this project can not be used any more.

This prevents many ADE users from using IDE.

The problem can be solved using environment variables.
The very similar problem (concerning code model include paths and so on) has already been fixed that way. I propose to expand use of environment variables to source roots and item paths. This will solve the problem.