Bug 21915 - [ExternalTools] Classpath Variable
Summary: [ExternalTools] Classpath Variable
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Simon Arsenault CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-07-25 13:44 EDT by Jamie McCrindle CLA
Modified: 2002-09-18 13:58 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 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.