How to set "property" within p4 modificationset???
jeffchen2008 <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
Does anyone know there is way to set "property" within p4 modificationset? I
have the following in my cruisecontrol config.xml:
<cruisecontrol>
...
...
<project name= ...>
<property name="updated" value="0" />
...
...
<modificationset>
<p4
view="//depot/asic/msmshared/core_platform/plfs/p4testfile.txt"
port="${P4PORT}" user="${P4USER}"
passwd="${P4PASSWD}" client="${P4CLIENT}"
property="updated" />
...
</modificationset>
<schedule interval="300">
<ant target="build" anthome="apache-ant-1.6.5"
buildfile="projects/${project.name}/${project.name}.xml">
<property name="flag" value="${updated}" />
</ant>
</schedule>
...
...
</project>
...
...
</cruisecontrol>
Is this a correct usage of "property" attribute in p4 modificationset? It
seems to me that "updated" is never set/touched even if a ant build is
triggerred by an update to
"//depot/asic/msmshared/core_platform/plfs/p4testfile.txt" in perforce
repository. Can anyone give me a hint on this? Your help would be greatly
appreciated.
Frank
--
View this message in context: http://www.nabble.com/How-to-set-%22property%22-within-p4-modificationset----tp22878884p22878884.html
Sent from the CruiseControl - User mailing list archive at Nabble.com.
------------------------------------------------------------------------------