I wish it was that easy, I have this in my pom:

<plugin>
        <artifactId>maven-antrun-plugin</artifactId>
      <dependencies>
         <dependency>
            <groupId>ant</groupId>
            <artifactId>ant</artifactId>
            <version>1.6.5</version>
         </dependency>
     </dependencies>
        <executions> .....

And still get the message:

Class org.apache.tools.ant.taskdefs.condition.IsTrue doesn't support the
"property" attribute

Did I misunderstand your suggestion?

-----Original Message-----
From: Tom Huybrechts [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 03, 2008 9:05 AM
To: Maven Users List
Subject: Re: Support of ant 1.6+ conditions

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?
>

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

Reply via email to