[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] ANT_HOME variable
|
- From: pickgr@xxxxxxxxx (Garret Pick)
- Date: Thu, 13 Oct 2005 23:31:13 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: not organized
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
I'm wondering if it's possible to use an environmental variable for
ant_home in the external tool launch configuration instead of an absolute
path. Even a path relative to the workspace location would work for me.
In my *.launch file, I've tried replacing %%% below:
<listEntry value="<?xml version="1.0"
encoding="UTF-8"?> <runtimeClasspathEntry
id="org.eclipse.ant.ui.classpathentry.antH
ome"> <memento
antHome="%%%"/> </runtimeClasspathEntry> "/>
with several things like ${workspace_loc:foo} and ${env_var:ANT_HOME} but
it doesn't seem to work.
thanks,
Garret