Monthly Archives: February 2009

IDEA versus Eclipse

IDEA has been giving me grief lately. Fed up with mysterious pauses, bugs in svn moves, and crashes even after performing cache-deletion voodoo in IDE, I’m back to trying Eclipse. Keystroke differences and functionality differences have been the major stumbling … Continue reading

Posted in Technical HOWTOs | Tagged , , , | 4 Comments

Simple Log4J eclipse template

Do you use eclipse and log4j? Do you have a template to add a static Logger instance in classes? Do you have to manually add the import? HA! NO MORE! Under Preferences > Java > Editor > Templates, click New… … Continue reading

Posted in Technical HOWTOs | Tagged , , | 2 Comments

How to set up native subversion (javahl) with Subclipse on Mac OS X

Note that this is for Ganymede (Eclipse 3.4.x). Install the javahl binding with MacPorts: sudo port install subversion +bash_completion sudo port install subversion-javahlbindings Run eclipse, and add this upgrade site: http://subclipse.tigris.org/update_1.4.x Select the “JavaHL Adapter” and “Subclipse” modules and click … Continue reading

Posted in Technical HOWTOs | Tagged , , | 3 Comments

Solution for mysql_upgrade errno: 13

Are you upgrading MySQL, and seeing this? [plain highlight="6,7"] $ mysql_upgrade Looking for ‘mysql’ as: mysql Looking for ‘mysqlcheck’ as: mysqlcheck Running ‘mysqlcheck’… …. Could not create the upgrade info file ‘/usr/local/mysql/data/mysql_upgrade_info’ in the MySQL Servers datadir, errno: 13 [/plain] … Continue reading

Posted in Technical HOWTOs | Tagged | Leave a comment

Skype Beta for Mac 2.8 has screen sharing

Skype Beta for Mac OS X version 2.8 adds screen sharing, and it’s easy to use — but screen sharing is only available on the Mac version of Skype. Until they port screen sharing to Windows and Linux, teamviewer and … Continue reading

Posted in Technical HOWTOs | Tagged | Leave a comment

java rake db:migrate implementations

I was surprised that there were so many libraries that do the same thing — manage change inĀ  your database schema. Here’s what I’ve found so far: Liquibase (migrations are specified in db-generic XML) migrate4j (migrations must be writted in … Continue reading

Posted in Technical HOWTOs | Tagged | 2 Comments