Mar 20 2007
PHP and Eclipse PDT
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.
Mar 20 2007
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.
Mar 10 2007
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.
Mar 07 2007
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