How to set the path environment variable from ant script

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

How to set the path environment variable from ant script

7条回答
  •  暖寄归人
    2020-12-05 06:53

    You can use to expand the path:

    And then you can execute for instance sh from ant to export the environment variable:

    
    
       
       
    
    

    Or execute your command and set env with value, like so:

    
    
       
    
    

提交回复
热议问题