相关疑难解决方法(0)

Ant如何将从文件中读取的值读入属性值?

该文件看起来像:

a1,b1
a2,b2
...
Run Code Online (Sandbox Code Playgroud)

我知道价值"a2".如何将值"b2"转换为属性值.

我知道如何通过以下方式选择包含"a2"的行:

<linecontains>
  <contains value="a2"/>
</linecontains>
Run Code Online (Sandbox Code Playgroud)

我不知道如何将属性值设置为"b2".我随时为您提供更多其他信息.

ant build-process properties build

12
推荐指数
1
解决办法
1万
查看次数

标签 统计

ant ×1

build ×1

build-process ×1

properties ×1