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

2006-11-13 Thread jzhuqlfeixia
Thank you, but the problem is still exist. I know that the problem maybe shouldn't be there in the jboss forum. But I can't find the official forum for the Ant, ai hehe thank you all the same:) I will go on studying it. View the original post :

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

2006-11-13 Thread jaikiran
anonymous wrote : But I can't find the official forum for the Ant I found this: anonymous wrote : jGuru hosts an interactive Ant discussion forum and FAQ system | Forum: http://www.jguru.com/forums/home.jsp?topic=Ant | FAQ:http://www.jguru.com/faq/home.jsp?topic=Ant | at the

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

2006-11-13 Thread PeterJ
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

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

2006-11-13 Thread jzhuqlfeixia
Thans a lot:) I will try all of your advertices. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3985681#3985681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3985681 ___

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

2006-11-12 Thread jaikiran
Havent done this myself before, but here's what i could find which might be helpful: http://ant.apache.org/manual/OptionalTasks/script.html It does mention that: anonymous wrote : Note: This task depends on external libraries not included in the Ant distribution. See Library Dependencies for