开发者

Eclipse - "Error moving resource"

开发者 https://www.devze.com 2023-03-30 18:13 出处:网络
I am creating a web service client to consume a WCF service in eclipse and when I enter in the url for my WSDL, the setup wizard begins generating classes, then abruptly stops and spits out a nasy err

I am creating a web service client to consume a WCF service in eclipse and when I enter in the url for my WSDL, the setup wizard begins generating classes, then abruptly stops and spits out a nasy error message specifically targeting one of my classes.

IWAB0523E Error moving resource: Could not read from source when writing file 'C:\Documents and 开发者_如何学PythonSettings\sam.bengtson\My Documents\Java Files\WebServiceProject\src\org\datacontract\schemas\_2004\_07\InmateCanteenService\CallStatus.java'

The thing is, this class is automatically generated by the .Net connector for MySql. This also used to work without any problems and I have not recently changed my WCF service either. Has anybody else seen this error message before? Any sort of help would be appreciated. Thanks


Try refreshing your project and then cleaning it.


Eclipse has no idea about file modification that has taken place outside of it. The problem could simply be that you need to refresh the project which would involve selecting the project name and hitting F5 or right-click and select Refresh.

0

精彩评论

暂无评论...
验证码 换一张
取 消