Forcing Build During Ant "Pause" Period

Tennis Smith <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <[email protected]>
Hi,

My schedule definition specifies that builds are triggered by svn changes
during part of the day:
        <schedule interval="3600">
            <ant
                anthome="apache-ant-1.7.0"
                buildfile="projects/${project.name}/build-${project.name
}.xml"
                target="build"
                uselogger="false"
                usedebug="false"
                showAntOutput="false"
                showProgress="false"
                saveLogDir="projects/cc/logs/${project.name}"
                timeout="1200"/>
            <pause starttime="1900" endtime="2359"/>
            <pause starttime="0000" endtime="0359"/>
            <pause day="saturday" starttime="0000" endtime="2359"/>
            <pause day="sunday" starttime="0000" endtime="2359"/>
        </schedule>

Is there any way to force a build during these pause times and when no
changes have been made?

-- 

Tks,
-T

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.