How to set the path environment variable from ant script

前端 未结 7 831
我在风中等你
我在风中等你 2020-12-05 06:37

How to set the path environment variable from ant script

7条回答
  •  青春惊慌失措
    2020-12-05 07:11

    To set the environment variables through Ant, try calling exec task and set the command line values. I have not tried this by the way, but it should work.

提交回复
热议问题