简体   繁体   English

Eclipse Scout 11 或 22 卡住

[英]Eclipse Scout 11 or 22 getting stuck

I have projects running on Scout 10, today I decided I would start to play around with the new Eclipse Scout, so I downloaded the new version here: https://www.eclipse.org/downloads/packages/release/2021-12/r我有在 Scout 10 上运行的项目,今天我决定开始使用新的 Eclipse Scout,所以我在这里下载了新版本: https://www.eclipse.org/downloads/packages/release/2021-12 /r

I also updated my node version, installed pnpm, and got the adoptjdk11.我还更新了我的节点版本,安装了 pnpm,并获得了 adoptjdk11。

So far so good, I create a new project, try to run the [webapp] all and I am getting stuck here:到目前为止一切顺利,我创建了一个新项目,尝试全部运行 [webapp],但我被困在这里: 在此处输入图像描述

So what I have tried is to manually run a mvn clean install, then run separately the server and the ui by using the launchers, and I get the application running所以我尝试的是手动运行 mvn clean install,然后使用启动器分别运行服务器和 ui,然后我让应用程序运行

So two questions, why the latest eclipse Build is using the version22.0.0-beta instead of version 11?那么两个问题,为什么最新的eclipse Build使用的是version22.0.0-beta而不是version 11? also why it gets stuck with the webapp all launcher还有为什么它会卡在 webapp all launcher 上

在此处输入图像描述

When looking at the project creation log we can read this:查看项目创建日志时,我们可以读到: 在此处输入图像描述

Why it gets stuck with the webapp all launcher.为什么它会卡在 webapp all 启动器上。

This was a bug in that specific beta build that has been resolved in the meantime, see also https://www.eclipse.org/forums/index.php/t/1109904/ .这是特定测试版中的错误,已同时解决,另请参阅https://www.eclipse.org/forums/index.php/t/1109904/

Why the latest eclipse Build is using the version 22.0.0-beta instead of version 11?为什么最新的 eclipse Build 使用的是版本 22.0.0-beta 而不是版本 11?

The Scout SDK plugins in Eclipse and IntelliJ are not bound to a specific Scout version anymore. Eclipse 和 IntelliJ 中的 Scout SDK 插件不再绑定到特定的 Scout 版本。 When a new project is created, the newest version is used automatically, which may not always be ideal indeed.创建新项目时,会自动使用最新版本,这可能并不总是理想的。 But there are good news: the next Eclipse release 2022-03 coming out next week will provide the possibility to select any Scout version.但也有好消息:下周发布的下一个 Eclipse 版本 2022-03 将为 select 任何 Scout 版本提供可能性。 Apart from that, you could also use the mvn archetype command to create a new project.除此之外,您还可以使用 mvn archetype 命令创建一个新项目。 Details can be found in this thread: https://www.eclipse.org/forums/index.php?t=msg&th=1110018&goto=1849821&#msg_1849821详细信息可以在这个线程中找到: https://www.eclipse.org/forums/index.php?t=msg&th=1110018&goto=1849821&#msg_1849821

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

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