When I receive an Eclipse project as an archive, I can easily import the archived project into Eclipse. Let me show you how. ► All Eclipse Tricks Share this:
Sometimes, I want to export a project from Eclipse, for backup or to share it. I prefer more sophisticated methods, such as version control, but it never hurts to know the basic tools available. ► All Eclipse Tricks Share this:
When I build an app, at some point I want to export it as an executable. A simple way is to create an executable JAR file, which can be run from the console or simply by double click on most modern OSs. Eclipse makes this easy for me. Let me […]
When developing with frameworks, we usually have an integration problem, because the assumptions underlying our unit tests may or may not match the actual behaviour of the framework. Today I discuss a strategy to get out of this mess without duplicating tests or throwing away TDD. ► All My Insights […]
While playing with deployment to GitHub repositories, I figured out some interesting property of the method I presented in the previous episode: Deployments deletes all previously deployed files. While this may not be a problem with snapshot repositories, it certainly is for release repositories. But thanks to git tagging, there’s […]
Ever loose sight of the big picture while diving into some particular approach for solving your problem? Here’s how I mitigate this. ► All My Insights Share this:
You ever made overhours or went home with a bad feeling, because you started a too-big task too late in the day? Me to. Here’s what I try to do about it. ► All My Insights Share this:
You ever worked on a problem for like forever and then, just by talking about it to somebody else, solved it in minutes? This motivates Pair Programming, Mob Programming, and… Rubber Duck Debugging. Hail the Duck! ► All My Insights Share this: