[NAnt-users] Nant call parent Tasks in nested build files

2009-08-27 Thread Ales Vojacek
Hi All, I have two build files one which I will execute with nant second nested ”second.build” Nant will end with en er

Re: [NAnt-users] Using JScript.NET to implement a function

2009-08-27 Thread Bob Archer
> Bob Archer wrote: > >> I am very familiar with JScript, but not with JScript.NET or C#. I > >> want > >> to write a function in JScript.NET that I can use in my NAnt script. > >> > >> I currently have: > >> > >> > >> > >> ${script::testfunc()} > >> > >> > >> > >>

Re: [NAnt-users] Using JScript.NET to implement a function

Bob Archer wrote: >> I am very familiar with JScript, but not with JScript.NET or C#. I >> want >> to write a function in JScript.NET that I can use in my NAnt script. >> >> I currently have: >> >> >> >> ${script::testfunc()} >> >> >> >> > public

Re: [NAnt-users] Using JScript.NET to implement a function

> I am very familiar with JScript, but not with JScript.NET or C#. I > want > to write a function in JScript.NET that I can use in my NAnt script. > > I currently have: > > > > ${script::testfunc()} > > > > public function testfunc():String