Re: [nant-dev] Re: ResGen assembly references?

2004-07-05 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Matthew Mastracci" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 3:13 AM Subject: Re: ResGen assembly references? <>Matthew Mastracci wrote: After upgradi

[nant-dev] Re: ResGen assembly references?

2004-07-05 Thread Gert Driesen
- Original Message - From: "Matthew Mastracci" <[EMAIL PROTECTED]> To: "Matthew Mastracci" <[EMAIL PROTECTED]> Cc: "Gert Driesen" <[EMAIL PROTECTED]> Sent: Tuesday, July 06, 2004 3:13 AM Subject: Re: ResGen assembly references? > I suppose a solution might be adding a framework property

[nant-dev] NAnt documentation

2004-07-05 Thread Giuseppe Greco
Hi all, Actually, NAnt doucmentation is organized like this: Does that and that... Parameters: +---+--+-+--+ | Attribute | Type | Description | Required | +---+--+-+--+ | debug | bool | bla bla... | false| +

[nant-dev] ILDASM task

2004-07-05 Thread Giuseppe Greco
Hi Ian, Attached to this email you'll find the IldasmTask.cs file... I've just corrected the file name in the header (it was IlasmTask.cs instead of IldasmTask.cs) and inserted an empty line after some methods because it was missing. I know, I'm a perfectionist and I'm sorry... The changes have b

Re: [nant-dev] checking task availability

2004-07-05 Thread Ian MacLean
Gert Driesen wrote: - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Sent: Sunday, July 04, 2004 5:10 PM Subject: Re: [nant-dev] checking task availability To be able to use this in our

RE: [nant-dev] checking task availability

2004-07-05 Thread Troy Laurin
Just to add a comment to this discussion... > Well, CheckAvailability would perform the actual runtime > check (using the XML configuration in the NAnt configuration > file, or the behaviour specified by the task), and possibly > throw an exception detailing the reason why the task is not >

Re: [nant-dev] checking task availability

2004-07-05 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nant-Developers (E-Mail)" <[EMAIL PROTECTED]> Sent: Sunday, July 04, 2004 5:10 PM Subject: Re: [nant-dev] checking task availability > Gert Driesen wrote: > > >After giving it some mo

[nant-dev] Re: ILASM and ILDASM tasks

2004-07-05 Thread Ian MacLean
Giuseppe Greco wrote: Ian, The ILASM and ILDASM tasks are ready. I'll send them to you with a separate email. cool. I already committed ilasm.cs with couple of minor fixes. I'll just merge in the differences from your update. Ildasm will go in NAnt.MSTasks rather than NAnt.DotNetTasks as there

[nant-dev] ILASM and ILDASM tasks

2004-07-05 Thread Giuseppe Greco
Ian, The ILASM and ILDASM tasks are ready. I'll send them to you with a separate email. About the "rebuild" property... we could rename it to "redisassemble", but I don't think this name is very nice. In this context, "rebuild" means rebuild the IL output, so I think it could be fine. Let me kn