Re: Script task not working

2009-12-09 Thread Harry_
Thanks Stefen! Stefan Bodewig wrote: > > On 2009-12-08, Harry_ wrote: > >> It is working fine on 1.7.1... Does ant support this task as core task by >> default in 1.7.1 as I do not have js.jar on machine having 1.7.1. > > The script task in Ant 1.6.5 uses Apache BSF as its sole scripting > e

Re: Script task not working

2009-12-09 Thread Stefan Bodewig
On 2009-12-08, Harry_ wrote: > It is working fine on 1.7.1... Does ant support this task as core task by > default in 1.7.1 as I do not have js.jar on machine having 1.7.1. The script task in Ant 1.6.5 uses Apache BSF as its sole scripting engine, with Ant 1.7.x we added support for javax.script