How to assign the agent name to a environment variable Permanently deleted user Created August 07, 2008 10:03 Hi,I want to assign the agent name to my own enviroment variable, how can i do this.And how can i use the agent name in my ant script.Regards,
Try to add this as environment variable value: %system.agent.name%
--
Pavel Sher
I have done that but it is not filled in on execution time.
This is my ant script:
]]>
The result is that the agent name is not filed in.
In the Ant script you should not use prefix system: ${agent.name}
--
Pavel Sher
Thisworks, thanks