Continuous integration & eclipse plugin development -
i developing set of eclipse plugins, , have several junit plugin tests start instance of eclipse, create mock workspace , mock project , runs various operations on them. want put on continuous integration , @ loss start. using hudson, there plugins makes easier? can tests launch eclipse in headless mode or on ci server? pointers appreciated.
i think best solution building eclipse-based software tycho - based on maven , uses standard eclipse files (like manifest, target platform, product definition). got started using intro blog: http://mattiasholmqvist.se/2010/02/building-with-tycho-part-1-osgi-bundles/, , worked well. use hudson, , since tycho maven-based, hudson integration trivial , worked calling maven, hudson supports out of box.
Comments
Post a Comment