Archive for the 'Eclipse' Category

Dec 24 2007

Task Management

Published by tom under Eclipse

I have hooked Mylyn up to our Trac. Here’s a webinar on version 2.2 and an interesting article from the New Yorker on checklists.

Post to Twitter Tweet This Post

No responses yet

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

Feb 21 2007

CruiseControl and Eclipse Headless Build

Published by tom under CruiseControl, Eclipse

We have been running a script to build our RCP app headless using CruiseControl in addition to building the plugins individually. In addition to building our app we do some tagging in version control. In addition we build each plugin individually so we can run unit tests, etc. It took me a while to get it running but now we are pulling our code out of CVS for each build using a map file.

This is the command that CruiseControl runs in a batch file.

java -cp %eclipse_path%/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -Declipse.home=%eclipse_path% -Dbuilder=%cruisecontrol_path%/projects/ /buildConfiguration %*

It also took me a while to teak the build.properties setup now I have it using the CruiseControl timestamp and build number to name each build.

Post to Twitter Tweet This Post

2 responses so far

Feb 10 2007

J2ME and Eclipse

Published by tom under Eclipse, J2ME

I have been able to develop a couple J2ME MIDlets using the EclipseME plugin.  Their quote is ““From zero to mobile in minutes”.

Post to Twitter Tweet This Post

No responses yet