Share

NAnt - A .NET Build Tool

Tracker: Bugs

5 solution task fails with VS2005 Solution Items - ID: 1732361
Last Update: Comment added ( drieseng )

What I did to reproduce this:
1. Create a solution with a project.
2. Add an NAnt build file to the solution
3. Run NAnt on the build file.

You will receive an error saying something like, "Error checking whether
Solution Items is an enterprise template project"

If you look at the solution file, you'll see a Solution Items that is part
of the projects in the solution. This is a virtual folder that should not
be processed.

I created a patch for this on my system, but I don't know if it's the
optimal solution. I remember looking at some of the code. I think you can
take care of it using regular expressions or a simple if (!Solution Items)
{ // keep going }


Adrian Rodriguez ( oglowo ) - 2007-06-06 20:30

5

Closed

Fixed

Gert Driesen

Tasks

0.86

Public


Comment ( 1 )

Date: 2008-02-09 20:40
Sender: driesengProject AdminAccepting Donations


Fixed in CVS, and in the upcoming 0.86 Beta 2.

Thanks for the report!


Attached File ( 1 )

Filename Description Download
ConsoleApplication1.tar.gz A solution that exposes the bug. Download

Changes ( 5 )

Field Old Value Date By
status_id Open 2008-02-09 20:40 drieseng
resolution_id None 2008-02-09 20:40 drieseng
assigned_to nobody 2008-02-09 20:40 drieseng
close_date - 2008-02-09 20:40 drieseng
File Added 232018: ConsoleApplication1.tar.gz 2007-06-06 20:30 oglowo