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 170641 - Java Card module hard-codes platform specific non-relative paths to dependencies
Summary: Java Card module hard-codes platform specific non-relative paths to dependencies
Status: RESOLVED FIXED
Alias: None
Product: javacard
Classification: Unclassified
Component: Java Card (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks: 170638
  Show dependency tree
 
Reported: 2009-08-19 17:01 UTC by _ tboudreau
Modified: 2009-08-27 17:12 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 _ tboudreau 2009-08-19 17:01:31 UTC
References to libraries should be replaced with Ant-friendly, relative paths where possible;  unix-style paths everywhere.
Comment 1 _ tboudreau 2009-08-27 17:12:56 UTC
Fixed with changes to library support in javacard.project.  Library paths are now always relative if they are on the
same volume (per File.listRoots()) and stored in project.properties.  If they are not on the same path, the path is
hard-coded but stored in the non-shared nbproject/private/private.properties