使用属性文件和配置文件与 mxmlc 一起使用

发布于 2024-08-13 07:50:35 字数 295 浏览 5 评论 0原文

我正在尝试按以下方式运行 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

-小熊_ 2024-08-20 07:50:35

来自 LiveDocs for mxmlc / -load-config:

如果指定配置文件,
您可以通过以下方式覆盖各个选项
在命令行上设置它们。

From the LiveDocs for mxmlc / -load-config:

If you specify a configuration file,
you can override individual options by
setting them on the command line.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文