I'm trying to embed a VBScript into my build file, I got hold of BSF from IBM and installed it. Trouble is when I try to run it I just get the following error:
BUILD FAILED H:\Data\mdoc\3.x\src\build.xml:58: com.ibm.bsf.BSFException: Scripting engine failure Microsoft VBScript runtime error: <declareBean> 0:80 Object required: '[string: "C:\Progra~1\WiseIn~1"]' (scode=0x800a01a8 wcode=0x0) It seems to be complaining about a property in my build file, so I commented the property out and it started complaining about another ... I kept removing the apparently offending properties, now it complains about buildroot which I can't do much about. If anyone can offer any help with running VBScript from within Ant I would be most grateful. BTW I am using Ant 1.4, BSF 2.2. TIA, Andi.
