chrono028 / mercurialeclipse

Automatically exported from code.google.com/p/mercurialeclipse
Other
0 stars 0 forks source link

Error upon deletion of project #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Created an Hg versioned project with lots of packages and classes.
2. Delete the whole project, with "Delete project contents on disk" enabled.

What is the expected output? What do you see instead?
No errors, everything is deleted.
Instead, I get this error: http://gyazo.com/a4865bc24fa87227651977045a853ca1

What version of the product are you using? On what operating system?
Latest in snapshot on Windows 7 64bit, using Eclipse 64-bit.

Original issue reported on code.google.com by ra4k...@gmail.com on 5 Aug 2012 at 4:27

GoogleCodeExporter commented 8 years ago
Oh I forgot to mention that it said "No stack trace available" when I searched 
for more information.

Original comment by ra4k...@gmail.com on 5 Aug 2012 at 4:29

GoogleCodeExporter commented 8 years ago
Oh never mind! I got this stacktrace: http://pastebin.com/ZaLZaevq

Original comment by ra4k...@gmail.com on 5 Aug 2012 at 4:30

GoogleCodeExporter commented 8 years ago
And this one too: http://pastebin.com/WS0esYcr

Original comment by ra4k...@gmail.com on 5 Aug 2012 at 4:31

GoogleCodeExporter commented 8 years ago
Thanks for the report. Though in this case I don't think it's hge's fault. 
- There's no mercurial eclipse code in the stack traces. Is it possible there 
was a build in progress before you started deleting or otherwise a built tool 
had the files open?
- I couldn't reproduce tonight on linux with 2 medium sized java projects. 
- As far as I know hge will only participate in a project deletion if the 
project you're deleting is not at the root of the repo.

If you have repro steps on a publicly available code base in an eclipse version 
with minimal plugins please let me know.

Original comment by johnpeb@gmail.com on 7 Aug 2012 at 4:47

GoogleCodeExporter commented 8 years ago
Ok this is not only on deletion of projects, but also on deletion of a package 
that has  *many* sub-packages. The exception still generates exceptions that 
don't contain MercurialEclipse code, but this doesn't happen when I 
"disconnect" versioning first.

Original comment by ra4k...@gmail.com on 12 Aug 2012 at 8:53