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

Summary: Java Card module hard-codes platform specific non-relative paths to dependencies
Product: javacard Reporter: _ tboudreau <tboudreau>
Component: Java CardAssignee: _ tboudreau <tboudreau>
Status: RESOLVED FIXED    
Severity: blocker CC: ankinelaturu
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 170638    

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