Bug 154246 - Exporting / importing user libraries does not include attributes
Summary: Exporting / importing user libraries does not include attributes
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Target Milestone: 3.2.2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-17 11:44 EDT by R Hansen CLA
Modified: 2007-06-21 06:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R Hansen CLA 2006-08-17 11:44:02 EDT
the attributes such as "source attachment" and "javadoc location" are not preserved when importing / exporting user libraries.  This is a major annoyance when you are trying to share libraries.
Comment 1 Olivier Thomann CLA 2006-10-11 10:17:51 EDT
Build path issue.
Comment 2 Frederic Fusier CLA 2007-06-21 06:55:11 EDT
Using 3.2.2 and 3?3 RC4, I made following tests:
1) Create a User Library
2) Set its Source Attachment and Javadoc Location
3) Export it using 'Export...' button on Java > Build Path > User Libraries
   preferences page
4) Open a new/another workspace
5) Import the User Libraries from file created in step 3)
6) Verify that the imported library has its Source Attachment and Javadoc
   location properly set => OK

I've also try a variation changing step 4) as follows:
4) Close/Reopen the eclipse session
and get same valid result.

So, close as WORKSFORME. Please reopen with detailed steps to help us to reproduce if you still have this kind of troubles, thanks