Hi All,
Experiencing some trouble using the Ant 'script' task. I am trying to test
using a simple build.xml with the following content:
<?xml version="1.0" encoding="utf-8"?>
<project name="groovyfun" default="groove">
<property name="message" value="Hello world"/>
<target name="groove">
<script language="groovy" manager="bsf">
println("message is " + message)
</script>
</target>
</project>
I get the following error when I try and run it:
$ /usr/local/apache-ant/1.7.0/bin/ant -f /tmp/build.xml
Buildfile: /tmp/build.xml
groove:
BUILD FAILED
/tmp/build.xml:5: java.lang.ClassNotFoundException:
org.apache.tools.ant.util.optional.ScriptRunner
I am using a Apache Ant 1.7.0 and have installed the recommended BSF and
Groovy optional Jars into $ANT_HOME/lib.
Thanks for any help.
--
View this message in context:
http://www.nabble.com/Can%27t-execute-%27script%27-task.-Get-java.lang.ClassNotFoundException%3A-org.apache.tools.ant.util.optional.ScriptRunner-tf3979639.html#a11297570
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]