> Which was taken almost verbatim from the javadoc:
> http://gradle.org/0.7/docs/javadoc/index.html?org/gradle/api/tasks/copy/CopySpec.html
>
> We are getting the following error:
> Cause: No such property: ReplaceTokens for class:
> org.gradle.api.internal.tasks.copy.CopySpecImpl

You need to import the class:

  import org.apache.tools.ant.filters.ReplaceTokens

I don't think it's clear that this is an Ant class, so perhaps the
documentation could do with a little improvement.

Cheers,

Peter

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to