You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Ramasubbu, Hari" <ha...@verizon.com> on 2001/12/29 00:55:30 UTC

Setting Environment Variables

I need to set a system environment variable before a task.
i.e FooVariable must be set to "foovalue" from the build xml.
I know that i can pass env variables to executables thru the exec -env
nested tasks,
but i wanna update this system variable before each VB or VC++ compile task.