Yeah, just replied saying sorry for the noise. Hate when I strangle my maven with ant..
-----Original Message----- From: Ian Springer [mailto:[EMAIL PROTECTED] Sent: Thursday, January 03, 2008 9:33 AM To: Maven Users List Subject: Re: Support of ant 1.6+ conditions 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
