RE: [nant-dev] Support for global collections / referencable types

2005-01-28 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I have a suggestion. All collections should support the Composite pattern. I've had many situations where I've wanted to specify multiple filesets or divide up the namespace imports and then collect them up where they are used. Suppose I have three different namespace imports (N1, N2, and N3) and

[nant-dev] Contribution: New NAnt Filter: LineMatches

2004-12-03 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi NAnt Developers, I've written a filter similar to Ant's LineContainsRegex filter. I'd like to submit it to be included in NAnt. Please review the code I've included in the linematches.zzz file (Please change the .zzz extension to .zip). The code is divided into three files: src/NAnt.Core/Filte

[nant-dev] Contribution: New NAnt Filter: LineMatches

2004-12-03 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hi NAnt Developers, I've written a filter similar to Ant's LineContainsRegex filter. I'd like to submit it to be included in NAnt. Please review the code I've included in the linematches.zzz file (Please change the .zzz extension to .zip). The code is divided into three files: src/NAnt.Core/Filte

RE: [nant-dev] Suggestion for call element

2004-11-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
> -Original Message- > From: Gary Feldman [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 24, 2004 11:50 AM > To: Castro, Edwin Gabriel (Firing Systems Engr.); Bruce Leggett; Nant- > Developer List > Subject: Re: [nant-dev] Suggestion for call element > &g

RE: [nant-dev] Suggestion for call element

2004-11-24 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
You know, I was just trying to do something similar to this... I was writing a bash script to automate compilations of a few projects and I had similar sections I could wrap up into functions and call them later. Anyway, I thought to myself I should be able to define a few top level targets using m

RE: [nant-dev] 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] changes >

RE: [nant-dev] 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 to true. If I create the ComInterop assemblies by hand I n

RE: [nant-dev] 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 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 PROTECTED] >

RE: [nant-dev] Error building using Solution Target

2004-11-10 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I've ran into similar problems with VC++ projects. Our projects started out as pre.NET projects and have been converted through the various releases. I've seen a few projects that do not have ProjectGuids. I've also seen a few situations where the ProjectGuids in different solutions do not match ea

RE: [nant-dev] RE: [Nant-users] NantContrib [loadtasks]

2004-09-30 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
from the developers list so that I can determine how much effort (if any) I should put into this. --Edwin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: Wednesday, September 29, 2004 5:16 PM To: Scott Her

RE: [nant-dev] I was wrong

2004-09-30 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
iginal Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 10:10 AM To: Castro, Edwin Gabriel (Firing Systems Engr.) Subject: RE: [nant-dev] I was wrong [loadtasks] Scanning assembly "NAnt.Contrib.Tasks" for extensions. BUILD FAILED D:\Buil

[nant-dev] RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Sent: Wednesday, September 29, 2004 2:47 PM To: [EMAIL PROTECTED] Cc: Castro, Edwin Gabriel (Firing Systems Engr.) Subject: Re: [Nant-users] NantContrib [loadtasks] No idea when this would get worked on, but the implementation should be pretty simple. Most of the code is written to support creat