Re: [NAnt-users] solution task with VS2005 solutions/SolutionItemsproblem

2007-10-01 Thread Adrian Rodriguez
tavo 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 lookin

[NAnt-users] VS 2005 websites fail to build?

2007-06-27 Thread Adrian Rodriguez
I have a few solutions that do not contain any associated project files. I believe this is what you get when you use Visual Studio and create a new website as opposed to going to create a new project and selecting web application. If I use the solution task (NAnt nightly), it keeps saying, "Error

Re: [NAnt-users] solution task with VS2005 solutions/SolutionItemsproblem

2007-06-12 Thread Adrian Rodriguez
code changes). Cons: Not a one-line change in the regex What do you think? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 2:05 PM To: Adrian Rodriguez; nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] solution task w

Re: [NAnt-users] solution task with VS2005 solutions/Solution Itemsproblem

2007-06-06 Thread Adrian Rodriguez
Here's the bug id: 1732361 If you don't have time right now, do you think I can make a fix and submit it for review? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 1:10 PM To: Adrian Rodriguez; nant-users@lists.sourceforge.n

[NAnt-users] solution task dependencies

2007-06-05 Thread Adrian Rodriguez
I ran some tests on my system to see how the solution task behaves. Are my findings correct: Here's my layout: C:\code + Solution 1 + Solution 2 (contains project reference to Solution 1) + Solution 3 (contains project reference to Solution 1) One of my targets in the build file does this:

[NAnt-users] solution task with VS2005 solutions/Solution Items problem

2007-06-04 Thread Adrian Rodriguez
I've posted this to the list before, but I never received a reply. If you add a "Solution Item" to a Visual Studio 2005 solution, you get a failure saying, "Error checking whether c:\foo\Solution Items is an enterprise template project. Could not find file c:\foo\Solution Items" I had a workar