博客到野生蝇迁移

发布于 2025-02-05 13:33:46 字数 700 浏览 1 评论 0原文

我有一个 build.xml 文件,该文件调用我的Java项目 buildwebservice.xml 文件,其中包含许多Weblogic特定的ANT标签,例如 wlaapc clientgen wsdl2service autotype
我正在尝试将项目从WebLogic Server迁移到Wildfly Server,并试图找到这些标签的野生蝇替代方案,但找不到对我有用的东西。
我尝试了 wsconsume 标签,该标签可以用于客户端,但是当我添加时,它是罐子,然后对构建文件进行更改,它给出了错误那个< classpath>标签未识别

如果有人做过这样的事情或对此有任何想法,请指出我如何实现这一目标并用正确的Wildfly标签替换Weblogic标签。

更新:Wsconsume的类Pather错误通过删除来解决,并且自动能够捕获ClassPath中定义的罐子。 但是问题仍然存在,它不适合更换我上面提到的博客任务。

I have a build.xml file which calls the buildWebService.xml file for my java project, which contains many weblogic specific ant tags like wlaapc, clientgen, wsdl2service and autotype.
I am trying to migrate the project from weblogic server to wildfly server and tried to find the wildfly alternative for these tags, but couldn't find anything that works for me.
I tried the wsconsume tag which is in the wildfly documentation that could be used for clientgen, but when I added it's jars and made the changes to the build file it gives an error that <classpath> tag is not recognized.

If someone has done something like this or has any idea regarding this, please point me in the correct direction on how I can achieve this and replace the weblogic tags with correct wildfly tags.

Update: The classpath error for wsconsume was resolved by removing it, and it was automatically able to capture the jars defined in the classpath.
But the problem still persists that it is not suitable for replacing the weblogic tasks that I mentioned above.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文