Maybe specifying a upgraded <dependency/> on ant for the antrun plugin in your POM would help too ?
On Jan 3, 2008 2:57 PM, EJ Ciramella <[EMAIL PROTECTED]> 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? >
