Re: AW: Can't execute 'script' task. Get java.lang.ClassNotFoundException: org.apache.tools.ant.util.optional.ScriptRunner

2007-06-27 Thread Alex Honor
Slip of the finger. It is 1.7.0. Downloaded from http://ant.apache.org/bindownload.cgi Jan.Materne wrote: > > 1.7.9 ? > We never released a 1.7.9. We just have 1.7.0 > > Could you send the download link? > > > Jan > >>-Ursprüngliche Nachric

RE: Can't execute 'script' task. Get java.lang.ClassNotFoundException: org.apache.tools.ant.util.optional.ScriptRunner

2007-06-26 Thread Alex Honor
urce? 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: user@ant.ap

Can't execute 'script' task. Get java.lang.ClassNotFoundException: org.apache.tools.ant.util.optional.ScriptRunner

2007-06-25 Thread Alex Honor
Hi All, Experiencing some trouble using the Ant 'script' task. I am trying to test using a simple build.xml with the following content: println("message is " + message) I get the following error when I try and run it: $ /usr/local/apache-ant/1.7.0/bin/ant -f /tmp/bui