According to the Ant docs (http://ant.apache.org/manual/CoreTasks/conditions.html), the syntax is:

<condition property="is.preview">
  <istrue value="${preview}"/>
</condition>


EJ Ciramella wrote:
Is there a newer version of the maven-antrun-plugin?
We would like to pass long a true/false property. If I have: <condition property="is.preview">
      <istrue property="preview"/>
    </condition>
I get this error: Class org.apache.tools.ant.taskdefs.condition.IsTrue doesn't support the
"property" attribute
Any suggestions?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to