让 HelloWorld for Mule 工作时出现问题
我正在尝试从此链接中的示例 Hello World: http:// www.mulesoft.org/documentation/display/MULE2INTRO/Quick+Start
我安装了 MuleIDE,现在正在“创建 Mule 应用程序”部分。我正在关注它,但最后当 Mule IDE 生成项目时,没有包含 hello-config.xml 文件的conf目录。我哪里出错了?有什么想法吗?我创建的项目如下所示。谢谢:)
I'm trying out the example Hello World from this link here: http://www.mulesoft.org/documentation/display/MULE2INTRO/Quick+Start
I have the MuleIDE installed and I'm on the "Create a Mule Application" section. I'm following it, but at the end when Mule IDE generates the project, there is no conf directory with the hello-config.xml file. Where have I gone wrong? Any ideas? My created project looks like this below. Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你没有做错任何事:你的项目很好。
配置文件位于 src/main/app 中,最终位于生成的应用程序存档的根目录中。
You haven't done anything wrong: your project is A-OK.
The configuration file(s) are in src/main/app and will end-up at the root of the generated application archive.
您的 .xml 文件将出现在 src/main/app 下拉菜单中...它将创建并保存您的所有流程:)
your .xml file will be present inside src/main/app drop-down menu...it's the one where all ur flows will be created and saved :)