Both fail with the following errors:
C:\022498_WCS54_Integration\BE54\Deployment\CruiseControl\build.xml:36: The <ant
lib:com.buildmeister.clearantlib:sct> type doesn't support the nested "arg" elem
ent.
Any ideas on what the problem is?
Thanks,
Eric
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried the following:
<ca:ccexec failonerror="true">
<arg line="update -force -log NUL ."/>
</ca:ccexec>
AND
<ca:ccexec>
<arg value="update"/>
<arg value="-force"/>
<arg value="-log"/>
<arg value="NUL"/>
<arg value="."/>
</ca:ccexec>
Both fail with the following errors:
C:\022498_WCS54_Integration\BE54\Deployment\CruiseControl\build.xml:36: The <ant
lib:com.buildmeister.clearantlib:sct> type doesn't support the nested "arg" elem
ent.
Any ideas on what the problem is?
Thanks,
Eric
This should have been addressed in the 0.7 release - does it work now? The <sct> has been removed.