On miƩ, 2011-08-24 at 16:12 +0700, Chris Bartlett wrote: > Firstly, many thanks to DreamTangerine for making the initial effort > to get us going. :) > Not at all.
> > So, is it Ok for all if I make some required changes ? > > Of course verifying that even standard (not-jenkins) builds will work > > :-) ... I can play with it today. > Is it possible to create new (temporary) build.xml & build.properties > for Jenkins? > If it is, then just make copies of the current files and add the > changes to get the Jenkins builds to work. Then we can compare the 2 > versions and easily see the changes before combining them back into > the original files (if possible/preferable) The build.xml and build.properties should work outside of Jenkins build (unless I miss anything) with a simple ant. As Sandro told there is a jenkins.job property that allow know if it a jenkins building or not. But I agree that maybe is better to wait 2.0.1 release (or not commit the changes, only copy then in jenkins build).