The new spring ide runnable zip is here:
http://repository.jboss.com/eclipse/spring-ide/spring-ide-2.3.0.200912170948.zip
To run a local build, change o.j.i.e.releng/requirements/springide/build.properties to include the following two lines instead:
> build.uri=http://repository.jboss.com/eclipse/spring-ide/
> build.archive=spring-ide-2.3.0.200912170948.zip
Note that the following plugins/features are excluded from the build:
> exclude.plugins=org.jboss.tools.birt*.jar,\
> org.jboss.tools.eclipse.as.tptp*.jar,\
> org.springframework.ide.eclipse.ajdt*.jar,\
> org.springframework.source/**,\
> org.springframework.ide.eclipse..mylyn.jar,\
> org.springframework.ide.eclipse.mylyn*.jar,\
> org.springframework.security*.jar,\
> org.springframework.ide.eclipse.security*.jar
> exclude.features=org.jboss.tools.birt.feature*/**,\
> org.jboss.tools.tptp.feature*/**,\
> org.springframework.ide.eclipse.ajdt.feature*/**,\
> org.springframework.feature.source/**,\
> org.springframework.ide.eclipse.mylyn.feature*/**,\
> org.springframework.ide.eclipse.security.feature*/**
(This is set in /devstudio/trunk/devstudio-installer/build.properties.)
I've just started a local build, but anyone who wants to spin it themselves can do so to with the above patch/change. If a simple "does it install? does it run? are any weird errors thrown in console?" test passes, I'll commit this to trunk.