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 58356 - Allow relative classpaths outside freeform projects
Summary: Allow relative classpaths outside freeform projects
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Freeform (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on:
Blocks: 89629
  Show dependency tree
 
Reported: 2005-04-26 22:01 UTC by ischneid
Modified: 2007-04-11 22:01 UTC (History)
1 user (show)

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 ischneid 2005-04-26 22:01:24 UTC
While setting up freeform projects in 4.1rc1 and adding new classpaths to the
project via "Properties|Java Sources Classpath" there is no way to specify a
relative class path. In addition, if the project.xml is manually edited to use a
relative path which is _outside_ the project, those paths are converted to
absolute paths upon modification of path structure. While not critical to
compiliation, it breaks code completion, etc..
Comment 1 Jesse Glick 2005-04-27 17:07:34 UTC
Paths will be made relative automatically if you register a VCS working
directory in Versioning Manager. However there should still be a UI to override
this guess. Cf. issue #49637 for j2seproject.
Comment 2 Jesse Glick 2007-04-11 22:01:37 UTC
Probably would not happen the same way in 5.0. There are other issues filed for
the more general management of external paths.