Bug 166572

Summary: [classpath] Support relative paths in build path settings to share settings
Product: [Eclipse Project] JDT Reporter: Robert Wenner <robert.wenner>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 3.2.1   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Robert Wenner CLA 2006-12-01 18:08:06 EST
I'd like to use relative paths in the build path settings.
If Eclipse keeps putting absolute paths in, then I cannot share these settings between different machines (especially not on different platforms). However, build settings should IMHO be shared and be kept under version control.

If I manually edit .classpath and enter eg ../../foo/bar.jar, Eclipse seems to ignore the leading dots and considers I get an error it cannot find /foo/bar.jar
Comment 1 Frederic Fusier CLA 2007-06-20 04:21:35 EDT

*** This bug has been marked as a duplicate of bug 57732 ***