Bug 138199 - Allow using of classpath variables as parameters
Summary: Allow using of classpath variables as parameters
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.2   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-24 11:17 EDT by Ondrej Svetlik CLA
Modified: 2006-04-24 11:17 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 Ondrej Svetlik CLA 2006-04-24 11:17:22 EDT
It would be really nice to have a chance to pass classpath variables as arguments or properties. For example I'd like to pass my project's settings (which uses classpath variables) to an ant script. Something like
-Dmy.libs=${MY_LIBS}
or in properties
name: my.libs
val:  ${MY_LIBS}