makoivis / eclipse-ticket-test

0 stars 0 forks source link

Vaadin Eclipse plugin: Better error message when changing the jar. #80

Open makoivis opened 8 years ago

makoivis commented 8 years ago

Reported by Jens Jansson on 7 Sep 2009 12:33 UTC I was about to change the vaadin jar for one of my projects. I used the Vaadin Eclipse plugin to do that. After choosing and downloading the correct jar version, I pressed apply. It asked me if "Do you want to change the Vaadin version 6.1.0-pre1 to 6.1.0-pre2 in the project Components" (without a questionmark!) and I pressed Ok, which after I was presented with the error message: "Failed to change Vaadin version in the project". It took me a while to understand what the problem was. I figured out that I had the tomcat server and OOPHM running, and the package changing starter working after I closed the OOPHM server.

I propose to give some more detailed message in the error, so that it would be easier to spot the problem. Even a "The file is currently in use." would have helped a lot. There wasn't a record of this in Eclipse own error log eighter. Is it possible to add these errors there too, so that you can check the problem from the stacktrace.

makoivis commented 8 years ago

Modified by Artur Signell on 8 Sep 2009 05:13 UTC

makoivis commented 8 years ago

Comment by Henri Sara on 18 Sep 2009 07:59 UTC The exact cause of the problem is somewhat difficult to determine, but added an error message suggesting to check if the file is in use in [8844] and added the question marks.

Also, improved error logging to the Eclipse error log in #2938.

makoivis commented 8 years ago

Modified by Artur Signell on 12 May 2014 07:42 UTC

makoivis commented 8 years ago

Modified by Artur Signell on 9 Sep 2014 08:39 UTC