[NAnt-users] Project References Issue.

2006-03-11 Thread Adrian Lazea
Hi all, Is there a way to have NAnt skip "unused" project references (without attempting to build those projects on a given configuration) when a solution is being built on a certain configuration (debug/release)? For instance, if "Project_1" is referenced by "Project_2" and I would like to

[NAnt-users] Project References Issue.

2006-02-09 Thread Adrian Lazea
Hi all, Is there a way to have NAnt skip "unused" project references (without attempting to build those projects on a given configuration) when a solution is being built on a certain configuration (debug/release)? For instance, if "Project_1" is referenced by "Project_2" and I would like

RE: [Nant-users] Project References

2005-01-28 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
to the NAnt team that they review the solution parsing mechanism and consider ignoring the GUIDs in the project files. The GUID stored in project files are not relevant when a solution file has been specified. --Edwin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

RE: [Nant-users] Project References

2005-01-28 Thread Foster, Richard - PAL
helps, Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Thursday, January 27, 2005 11:54 To: Nant Users Subject: [Nant-users] Project References I have been having trouble trying to get Project References to work wit

[Nant-users] Project References

2005-01-28 Thread Eric Fetzer
I have been having trouble trying to get Project References to work with the Solution Task. I'm running version "NAnt 0.85 (Build 0.85.1732.0; net-1.0.win32; nightly; 9/28/2004". We just changed all of our references to Project vs. DLL references. The projects build via VS.Net (with a master sol

[Nant-users] Project References question

2004-09-28 Thread Ceely, Aron D
I have a question about the order in which project references are resolved when searching specific path locations.  I have a reference in the web project I am trying to build that references an Office interop dll named Office.dll.  I have added this dll to my web project and specified the p

[Nant-users] Project references using the task

2004-05-10 Thread FRANCIS, Paul
Title: Project references using the task Hi I'm using the solution task to build a number of projects as follows: