[jboss-user] [Installation, Configuration & Deployment] - Re: Building errors with script language

PeterJ do-not-reply at jboss.com
Mon Nov 13 10:30:10 EST 2006


The problem is fairly obvious and the error message tells you so:

  Could not create task or type of type: script.

This means that < script > is not a valid Ant task. You cannot simply insert a beanshell script into the middle of an Ant script, because Ant does not know what to do with the < script > tag. What you need is an Ant plug-in that knows how to run beanshell scripts.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985468#3985468

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985468



More information about the jboss-user mailing list