That’s because there’s no GWT Development Mode plugin for Firefox 14. And now I can’t work!
Wait! There’s a solution. Instead of fighting with ubuntu with reversing installed Firefox to 13. I can have parallel versions of FF.
So how to install previous version of Firefox on ubuntu?
Go there
*
*
http://mirror.dacentec.com/mozilla/firefox/releases/
and download your binary. Be cautious with 32 and 64 version. If you don’t know what version do you have, call
uname -m
and it’ll tell you.
Then unpack your version to desired directory (other than current Firefox’s dir).
Close any running Firefox instances and run your downloaded version. Beware of upgrading both firefox and any plugins. Don’t do this. This copy should remain as is.
If you’re looking for unofficial GWT Development Plugin versions (for FF12, FF13 and soon for FF14) you might looking at my gwt entries.
Couple of years ago I wasn't a big fan of unit testing. It was obvious to me that well prepared unit tests are crucial though. I didn't known why exactly crucial yet then. I just felt they are important. My disliking to write automation tests was mostly related to the effort necessary to prepare them. Also a spaghetti code was easily spotted in test sources.
