Wayne, you also need to include the dependencies listed in the pom - not just javaflow itself.
> <taskdef name="javaflow" > classname="org.apache.commons.javaflow.ant.AntRewriteTask"> > <classpath id = "project.class.path"> > <fileset dir = "lib"> > <include name = > "**/commons-javaflow-1.0-SNAPSHOT.jar"/> > </fileset> > </classpath> cheers, Torsten -- http://www.yourdailygeekery.com http://www.torstencurdt.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
