Gustavo,

     Yes.  I've corrected the problem, but I don't know if it's the
ideal solution.  I didn't have time to talk to the user group because I
was pressed for time, but now I'm a bit free.  Here is the "patch:"

 

After this line "foreach (Match projectMatch in projectMatches) {" (It
appears at about line 49)

 

add this:

 

if (project.ToLower().Equals("solution items")) {

    // Solution Items is a virtual project.  We don't need to process
it.

    continue;

}

 

Add that line to WhidbeySolution.cs under
($NANT_SOURCE/src/NAnt.MSBuild).  Build nant.  I believe I ran "nant
package"

 

NAnt User list,

     This solution works for now, but I'm not sure if this is the
appropriate place for this fix.  Perhaps the regular expression is a
better choice?  I'm not entirely sure.

 

<adrian />

 

From: Gustavo Ringel [mailto:[EMAIL PROTECTED] 
Sent: Monday, October 01, 2007 6:45 AM
To: Adrian Rodriguez
Subject: Re: [NAnt-users] solution task with VS2005
solutions/SolutionItemsproblem

 

Did you correct the issue with the solution items folder?

I'm having the same problem now and I'm looking for patches...

Thanks in advance.

Gustavo.

 

No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.13.35/1040 - Release Date:
9/30/2007 9:01 PM
  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to