Archive for March, 2007

Mar 20 2007

PHP and Eclipse PDT

Published by tom under Eclipse, PHP

I was able to get Eclipse running with PDT and the Zend Debugger. At first the MySQL extension wasn’t working but then I found the ini file buried in the plugins folder and I was able to add it.

Post to Twitter Tweet This Post

No responses yet

Mar 10 2007

Checkin database and ViewVC

Published by tom under CVS

ViewVC has a great feature to log all checkins in a MySQL database. The only hitch was when I generated the database using cvsdbadmin script I specified the path using the drive letter. I couldn’t figure out why it wasn’t working and then we removed the c: and voila it worked.

Update – turns out I needed to include the full path in the config file. I also was able to setup the script to loginfo for real-time updates but I had to create a batch file to set the CVSROOT environmental varible.

Post to Twitter Tweet This Post

No responses yet

Mar 07 2007

CruiseControl Veto Plugin

Published by tom under CruiseControl

I just noticed CruiseControl has added a veto plugin. We have been having problems with projects failing to compile because their dependencies haven’t been compiled yet. Hopefully this will solve the problem

Post to Twitter Tweet This Post

No responses yet