hi, can could someone please give me an example of examining an environment
variable and the using an if?
i am trying to put in different classpaths depending on whether i am on
windoze or linux.
something like:
if ${unix}=true
then <pathelement location="foo/helper.jar"/>
else <pathelement location="c:\lbar\helper.jar"/>
fi
or maybe classpath has an attrubute if or unless that i could use? where
can i find a list of attributes?
thanks
---
ray tayek http://home.earthlink.net/~rtayek/
actively seeking telecommuting work
orange county java users group http://www.ocjug.org/
hate spam? http://samspade.org/ssw/
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@jakarta.apache.org>
|