Trust eclipse ?
June 20th, 2005
After 3 hours of recovering and decompiling, I'm up to the state, which I left before I switched to eclipse. What was happend ? I don't know exactly. I have coded my current project (after all 6 days of work) in scite and decided to work in eclipse, where I created a new actionscript project with asdt. I got an error message and after restarting eclipse, all my files are deleted, even the backups. I scanned my computer for any file and found nothing. Kind of heart attack. I could recover 100% of the FLAs, but only one actionscript class. The rest comes back by using a decompiler. Never thought, that I will love this tool.
I cannot say, that this could be happend to any users, but I won't play with eclipse any longer. Time to make serious thoughts about a CVS and better backup systems. Well, 2 days left for the presentation. Back to work.
Filed under: +
7 Responses to “Trust eclipse ?”
-
Simon Wacker Says:
June 20th, 2005 at 8:27 pmHi André,
this is really bad news. The same happened for me with an old version of ASDT, but the new version works fine. I luckily had a copy of almost all as-files in the CVS.
I suggest you to use SVN instead of CVS. SVN offers support for a few tasks like, renaming, moving etc. which is missing in CVS.
I am kind of an Eclipse enthusiast so I hope you will give it a try again some day.Greetings,
Simon -
Kim Hansen Says:
June 20th, 2005 at 11:22 pmThis is not a problem with Eclipse, but with the plugin ASDT. Don’t give up on Eclipse for that reason.
-
joa Says:
June 21st, 2005 at 7:31 amwhat about using a tool like tuneup undelete or easy recovery pro? i found files on my pc for example that were about a year old. maybe youre lucky and get your files back this way.
-
Guojian Says:
June 21st, 2005 at 1:22 pmI installed eclipse and after 15mins i couldn’t figure out what was up and what was down.. so i switched back to SciTe…
http://www.playfool.com/blog/?p=67
posted link to a new version with MTASC integration :)
although i had to spend about 20mins setting up the fonts, colors and keyword hints to work like the macromedia’s IDE. well worth it though… they’ve even started to add a javadoc like document generation tool right into the editor.. too bad it doesnt yet support any tags… maybe next version :)
oh.. sorry about your files… yesterday, we used swf decompiler to recover a file too.. that software is amazingly powerful… classes and all.
-
Florian Krüsch Says:
June 26th, 2005 at 5:11 pmPlease keep in mind that Eclipse 3.1 is a release candidate and not final. ASDT is even considered alpha, as far as I remember.
I can recommend using Virtual PC for non-final software. This is the problem with systems like FAME – it comes with no quality control or warranty.Florian
-
Among Says:
September 12th, 2005 at 9:12 amIt is not an eclpise bug – it is ASDT’s. Do not use !!!pre-alpha products without external or manual backups. Eclipse platform without plugins can’t do anything good or bad by definition.
-
Andrew Says:
January 12th, 2006 at 10:16 amYep. I count myself as the next victim to fall foul of this. I had to rebuild my machine. I moved the project to a temp space and then set up a new project once I was once again setup. Lost everything and guess what, even though I usually have multiple copies back-ups of projects. belt and braces etc. For this one I didn’t.
It seems that ASDT has a big clearout of the folder when setting up the project. I would recommend setting up the project then importing the files in. Or, better still set-up subversion which is the way I am now going to do things.