状况:在使用eclipse发布项目时不能自动生成class文件,且无法启动调试的Tomcat服务。启动过程提示Publishing failed with multiple errors。
解决方案:clean后refresh即可。
原因是因为使用了转码工具对代码进行格式转换,后启动会报Publishing failed with multiple errors 错误。
状况:在使用eclipse发布项目时不能自动生成class文件,且无法启动调试的Tomcat服务。启动过程提示Publishing failed with multiple errors。
解决方案:clean后refresh即可。
原因是因为使用了转码工具对代码进行格式转换,后启动会报Publishing failed with multiple errors 错误。