Bug 168350 - [quick fix] Add quick fix for "Missing Build Path Variable ..."
Summary: [quick fix] Add quick fix for "Missing Build Path Variable ..."
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2.1   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-17 07:18 EST by Aaron Digulla CLA
Modified: 2009-01-23 11:35 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Digulla CLA 2006-12-17 07:18:32 EST
There is no quick fix for this error, yet.
Comment 1 Markus Keller CLA 2007-01-31 12:53:58 EST
There are at least 2 cases here:

1. <classpathentry kind="var" path="JUNIT_HOMErrrr/junit.jar"/> gives:
Unbound classpath variable: 'JUNIT_HOMErrrr/junit.jar' in project J

2. <classpathentry kind="var" path="JUNIT_HOME/junit.Err"/> gives:
Project J is missing required library: 'C:\e\i\I20061214-1445-clean\plugins\org.junit_3.8.2\junit.Err'
Comment 2 Markus Keller CLA 2007-02-01 11:26:25 EST
I've added quick fix "Configure build path..." for common build path errors, but no specific fix for "Unbound classpath variable".