CC.rb is looking into the exit code of the build command. If it's non-zero, it's "build failed". If it's zero, it's "build sucessful". It doesn't parse the build output to make that decision.
On Tue, Sep 22, 2009 at 1:18 PM, Rodrigo Cascarrolho <[email protected]>wrote: > Hi, > I new in this list of users and I want to use cruisecontrol.rb with ant. My > problem is that the return message of ant is "BUILD FAILED", but the message > of cruisecontrol is "Build 17251.5 finished SUCCESSFULLY". In my projetct, I > write the cruise_config.rb "project.build_command = 'ant -buildfile > ./build/Teste.xml'". > > cruisecontrol.rb = version 1.4.0 > ant = version 1.7.1 > > Somebody help-me? > > Hugs, > Rodrigo > > _______________________________________________ > Cruisecontrolrb-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > -- Alexey Verkhovsky http://alex-verkhovsky.blogspot.com/ CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com]
_______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
