我是Java Ant编程的新手,我看到了这段代码
<classpath>
<pathelement location="${executor.jar.file}"/>
</classpath>
我看到该项目有一个executor
文件夹,但是.jar.file
的含义是什么?
一般来说,这些职位上的.
有特殊意义吗?
点(.
)字符在蚂蚁中没有特殊含义。 用大括号括起来并以$
符号(${like-this-for-example}
)开头的文本是可以由另一个蚂蚁目标动态设置的属性。