gpt4 book ai didi

java - 使用 NetBeans 和 Maven 进行增量构建以进行 jetty 热部署

转载 作者:行者123 更新时间:2023-11-29 09:25:20 25 4
gpt4 key购买 nike

在我的 unsuccessful attempt to run Tomcat with hot deployment 之后从 NetBeans 和 Maven,我试过 jetty 。 jetty-maven-plugin doc给了我一个重要的提示:

The plugin will automatically ensure the classes are rebuilt and up-to-date before deployment. If you change the source of a class and your IDE automatically compiles it in the background, the plug-in will pick up the changed class.

如果我查看项目目录中的 $myproject/target/classes/...,我可以看到 NetBeans 在保存时没有编译和刷新类文件。我需要显式构建项目来更新文件,然后 jetty 会接收到更改。 (插件参数“scanIntervalSeconds”设置为 1。)

我如何告诉 NetBeans 在保存时编译并更新类文件,以便 jetty 可以获取更改?

临时解决方案:“项目属性 > 构建 > 编译 > 保存时编译:对于应用程序和测试执行”。 NetBeans 警告我结果与普通编译器运行的结果不同,但到目前为止它仍然有效。

最佳答案

Project Properties > Build > Compile > Compile On Save: For both application and test execution". NetBeans warns me that the result is not the same as with a usal compiler run but it works so far.

关于java - 使用 NetBeans 和 Maven 进行增量构建以进行 jetty 热部署,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2784477/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com