--- Sean LeBlanc <sean@nutros.com> wrote:
> Now, I'm trying to
> figure out how to execute something that resides in a path with
> a space in it.
> <env key="PATH" value="${java.library.path}:${vsshome}"/>
Use path=... instead of value=..., and try setting whichever of those
properties it is that has the dir with a space, using, eg:
<property name="tempdir" location='${env.TEMP}/"Spaced Dir"'/>
Diane
=====
(holtdl@yahoo.com)
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|