Menu

Problem using the ccexec task

Help
2005-09-16
2013-04-17
  • Eric Zimmerman

    Eric Zimmerman - 2005-09-16

    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

     
    • buildmeister

      buildmeister - 2005-11-03

      This should have been addressed in the 0.7 release - does it work now? The <sct> has been removed.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.