【发布时间】:2011-11-01 17:32:50
【问题描述】:
我正在使用ant属性文件任务写入属性文件的文件路径,下面是我的ant代码sn-p
<propertyfile file="WeblogicDomain.properties" comment="Weblogic Properties Below">
<entry key="path" value="C:/bea"/>
</propertyfile>
在输出属性,即 WeblogicDomain.properties 文件中,路径如下所示
path=C\:/bea
我对此感到困惑,是否有解决此问题的解决方案并放置源代码中提到的确切路径
我的蚂蚁版本:1.6.5
【问题讨论】:
标签: ant batch-file dos