Bug 25500 - Add JAR to classpath should default to workspace root
Summary: Add JAR to classpath should default to workspace root
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: 2.1 M4   Edit
Assignee: Jared Burns CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-10-29 12:18 EST by Jared Burns CLA
Modified: 2002-12-03 11:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jared Burns CLA 2002-10-29 12:18:26 EST
Currently, the dialog to add a JAR to the Ant classpath initializes the location to the install directory. The Eclipse install directory is almost never interesting to the user - the workspace directory contains all their files. By default, the dialog should initialize to the root of the workspace.

On a related note, I've noticed that when selfhosting, the dialog manages to initialize to my host installs directory, not my target install directory. This seems like a bug in the current support, but it won't matter if the above is implemented.
Comment 1 Darin Wright CLA 2002-11-15 20:49:45 EST
We should also remember the last location the dialog was opened on for future 
openings.
Comment 2 Darin Swanson CLA 2002-11-26 18:06:43 EST
Fixed in AntClasspathPage.
Please verify.
Comment 3 Jared Burns CLA 2002-12-03 11:17:42 EST
Verified.