[nant-dev] solution changes

2004-11-12 Thread Gert Driesen
Hi, I've finally took some time to refactor the way the solution task deals with references. We now also use the tlbimp / aximp tasks to generate wrapper assemblies. With the 0.85 release closing in on us (finally, I know), I'd really appreciate it everyone could check whether there are no

RE: [nant-dev] solution changes

2004-11-12 Thread Nicklas Norling
Is there a lot done since nightly 11-08? I've got that version deployed in my organisation and it seems to be working just fine (so far). Don't think we have wrapper assemblies, what are those? /Nicke -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: den 12 november

RE: [nant-dev] solution changes

2004-11-12 Thread Brant Carter
In the 0.84 build there is a bug (keep forgeting to get an official patch) where the solution task will fail if the output assembly is read-only on the drive. Normally you would think this is the desired behaviour but it is different that what VS.NET does. We actually rely on this bug to make

RE: [nant-dev] solution changes

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I assume these changes are in the latest nightly... I'd like to see how the solution task works with my setup... -Original Message- From: [EMAIL PROTECTED] [mailto:nant-developers- [EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Friday, November 12, 2004 2:55 AM To: [EMAIL

RE: [nant-dev] solution changes

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi Gert, I downloaded today's nightly build (2004-11-12) and tried it under my setup. I'm not getting the UnathorizedAccessException anymore but the problem with arrays is still there. The fix should be easy: set the sysarray attribute of tlbimp to true. If I create the ComInterop assemblies by

RE: [nant-dev] solution changes

2004-11-12 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: vrijdag 12 november 2004 19:35 To: Gert Driesen; Nicklas Norling; [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes Hi Gert, I

RE: [nant-dev] solution changes

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
-Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 11:13 AM To: Castro, Edwin Gabriel (Firing Systems Engr.); 'Nicklas Norling'; nant- [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes -Original Message- From:

[nant-dev] Mail task - expnading properties

2004-11-12 Thread Jay_Vilalta
All, Would it be possible to make the following line to the Mail task? foreach (string fileName in Files.FileNames) { try { string content = ReadFile(fileName); content=Project.Properties.ExpandProperties(content,Location);//***t his is the proposed change*