Exclude single file for check when build shall be done
Oliver Pfau <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Hi,
after each build a version.properties file is updated by the svn revision number and checked in. Cruise control now builds to often, because this file has changed. I want to exclude this file for the decision to start a build. If and how is that possible ? I use CC 2.6.2 and here are some part of the config.xml for a continuous integration build:
....
<bootstrappers>
<svnbootstrapper localWorkingCopy="${project.root}" />
<antbootstrapper anthome="${project.root}/ant" buildfile="${project.root}/ant/build.xml" target="${bootstrapper.ant.target}" />
</bootstrappers>
...
<modificationset>
<svn LocalWorkingCopy="${project.root}" username="${repository.username}" password="${repository.password}" />
<timebuild time="0600"/>
</modificationset>
...
<schedule interval="3600">
<ant antscript="${project.root}/ant/bin/ant.bat" buildfile="${project.root}/ant/build.xml" target="${ant.target}" antWorkingDir="${project.root}/ant">
</ant>
</schedule>
...
It is a plugin preconfiguration. I want that this continuous integration checks each our for changes and only build when changes are existing. Also a fixed build is done on 06:00.
Any idea ?
Regards,
Oliver
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user