Hello, --- Clifton Craig <[EMAIL PROTECTED]> wrote:
> Does anybody have an idea about when the next > release of Ant is due? I'm > having some trouble getting 1.6.5 to work as I'm > getting an error: > Could not create task or type of type: scriptdef. > > Ant could not find the task or a class this task > relies upon. > > I get this even after copying the bsf.jar and > bsh-2.0b1.jar into > $ANT_HOME/lib. I've verified that the lib folder has > ant-apache-bsf.jar in it > as well. I built my Ant-1.6.5 distro from source and > while it built I did > notice some warnings that I did not pay attention > to. Maybe that has > something to do with it? Yes, it has. When compiling Ant from source you have to provide the third party jars in order for the optional tasks to work. In short, the optional tasks are not compiled and their corresponding jars are empty, containing only MANIFEST file, if the external jars they rely on, are not present. Regards Ivan __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]