using composite builds and multiple in builder?
Juergen Biebl <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <OF40AF693F.479903FD-ONC1257592.002F29DF-C1257592.0030F848@notes.msg.de> |
Hi,
I try to use the CompositeBuilder and within the <composite> the common
builder attribute multiple.
Here is the part of my config.xml:
<schedule interval="600">
<pause starttime="0000" endtime="0600" />
<composite>
<ant
target="delete-and-checkout"
multiple="5"/>
<ant
target="get-head-revision"
multiple="1"/>
<maven2
mvnhome="${mvn.home}"
pomfile="${project.wa}/pom.xml"
goal="clean|package"
multiple="5"/>
<maven2
mvnhome="${mvn.home}"
pomfile="${project.wa}/pom.xml"
goal="package"
multiple="1"/>
</composite>
</schedule>
The Problem is, that all four composite builds are always executed. It
seems that the multiple attribute is not considered within <composite>.
Is this true od did I miss something in teh config reference?
Thanks,
Juergen
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user