简体   繁体   English

如何从命令行运行Delphi XML模式绑定生成器?

[英]How can I run the Delphi XML schema binding generator from the command line?

For build automation, I would like to invoke the XML Data Binding Wizard in Delphi from a build script. 对于构建自动化,我想从构建脚本中调用Delphi中的XML数据绑定向导。 I have found the WSDLImp.exe, but this tool seems to generate WSDL based Delphi code only. 我已经找到了WSDLImp.exe,但是此工具似乎只生成基于WSDL的Delphi代码。

Is the XML schema binding wizard (which generates Delphi code for XSD files) available as a command line tool? XML模式绑定向导(为XSD文件生成Delphi代码)是否可以用作命令行工具?

As it is a Wizard, it is by definition a UI kinda thing, not a command line one. 因为它是向导,所以从定义上来说,它只是一种UI,而不是命令行。
Maybe you mean as a separate exe that you can launch without Delphi? 也许您是说作为一个单独的exe,您可以在没有Delphi的情况下启动它?
AFAIK, it is not possible. AFAIK,这是不可能的。
FYI, it is part of the dclnet design time package. 仅供参考,它是dclnet设计时软件包的一部分。 The class of the wizard-dialog is TXMLNewBindingDlg. 向导对话框的类为TXMLNewBindingDlg。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM