-
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2009
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2005
- October 2004
-
Meta
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
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
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
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
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
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