B
benoit.beland
Hi,
I'm trying to do a rebase directly from the ant script:
<exec executable="cleartool" failonerror="true">
<arg value="rebase" />
<arg value="-view myviewname" />
<arg value="-recommended"/>
</exec>
Which gives me the following result:
[exec] cleartool: Error: Unrecognized option "-view myviewname"
If I run the following from the command line, it works fine:
cleartool rebase -view myviewname -recommended
Any help appreciated, thanks!
I'm trying to do a rebase directly from the ant script:
<exec executable="cleartool" failonerror="true">
<arg value="rebase" />
<arg value="-view myviewname" />
<arg value="-recommended"/>
</exec>
Which gives me the following result:
[exec] cleartool: Error: Unrecognized option "-view myviewname"
If I run the following from the command line, it works fine:
cleartool rebase -view myviewname -recommended
Any help appreciated, thanks!