使用属性文件和配置文件与 mxmlc 一起使用
我正在尝试按以下方式运行 mxmlc。
mxmlc -load-config+=mycfg.xml C:\\projects\\src\\main.mxml -output myswf.swf
在配置文件中,我想保留一些可配置的值,例如外部库的路径。是否可以将属性文件包含到配置文件中并将其用作配置文件中的 {property_name} ?
或者是否可以从命令行本身传递某些参数,这些参数将覆盖/替换配置文件中的相应值,例如 ant 命令中的 -D 选项?
请提供您的建议。
I'm trying to run mxmlc in the following manner.
mxmlc -load-config+=mycfg.xml C:\\projects\\src\\main.mxml -output myswf.swf
In the config file, I want to keep some values configurable, for example the paths of the external libraries. Is it possible to include a property file into the config file and use it as {property_name} in the config file?
Or is it possible to pass certain arguments from the command line itself that will override/replace the corresponding values in the config file, like the -D option in the ant command?
Please provide your suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自 LiveDocs for mxmlc / -load-config:
From the LiveDocs for mxmlc / -load-config: