gpt4 book ai didi

ant - 为 ant 脚本设置环境变量

转载 作者:行者123 更新时间:2023-12-04 12:42:41 24 4
gpt4 key购买 nike

有谁知道如何从 intellij-idea/rubymine 中为 ant 脚本设置额外的环境变量?使用环境变量的 ant 脚本部分如下所示:

  <property environment="env"/>
<fail unless="env.IDEA_HOME" message="IDEA_HOME must be set."/>

到目前为止我尝试过的:
  • 在启动时将环境变量传递给 Intellij
  • 设置 -> 路径变量
  • Ant Build -> 属性
  • Ant 构建 -> 执行 -> Ant 命令行
  • 最佳答案

    您可以将变量设置为额外的命令行参数。这是一个屏幕截图。

    enter image description here

    然后我的输出:

    echoproperties
    #Ant properties
    #Sun Mar 04 04:48:30 EST 2012
    \==-buildfile
    ant.core.lib=E\:\\IntelliJ IDEA 114.145\\lib\\ant\\lib\\ant.jar
    ant.file=E\:\\IdeaProjects\\psiviewer\\build.xml
    ant.file.psiviewer=E\:\\IdeaProjects\\psiviewer\\build.xml
    ant.file.type=file
    ant.file.type.psiviewer=file
    ant.home=E\:\\IntelliJ IDEA 114.145\\lib\\ant
    ant.java.version=1.6
    ant.library.dir=E\:\\IntelliJ IDEA 114.145\\lib\\ant\\lib
    ant.project.default-target=all
    ant.project.name=psiviewer
    ant.version=Apache Ant(TM) version 1.8.2 compiled on December 20 2010
    awt.toolkit=sun.awt.windows.WToolkit
    basedir=E\:\\IdeaProjects\\psiviewer
    dir.idea=e\:/idea11
    file.encoding=windows-1252
    file.encoding.pkg=sun.io

    你看 dir.idea设置为我们传递给 ant 的内容。

    关于ant - 为 ant 脚本设置环境变量,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9533075/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com