It looks like you are missing some of the classes for the optional tasks. Did you compile Ant from source? If so, I recommend using the binary dist, unless you have a compelling reason to comiple from source.
-Rob Anderson > -----Original Message----- > From: Alex Honor [mailto:[EMAIL PROTECTED] > Sent: Monday, June 25, 2007 4:25 PM > To: [email protected] > Subject: Can't execute 'script' task. Get > java.lang.ClassNotFoundException: > org.apache.tools.ant.util.optional.ScriptRunner > > > 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-j ava.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] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
