Bug 21915

Summary: [ExternalTools] Classpath Variable
Product: [Eclipse Project] Platform Reporter: Jamie McCrindle <jamie>
Component: AntAssignee: Simon Arsenault <simon_arsenault>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: ui
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jamie McCrindle CLA 2002-07-25 13:44:12 EDT
It would be handy to have a ${project.classpath} variable so that it would be
easy to run tools that need to reference classes on the project classpath (for
JavaProjects).
Comment 1 Nick Edgar CLA 2002-07-25 15:37:27 EDT
The classpath is defined by JDT and is not known to the external tools support.
JDT would have to contribute this variable (and external tools would have to 
have an extension point to allow this).
See comments in bug 21914.
Comment 2 Simon Arsenault CLA 2002-09-06 15:33:14 EDT
New external tool rework has extension point for defining new variables.

Note: new external tool work is not yet released to the head stream and won't 
for a while yet.