|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
Filter/minimize ant output which are displayed in htmlmail&reporting applications (Nagesh!!!)Hi All,
To provide you more detail about the problem here are my config.xml and deligating script. I have configured CC with 2.7.2 and Tomcat 5.5. I think most of the Ant's output are svn logs.. so what are the possible ways to minimize these Ant's output in htmlemail or reporting application under Errors/warnings view...? Please help..! -Thanks in advance..! config.xml:- <cruisecontrol> <project name="Threadfin" buildafterfailed="true"> <listeners> <currentbuildstatuslistener file="logs/Threadfin/buildstatu s.txt"/>
</listeners> <modificationset quietperiod="10"> <svn localworkingcopy="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/esb"/> <svn localworkingcopy="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/fmq"/> </modificationset> <schedule interval="3600"> <ant antscript="/home/nagesh/apache-ant-1.6.5/bin/ant" antWorkingDir="/home/nagesh/cruiser/workspace/cruise" buildfile="/home/nagesh/cruiser/workspace/cruise/soa.xml" target="build" saveLogDir="/home/nagesh/cruiser/workspace/cruise" uselogger="true" usequiet="true" usedebug="false"/> </schedule> <log dir="logs/Threadfin"/> <publishers> <htmlemail mailhost="server.fioserv.com" returnaddress="nageswara.rao@..." subjectprefix="!*CruiseControl*!" skipusers="true" spamwhilebroken="true"> <always address="devblrhyd@..."/> <failure address="devblrhyd@..."/> </htmlemail> <artifactspublisher dir="checkout/installer" dest="artifacts/Threadfin"/> </publishers> </project> </cruisecontrol> --------------------------------------------------------------------------------------------------- My ant delegating script looks like: <project name="esb" default="build"> <target name="build"> <ant antfile="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/antscripts/build.xml" dir="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/antscripts" target="bootstrap"/> <ant antfile="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/antscripts/autobuilder/build.xml" dir="/home/nagesh/cruiser/workspace/cruise/checkout/Threadfin/antscripts/autobuilder" target="all"/> </target> </project> -- Thanks, Nageswara Rao Palathya HandPhone:+91 97393 68768 Email: nageswara.rao@... www.fiorano.com ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Cruisecontrol-user mailing list Cruisecontrol-user@... https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user |
| Free Forum Powered by Nabble | Forum Help |