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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...