dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

Eclipse plugin fails when I try to clean project. #50

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Originally opened as https://github.com/dart-lang/sdk/issues/22641

This issue was originally filed by @giry


What steps will reproduce the problem?

  1. In Eclipse: Project->clean

What is the expected output? What do you see instead? Error log shows bunch of errors (attached below), things like: code completion, ctrl+click etc doesn't work.

What version of the product are you using? Eclipse 4.4.1, dart plugin: 1.9.0.dev_09_01.

On what operating system? Windows 8.1.

Please provide any additional information below.


Attachment: eclipse.log (15.40 KB)

DartBot commented 9 years ago

Comment by keertip


@slodko,

Can you restart eclipse and see if that helps? From the log it looks like analysis is not working.


Set owner to @keertip. Removed Priority-Unassigned label. Added Priority-Medium, Area-Editor, Editor-Plugin, Triaged labels.

DartBot commented 9 years ago

This comment was originally written by @giry


Yes, I have tried to restart eclipse but analysis was still not working. Next, I removed dev plugin (1.9.0.dev_09_01) and install stable one (1.8.5). What happened at this point was even more strange: all projects from pub cache appears in eclipse 'project explorer' (screenshoot attached). I have to remove them all manually and now analysis works again.


Attachment: eclipse_bug.png (49.78 KB)

DartBot commented 9 years ago

This comment was originally written by def...@gmail.com


Same problem here moving from plugin for 1.8.5 to 1.9.1 stable. All the packages have been added to navigator view, I had to remove them manually.

Plus all the packages under .pub folder in a project get analyzed and reported in the Problems view.

DartBot commented 9 years ago

Comment by keertip


project clean fixed in https://codereview.chromium.org/1050143002/