Christopher Williams wrote:

Markus,
The nightly/continuous build is still using an 0.7.0 prefix for versioning. Can that be changed to 0.8.0 now? I attempted to do so by editing mentions of 0.7.0 in the rdt-build project, but it looks like it didn't work. How does one change that?

Hi Chris,
the value of the prefix variable in org.rubypeople.rdt.build/cruiseControl/plugin/src/org/rubypeople/rdt/cruisecontrol/plugin/EclipsePluginLabelProvider.java is just a default. The build uses the entry from config.xml: <plugin name="labelincrementer" classname="org.rubypeople.rdt.cruisecontrol.plugin.EclipsePluginLabelProvider"/>
<labelincrementer prefix="0.8.0"/>

So, your change in config.xml was fine, I just had to "cvs update" the cruiseControlWorkspace on the build server to make cruise control use the new entry. Unfortunately the JMX console does not allow to set the version, you can only set the classname for the labelincrementer but not the attributes like prefix.

Markus


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rubyeclipse-development mailing list
Rubyeclipse-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rubyeclipse-development

Reply via email to