Apache Ant Tasks 简明教程
Apache Ant Tasks - LoadFile
Description
Loadfile 任务将载入文件并将内容设置为属性。
Loadfile task loads a file and sets its content into property.
Properties
Sr.No |
Attributes & Description |
1 |
srcFile Source File. |
2 |
Property Property to save to. |
3 |
Encoding Encoding to use when loading the file. |
4 |
failonerror Whether to halt the build on failure. |
5 |
Quiet Do not display a diagnostic message (unless Apache Ant has been invoked with the -verbose or -debug switches) or modify the exit status to reflect an error. Setting this to true implies setting failonerror to false. |