Hi All,
Looks like Task<Available> has
been deprecated. I get an error when I build my Nant script saying Task
<Available> deprecated replace with functions.
<available type="Framework" resource="net-1.0" property="framework.available.net-1.0"
/>
When I replace with functions however the
build fails at this statement. I did this:
<functions type="Framework" resource="net-1.0" property="framework.available.net-1.0"
/>
Thanks,
Shabana