Hi,

I'm trying to call an ant build file from maven using the antrun
plugin. The task being called contains a Rhino script element, and
it's throwing the following error when attempting to execute it:

java.lang.ClassNotFoundException:
org.apache.tools.ant.util.optional.ScriptRunner

Based on my research, it seems that ScriptRunner support is something
that needs to be built into Ant at compile-time, so perhaps the
version of ant downloaded by maven does not have this support built
into it.

If anyone has any ideas as to how I could make this work, I'd greatly
appreciate it if you could let me know. Thanks,

Jake

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to