You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Dixit, Sandeep" <sa...@siemens.com> on 2008/05/28 13:34:08 UTC

p4sync: property based force option?

Is there a way to make force option property based,

 

Something like..

 

<p4sync force="${shouldForce}"  view="//depot/..." failonerror="true" />

 

Documentation says,force is true if the attribute is present.

 

That's silly, because it does not allow use of a property as attribute
value as most of ant task do.

 

 

 

 

Sandeep.