如何在 Google eclipse 插件中配置 GWT Designer

发布于 2024-12-08 00:36:17 字数 424 浏览 3 评论 0原文

我创建了一个 GWT 项目,一切都很棒,但后来我决定更改应用程序的入口点。 事实证明,实现 EntryPoint 的类必须位于客户端包内的顶层。

com.company.project.myui.client.WebUI 是我原来的设置 - 我将其更改为 com.company.project.myui.client.ui.NewEntryPoint 当我意识到这不是受支持的配置时,我将其改回并且所有内容都在编译,但现在 GWT 设计器希望我的视图位于以下位置 com.company.project.myui.client.ui.client 这是错误的,它不会解析任何 ui 类。

我无法弄清楚它是从哪里获取此配置的。

任何帮助将不胜感激!

I created a GWT project and everything was great, but then I decided to change the entry point of the application.
It turns out that the class implementing EntryPoint has to be at top level inside the client package.

com.company.project.myui.client.WebUI was my original setup - I changed it to
com.company.project.myui.client.ui.NewEntryPoint
When I realized that this is not a supported configuration, I changed it back and everything is compiling, but now the GWT designer expects my views to be somewhere under
com.company.project.myui.client.ui.client which is wrong and it wont parse any of the ui classes.

I can't figure out where it is getting this configuration from.

Any help will be greatly appreciated!

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

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

发布评论

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

评论(2

双手揣兜 2024-12-15 00:36:17

您应该提供测试用例和更完整的错误描述(至少完整的堆栈跟踪)。

You should provide a test case and a more complete error description (a complete stack trace at minimum).

骷髅 2024-12-15 00:36:17

通过删除第二个包及其bundle.xml 配置文件来修复此问题。
不过,在我看来,这是 GWT 设计者意想不到的行为。

Fixed it by deleting the second bundle and its bundle.xml configuration file.
Still, in my opinion this was unexpected behavior from the GWT designer.

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