Re: [nant-dev] solution

2007-02-13 Thread Martin Aliger
PROTECTED] On Behalf Of Eric Fetzer Sent: Monday, February 12, 2007 6:56 PM To: NAnt Developers Subject: [nant-dev] solution With VS2005, we no longer ALWAYS have csproj files with Web projects. Thus, using referenceProject for project references seems to no longer be an option

Re: [nant-dev] solution

2007-02-13 Thread Eric Fetzer
@lists.sourceforge.net Sent: Tuesday, February 13, 2007 2:15:58 AM Subject: RE: [nant-dev] solution Hi Eric, I'd prefer converting your Web Sites to Web Application projects (included with VS2005 SP1). Those have .csproj files and from the building view, behave exactly same as all others c# projects

Re: [nant-dev] solution and compiler arguments

2007-02-12 Thread Martin Aliger
, 567 303 601 _ From: Ryan Parlee [mailto:[EMAIL PROTECTED] Sent: Sunday, February 11, 2007 9:18 PM To: [EMAIL PROTECTED] Subject: RE: [nant-dev] solution and compiler arguments Martin, I just came across your post about /nowarn /codepage args to csc via nant

[nant-dev] solution

2007-02-12 Thread Eric Fetzer
With VS2005, we no longer ALWAYS have csproj files with Web projects. Thus, using referenceProject for project references seems to no longer be an option with a solution file. In the past I've been able to allow the developers to use whatever path they wanted based on being able to use

[nant-dev] Solution Task

2006-06-16 Thread Mike Treadway
Hey everyone! We are currently setup with a common bindirectory that all of our projects and solutions reference from. Each project has a build event that copies its output to the bin folder so other projects can reference it. I had a situation with the solution task where nant was locking

RE: [nant-dev] Solution task feature proposal (with patch): write list of output s to a property

2005-10-30 Thread Foy, Sean
I'd definitely prefer having something fileset-like instead of a simple property to store the list of output files in. Yes, me too. That was actually my first thought. I didn't see any precedent for returning values of types other than string from a task, though. Would it be enough if there

RE: [nant-dev] Solution task feature proposal (with patch): write list of output s to a property

2005-10-30 Thread Foy, Sean
I think MSBuild also has something similar, but I haven't yet looked into it. Anyone know more about what they use ? I just read some of their PDC slides, Word documents, and some of http://msdn2.microsoft.com/en-us/library/0k6kkbsd(en-US,VS.80).aspx It seems that MSBuild parameters can be

[nant-dev] Solution task feature proposal (with patch): write list of output s to a property

2005-10-29 Thread Foy, Sean
I'd like to be able to access a list of outputs generated by the execution of the solution task. Attached is a patch that implements this feature using NAnt properties. The solution task now maintains a list of all outputs (and also a list of just the assemblies it compiles) during its

[nant-dev] solution continuing build with non-dependent projects

2005-06-13 Thread Martin Aliger
Hello, in past releases there was very nice feature in solution task named "Continuing build with non-dependent projects.". When any project in solution failed for any reason (compile error, missing reference, ...), projects which do not depend on this failed one was still built. Somehow

Re: [nant-dev] solution continuing build with non-dependent projects

2005-06-13 Thread Gert Driesen
- Original Message - From: Martin Aliger [EMAIL PROTECTED] To: nant-developers@lists.sourceforge.net Sent: Monday, June 13, 2005 11:51 AM Subject: [nant-dev] solution continuing build with non-dependent projects Hello, in past releases there was very nice feature in solution task

RE: [nant-dev] solution continuing build with non-dependent projects

2005-06-13 Thread Martin Aliger
Hello, yes - it happens also on newest nightly. I created bug report for it. Here: https://sourceforge.net/tracker/index.php?func=detailaid=1219705group_id=3 1650atid=402868 Small repro is attached. I'd dig deeper into sources and try to find why it do that. Also testcase would be nice to

RE: [nant-dev] solution continuing build with non-dependent projects

2005-06-13 Thread Martin Aliger
directly? Martin Aliger -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Aliger Sent: Monday, June 13, 2005 3:52 PM To: 'Gert Driesen'; nant-developers@lists.sourceforge.net Subject: RE: [nant-dev] solution continuing build with non

RE: [nant-dev] solution some little changes

2005-04-02 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Leh Sent: vrijdag 1 april 2005 10:03 To: nant-developers@lists.sourceforge.net Subject: [nant-dev] solution some little changes Hi there, our software is a big project in .NET which

[nant-dev] solution some little changes

2005-04-01 Thread Christian Leh
Hi there, our software is a big project in .NET which consists of 8 solutions (each containing about 5-8 projects, where some of them have more than 220 classes/forms) 1.) the first time we tried to run NAnt the first problem occurred: the resource file generation takes a lot of time (we have a

RE: [nant-dev] Solution-optional param

2005-02-24 Thread Martin Aliger
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert DriesenSent: Thursday, February 24, 2005 7:41 AMTo: 'Vojtech Jakes'; nant-developers@lists.sourceforge.netSubject: RE: [nant-dev] Solution-optional param Hi Vojta, Not sure if this is something we want. IF we add

[nant-dev] Solution-optional param

2005-02-23 Thread Vojtech Jakes
Hi, has anyone considered adding a booleanparameter to the solution taskforcing the creation of XML documentation on C# projects? This could be really quick one I think... Cheers Vojta This email and any files

[nant-dev] Solution task

2005-02-23 Thread Halloul, Rachid
Title: Solution task I'm a new to nant, I' m trying to use solution task to be able to build a dotnet project , here is my build file project name=MasterBuild default=build target name=build solution configuration=debug solutionfile=masterbuild\MasterBuild.sln projects includes

RE: [nant-dev] Solution-optional param

2005-02-23 Thread Gert Driesen
@lists.sourceforge.netSubject: [nant-dev] Solution-optional param Hi, has anyone considered adding a booleanparameter to the solution taskforcing the creation of XML documentation on C# projects? This could be really quick one I think... Cheers

[nant-dev] solution task: Exception when building a solution that contains a VC++

2005-01-22 Thread Chris Fewtrell
Hello I am using nant-0.85-rc1. I get this exception when excecuting the solution task. My solution contains 1 VC++.Net project that contains project references to other C# projects in the solution. I had a cursory look at the code. It appears (to me) that I will always get this exception if

RE: [nant-dev] solution task: Exception when building a solution that contains a VC++

2005-01-22 Thread Gert Driesen
Of Chris Fewtrell Sent: vrijdag 21 januari 2005 17:28 To: nant-developers@lists.sourceforge.net Subject: [nant-dev] solution task: Exception when building a solution that contains a VC++ Hello I am using nant-0.85-rc1. I get this exception when excecuting the solution task. My solution

RE: [nant-dev] Solution task and app.config file

2004-12-29 Thread Gert Driesen
-developers@lists.sourceforge.net Subject: [nant-dev] Solution task and app.config file Hi. I looked around inside the solution task source, and it seems that it should copy the app.config file to the {outputdir}/{exename}.config file. For some reason, this does not happen for me

RE: [nant-dev] solution target and vcproj support for MIDL compiler

2004-12-08 Thread Gert Driesen
McAnnallySent: vrijdag 3 december 2004 17:00To: Tom McAnnally; [EMAIL PROTECTED]Subject: RE: [nant-dev] solution target and vcproj support for MIDL compiler Here is a zipped up example project that exhibits this issue. Please remove removethisextension from the zip file name

RE: [nant-dev] solution target and vcproj support for MIDL compiler

2004-12-04 Thread Hani Atassi
AM To: [EMAIL PROTECTED] Subject: [nant-dev] solution target and vcproj support for MIDL compiler Has anyone tried to build a COM based vc project. It seems to me that NANT doesn't run the MIDL compile and therefore cannot build a COM based vc project. -Tom

[nant-dev] solution target and vcproj support for MIDL compiler

2004-12-03 Thread Tom McAnnally
Has anyone tried to build a COM based vc project. It seems to me that NANT doesnt run the MIDL compile and therefore cannot build a COM based vc project. -Tom

RE: [nant-dev] solution tag bug

2004-11-22 Thread Gert Driesen
To: [EMAIL PROTECTED] Subject: [nant-dev] solution tag bug as you requested... I'm reporting this as a bug H:\docs\coopmetrics\devel\Websitec:\program files\nant\bin\nant.exe CoopMetri cs.build NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001

RE: [nant-dev] solution changes

2004-11-14 Thread Gert Driesen
PROTECTED]; [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes In the 0.84 build there is a bug (keep forgeting to get an official patch) where the solution task will fail if the output assembly is read-only on the drive. Normally you would think this is the desired behaviour

RE: [nant-dev] solution changes

2004-11-14 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: vrijdag 12 november 2004 15:12 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Aw: [nant-dev] solution changes Hello Gert, nice to here that the delivery of 0.85 seems to happen soon

[nant-dev] solution changes

2004-11-12 Thread Gert Driesen
Hi, I've finally took some time to refactor the way the solution task deals with references. We now also use the tlbimp / aximp tasks to generate wrapper assemblies. With the 0.85 release closing in on us (finally, I know), I'd really appreciate it everyone could check whether there are no

RE: [nant-dev] solution changes

2004-11-12 Thread Nicklas Norling
2004 11:55 To: [EMAIL PROTECTED] Subject: [nant-dev] solution changes Hi, I've finally took some time to refactor the way the solution task deals with references. We now also use the tlbimp / aximp tasks to generate wrapper assemblies. With the 0.85 release closing in on us (finally, I know

RE: [nant-dev] solution changes

2004-11-12 Thread Brant Carter
(cs.OutputDir, PreBuildEvent.bat), PreBuildEvent); } // nothing to do, signal success return true; } From: Nicklas Norling [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes Date: Fri, 12 Nov 2004 12:01:39 +0100

RE: [nant-dev] solution changes

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
PROTECTED] Subject: [nant-dev] solution changes Hi, I've finally took some time to refactor the way the solution task deals with references. We now also use the tlbimp / aximp tasks to generate wrapper assemblies. With the 0.85 release closing in on us (finally, I know), I'd really appreciate

RE: [nant-dev] solution changes

2004-11-12 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
] Subject: RE: [nant-dev] solution changes -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicklas Norling Sent: vrijdag 12 november 2004 12:02 To: [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes Is there a lot done since

RE: [nant-dev] solution changes

2004-11-12 Thread Gert Driesen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Castro, Edwin Gabriel (Firing Systems Engr.) Sent: vrijdag 12 november 2004 19:35 To: Gert Driesen; Nicklas Norling; [EMAIL PROTECTED] Subject: RE: [nant-dev] solution changes Hi Gert, I

RE: [nant-dev] solution 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] solution changes -Original Message- From

[nant-dev] Solution task for vcproj - Default import lib issue

2004-11-10 Thread Will Wilson
Hi All, First off, thanks for great work done on Nant. I used the original Ant a few years ago on both C++ Java projects now have a need to compile a fairly complex C++ solution (ie. multiple projects with thousands of files). So far, with a little gentle persuasion, I've managed to get

Re: [nant-dev] solution and compiler arguments

2004-10-25 Thread Martin Aliger
However, in double checking this, I found out that the codepage option is not available in Visual Studio at all, and hence you can't set it differently for different configurations. So perhaps it's not a viable option for you, but maybe you can change your codepage in the enviornment

Re: [nant-dev] solution and compiler arguments

2004-10-25 Thread Gert Driesen
- Original Message - From: Martin Aliger [EMAIL PROTECTED] To: '! nant' [EMAIL PROTECTED] Sent: Monday, October 25, 2004 11:08 AM Subject: Re: [nant-dev] solution and compiler arguments However, in double checking this, I found out that the codepage option is not available

RE: [nant-dev] solution and compiler arguments

2004-10-25 Thread Martin Aliger
For now, I'm using modified NAnt version which allow me to specify additional options. I think it could be useful for others. If not, I'll give up and will try to find another solution (like modify .csproj for /nowarn + setting environment localization for /codepage). But ... I

RE: [nant-dev] solution and compiler arguments

2004-10-20 Thread Martin Aliger
Hi, solution configuration=Release outputdir=${output.dir} projects include name=*.csproj/ /projects compilerargs csc arg value=/codepage:1250/ /csc /vbc arg value=/whatever:option/ /vbc /compilerargs /solution

[nant-dev] solution and compiler arguments

2004-09-30 Thread Martin Aliger
Hello, I just tried to migrate to newest nightly of NAnt and found (again) thatI have to specify some custom options to csc.exe when compiling mine projects: solution configuration="Release" outputdir="${output.dir}" includevsfolders="false"projectsinclude

Re: [nant-dev] solution and compiler arguments

2004-09-30 Thread Gert Driesen
] To: '! nant' [EMAIL PROTECTED] Sent: Thursday, September 30, 2004 5:07 PM Subject: [nant-dev] solution and compiler arguments Hello, I just tried to migrate to newest nightly of NAnt and found (again) that I have to specify some custom options to csc.exe when compiling mine projects

RE: [nant-dev] solution and compiler arguments

2004-09-30 Thread Martin Aliger
... solution is very handy shortcut for this task and just a little bit is missing... Martin Aliger -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 5:16 PM To: Martin Aliger; '! nant' Subject: Re: [nant-dev] solution and compiler

RE: [nant-dev] Solution build with nightly build

2004-07-25 Thread Thibaut Barrère
: samedi 24 juillet 2004 22:16 To: [EMAIL PROTECTED] Subject: [nant-dev] Solution build with nightly build I tried a solution build with the latest source and I get the following error. Kevin Burton [EMAIL PROTECTED] NAnt 0.85 (Build 0.85.1664.0; net-1.0.win32; nightly; 7/22/2004) Copyright (C) 2001

[nant-dev] Solution build with nightly build

2004-07-24 Thread Burton, Kevin
I tried a solution build with the latest source and I get the following error. Kevin Burton [EMAIL PROTECTED] NAnt 0.85 (Build 0.85.1664.0; net-1.0.win32; nightly; 7/22/2004) Copyright (C) 2001-2004 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///D:/Projects/Visa/MR0804/Application

RE: [nant-dev] solution changes, including J# support

2004-07-12 Thread Brian Deitte
]' Subject: [nant-dev] solution changes, including J# support Hi all, I've made some changes to the VS.NET classes, including providing J# support for the solution task. The changes are attached, with the zip renamed foo to fool sourceforge's email filter. They are unifed diffs against

Re: [nant-dev] solution changes, including J# support

2004-07-12 Thread Gert Driesen
, 2004 4:26 AM Subject: RE: [nant-dev] solution changes, including J# support Hi all, just pinging on this change. If someone has this change on their todo list, then nevermind. Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian

[nant-dev] Solution task locks dll

2004-06-12 Thread jos . clijmans
Situation : NAnt nightly build 20040525 VB.NET Solution with 2 projects, project B is dependend on project A with copy local = true. Building the solution the first time , no problem both projects are build and the dll from the first project is copied into the output dir of the second

[nant-dev] solution task

2004-05-26 Thread Brian Nantz
I have found that the solution task has greatly matured since I last used it. I use enterprise templates in my solutions all the time. At work the master solution contains 109 projects! The NAnt solution task does pretty well until it gets to a VS.NET database project then it gives me an

Re: [nant-dev] solution task

2004-05-26 Thread Gert Driesen
] Sent: Wednesday, May 26, 2004 4:07 PM Subject: [nant-dev] solution task I have found that the solution task has greatly matured since I last used it. I use enterprise templates in my solutions all the time. At work the master solution contains 109 projects! The NAnt solution

RE: [nant-dev] solution task

2004-05-26 Thread Brian Nantz
I thought I posted this before but I dont think it went through. I tried this with May 25 build and it doesnt work. Brian From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:48 AM To: Brian Nantz; [EMAIL PROTECTED] Subject: Re: [nant-dev] solution

RE: [nant-dev] solution task

2004-05-26 Thread Brian Nantz
-dev] solution task Brian, Could it be that you specified that project using the projects or referenceprojects fileset ? Gert - Original Message - From: Brian Nantz [EMAIL PROTECTED] To: 'Gert Driesen' [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 5:50 PM Subject: RE: [nant-dev

Re: [nant-dev] solution task

2004-05-26 Thread Gert Driesen
- Original Message - From: Brian Nantz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:46 PM Subject: RE: [nant-dev] solution task No I only point to the solution and map the webservices. The csproj files may refernce the database project I don't know

RE: [nant-dev] solution task

2004-05-26 Thread Brian Nantz
] solution task - Original Message - From: Brian Nantz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 9:46 PM Subject: RE: [nant-dev] solution task No I only point to the solution and map the webservices. The csproj files may refernce the database project I don't know

[nant-dev] Solution task on Linux?

2004-05-21 Thread Clayton Harbour
Hi, I was just curious if anyone has looked closely at what it would take to get the solution task running on Linux/ mono? I would like to help out with that but am not sure where to start and what is being done. Cheers, Clayton ---

[nant-dev] Solution Task Build Order

2004-05-20 Thread Eric Fetzer
I just upgraded to the latest greatest (5.20) NAnt and NAntContrib and the solution task is not building my projects in the correct order and crashing because of this. It seems to be exactly the opposite of the order it should (i.e. If I put 2 projects in there, it will always choose the wrong

Re: [nant-dev] Solution Task Build Order

2004-05-20 Thread Gert Driesen
Eric, Please submit a bug report and attach a small repro for this issue. Thanks, Gert - Original Message - From: Eric Fetzer [EMAIL PROTECTED] To: NAnt Developers [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 11:11 PM Subject: [nant-dev] Solution Task Build Order I just upgraded

[nant-dev] Solution task problem

2004-05-14 Thread Felix Cheong
Hi all, My .NET project has reference to some Visual Basic COM objects (e.g. MyServer.dll, COMSVCLIB.dll etc.). When I used NANT (latest nightly build May 10, 2004) to build this solution, it generates Interop.MyServer.dll, MyServer.dll, Interop.COMSVCLIB.dll and COMSVCLIB.dll. But if I build

[nant-dev] Solution task: RecursiveLoadTemplateProject error

2004-04-23 Thread Pawel Madziar
Hi, I have problems with buildin solution, when I trying to build it, I'm getting following error message: [solution] Starting solution build. BUILD FAILED Error checking whether 'C:\MPI2Build\src\MPI\MAG\HostingEnvironment\http://localhost/MPISeviceFacad e/MPISeviceFacade.csproj' is an

Re: [nant-dev] solution Problem

2004-04-09 Thread Gert Driesen
, 2004 8:25 AM Subject: [nant-dev] solution Problem This task is not working! I get an error no matter how I try to use the solution task. System.Exception: Couldn't find referenced type library 'C: \Winnt\system32\msvbvm60.dll\3'. at NAnt.VSNet.Reference.HandleWrapperImport(XmlElement

Re: [nant-dev] Solution task problems

2004-03-18 Thread Gert Driesen
Jia, I suggest using the latest nightly build (http://nant.sourceforge.net/nightly/builds) as lots of fixes for the solution task were committed recently. Let us know if you still have this or other problems with the nightly build. Gert On Mon, 2004-01-05 at 03:41, Jia Bin wrote: hi, I'm

[nant-dev] Solution Error With DependantOn

2004-03-16 Thread Michael Fletcher
Hello. Awesome job on the Solution tasks. I write bi/tri lingual applications and I am happy to see that support added in. But, I found a little bug. I don't know HOW I ended up with two dependent resources files but it would be good to correctly load them. I have an item in a project

[nant-dev] Solution task fixes + speedups

2004-03-16 Thread Matthew Mastracci
I've spent a bit more time speeding up the solution task and fixing differences from VS.NET. Here's a short summary of what to expect with the latest CVS: 1. We only create one AppDomain per solution build and per project build. We were creating dozens of AppDomains per project build

Re: [nant-dev] Solution task fixes + speedups

2004-03-16 Thread Gert Driesen
- Original Message - From: Matthew Mastracci [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Nant-Developers (E-mail) [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 11:05 PM Subject: Re: [nant-dev] Solution task fixes + speedups Gert Driesen wrote: 3. The HintPath

[nant-dev] Solution Task Error

2004-02-25 Thread Joseph Kunjoonju
Hello, I'm receiving the error stated belowfrom the "solution" task. I'm currently using nightly build nant-0.85-20040221 The project is a c# Class Library project, which generates a dll file. The Script call looks like this target name="srcbuild" depends="prebuild" description="Builds

Re: [nant-dev] Solution Task Error

2004-02-25 Thread Gert Driesen
To: [EMAIL PROTECTED] Sent: Monday, February 23, 2004 5:45 PM Subject: [nant-dev] "Solution" Task Error Hello, I'm receiving the error stated belowfrom the "solution" task. I'm currently using nightly build nant-0.85-20040221 The project is a c# Clas

[nant-dev] Solution build problem

2004-02-19 Thread Simon Steele
Hi, Nant is bailing on me (seemingly when trying to load a mixed mode C++ project) as part of a solution. The output is below. Another thing to mention while I'm here is that the C++ builder in the solution task doesn't seem to support expanding properties in the project files like

[nant-dev] solution compilation bug

2004-02-11 Thread Kostya Kostyuchenko
Hello. When I tried to compile my solution, I got this error: = BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: Assembly farpoint.calcengine.dll already loaded without additional security evidence.

[nant-dev] Solution task problems

2004-01-25 Thread Jia Bin
hi, I'm trying to build a solution and met the following problem. BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: Assembly gemgeocurtainm.dll already loaded without additional security evidenc . File name: gemgeocurtainm.dll Server stack trace: at

Re: [nant-dev] Solution task problems

2004-01-25 Thread Gert Driesen
-dev] Solution task problems hi, I'm trying to build a solution and met the following problem. BUILD FAILED INTERNAL ERROR System.IO.FileLoadException: Assembly gemgeocurtainm.dll already loaded without additional security evidenc

Re: [nant-dev] solution task

2004-01-06 Thread Scott Hernandez
1.) If you have the time, go for it! 2.) Improvements are great. 3.) Adding support for this is a good idea. At the solution and project level seems like a nice one to have too. - Original Message - From: Martin Aliger Hi all ! 1/ Do you think, that now is good time to some cleaning

[nant-dev] solution task

2004-01-05 Thread Martin Aliger
Hi all ! 1/ Do you think, that now is good time to some cleaning and restructuring in solution task as we discussed earlier? I have some spare time and appetite to do that now! 2/ Also I would need (and like to) make some improvements to that task. What I need (and currently use

[nant-dev] Solution Build Bug with resources and default root namespace

2003-12-08 Thread Paul Welter
I have found a bug in the solution build task when the project default root namespace is an empty string. The embeded resource namespace starts with a '.' when it shouldn't. For examlple, I have a vb class that has a namespace of Test.Project and the project does not have a Root Namespace

Re: [nant-dev] Solution Build Bug with resources and default root namespace

2003-12-08 Thread Ian MacLean
Hi Paul Which version of nant are you using ? A recent change in the solution task should fix that issue. Either the latest nightly or 0.84 beta 1 will have the fix. beta 1 has a known issue where it fails to build its test library with the following error : build: [csc]

[nant-dev] solution task and linked VS.Net files.

2003-11-23 Thread Viehland, Kirk
Nant developers, I am getting this error when I compile a VS.Net 2003 solution with an ProductInfo file that has been linked from a parent directory. e.g. File RelPath = ProductInfo.cs Link = ..\ProductInfo.cs SubType

Re: [nant-dev] solution task and linked VS.Net files.

2003-11-23 Thread Gert Driesen
] Sent: Monday, November 17, 2003 10:19 PM Subject: [nant-dev] solution task and linked VS.Net files. Nant developers, I am getting this error when I compile a VS.Net 2003 solution with an ProductInfo file that has been linked from a parent directory. e.g. File

RE: [nant-dev] solution task bug in nested build

2003-11-05 Thread Eddie Tse
Ok tested with the latest nightly builds, it works. Thanks!! -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Tuesday, 4 November 2003 5:29 PM To: Eddie Tse; [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task bug in nested build What version of NAnt are you

Re: [nant-dev] solution task bug in nested build

2003-11-04 Thread Gert Driesen
of the recent nightly builds (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert - Original Message - From: Eddie Tse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:08 PM Subject: [nant-dev] solution task bug in nested build Hi All, I have a large

[nant-dev] solution task bug in nested build

2003-11-03 Thread Eddie Tse
Hi All, I have a large multi-solution project and the solution task does not build properly if it is called within a nested nant task because the full path to the solution file is not used. Patch attached. Cheers, Eddie Index: src/NAnt.VSNet/Solution.cs

[nant-dev] solution task speedups

2003-10-29 Thread Matthew Mastracci
I pointed nprof at NAnt to see if I could get the solution task to build a little quicker for those of us with extra-large solutions. The code in Reference.cs was re-loading projects over and over if project references were being used. This re-loading of projects consumed over 99% of the

Re: [nant-dev] solution throws exception on path with backslashes

2003-10-28 Thread Gert Driesen
:48 AM Subject: [nant-dev] solution throws exception on path with backslashes Hi, Here is the exception (I use NAnt version 0.8.3) caused by the fallowing line: solution configuration=Debug solutionfile=\MySolution\Infrastructure\Utilities\Utilities.sln /solution I suspect backslashes

[nant-dev] Solution task, support for .csdproj

2003-10-25 Thread Thibaut Barrère
Hi, is there anyone currently working on adding support for .csdproj (PocketPc application) project in the Solution task ? Regards, Thibaut Barrère --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.525 / Virus Database: 322 -

Re: [nant-dev] solution tag and references revisited

2003-10-25 Thread Nicklas Norling
. /Nicke - Original Message - From: Nicklas Norling [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 25, 2003 8:43 PM Subject: [nant-dev] solution tag and references revisited Hi all. I'm trying to get the solution tag to work for me. I have a tag with ~30 .csproj files

Re: [nant-dev] Solution Task changes for C++ project support

2003-10-16 Thread Gert Driesen
PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 10:28 PM Subject: [nant-dev] Solution Task changes for C++ project support Hello, I grabbed the nightly build from 10.13.2003 and hacked away at the code until my solution with 13 C# projects and one C++ project compiled

RE: [nant-dev] Solution Task changes for C++ project support

2003-10-16 Thread Scott Ford
that it would not go through. -Scott -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thu 10/16/2003 3:42 AM To: Scott Ford; [EMAIL PROTECTED] Cc: Subject: Re: [nant-dev] Solution Task changes for C++ project

Re: [nant-dev] solution task

2003-10-08 Thread Martin Aliger
:50 AM Subject: [nant-dev] solution task Hi all, finally, I should have some spare time to nant project again. Do you still think, code refactoring for solution task (described below) is good idea? I want to ensure that if I do it, it will be accepted (alot of work) Martin

[nant-dev] solution task problem

2003-10-08 Thread Kent Boogaart
Hi all, I am attempting to use a solution task to build as follows: solution solutionfile=eSM/eSM.sln configuration=${c#.build.configuration}/ Doing so yields the following output: INTERNAL ERROR System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1. at

Re: [nant-dev] solution task

2003-10-07 Thread Gert Driesen
, Gert - Original Message - From: Martin Aliger [EMAIL PROTECTED] To: !nant [EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 10:50 AM Subject: [nant-dev] solution task Hi all, finally, I should have some spare time to nant project again. Do you still think, code refactoring

[nant-dev] Solution determination of build order

2003-10-06 Thread Eric Fetzer
How does solution determine the build order? My build all of a sudden stopped working and I can't figure it out. I was pointing to a .sln file with 26 projects and thought it might be the .sln. So I converted to: solution configuration=release projects includes name=A\A.csproj

[nant-dev] solution

2003-10-03 Thread Eric Fetzer
The last few days, I've run into a very strange situation. I'm doing vsscheckin's on certain dll files with my build because the developers don't want to have to build all the projects constantly (and change is big now - new app). So I have to do a vsscheckout at the beginning of the build

[nant-dev] Solution Task - Unable to find appropriate configuration for proj ect reference

2003-09-26 Thread Simon Steele
Hi, I'm trying out the solution task for the first time and am experiencing a couple of problems. I'm using Nant 0.8.3 final. The project structure comes out of CVS like this: Project\ Solution.sln Project1.csproj bin\ debug\ Tests\ Tests.csproj bin\ debug\ The

[nant-dev] solution task fix

2003-09-17 Thread Vincent Labatut
hi, i think there's a problem in the way compiled resource filenames are computed in the solution task. I had a collision which was failing my build (cf my mail to the nant users list solution task - problem with resources on the 9th sept). The filenames are computed by scanning the

Re: [nant-dev] solution task fix

2003-09-17 Thread Matthew Mastracci
Unfortunately, VS.NET uses the name of the class as the generated resources filename. Changing this would break any designer-created code. BTW, as a friendly suggestion. :) I can't read your mail from Sept. 9 because it appears to be encoded in something other than text/plain. I get

RE: [nant-dev] solution task fix

2003-09-17 Thread Erv Walter
, September 17, 2003 9:50 AM To: Vincent Labatut Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task fix Unfortunately, VS.NET uses the name of the class as the generated resources filename. Changing this would break any designer-created code. BTW, as a friendly suggestion. :) I can't

RE : [nant-dev] solution task fix

2003-09-17 Thread Vincent Labatut
:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:00 AM To: Matthew Mastracci; Vincent Labatut Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task fix VS.NET uses the full name of the class (namespace.classnam) for the behind the scenes .resx files (those resource files automatically

Re: RE : [nant-dev] solution task fix

2003-09-17 Thread Matthew Mastracci
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 5:00 AM To: Matthew Mastracci; Vincent Labatut Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task fix VS.NET uses the full name of the class (namespace.classnam) for the behind the scenes .resx files (those resource files

[nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Ooooppps, should have sent to NAnt Dev: My developers just started incorporating NDoc into their projects. My first build has resulted in some errors in the compile. It looks like NAnt is looking for the *.xml file that should result before the compile is done and erroring out because it's not

Re: [nant-dev] Solution Task problem

2003-09-16 Thread Eric Fetzer
Double Opps, Jean answered me. I'll bounce back as to whether it worked or not (warning level change). Thanks Jean!Eric Fetzer [EMAIL PROTECTED] wrote: Ooooppps, should have sent to NAnt Dev: My developers just started incorporating NDoc into their projects. My first build has resulted in

Re: [nant-dev] solution task addin

2003-09-15 Thread Martin Aliger
Hi, OK. I withdraw my negative vote, now I can see the need for such tweaks. ;-) But I think Martin's idea could be extended to all-singing-and-dancing syntax like: [snip] solution configuration=Release outputdir=${output.dir} includevsfolders=false projects includes

[nant-dev] solution task addin

2003-09-12 Thread Martin Aliger
Hi all, Again, I propose an addin into solution task. It enables use of extra parameters for csc task as in this case: solution configuration="Release" outputdir="${output.dir}" includevsfolders="false" projects includes name="${build.dir}/**/*.csproj"/ /projects assemblyfolders

Re: [nant-dev] solution task addin

2003-09-12 Thread Martin Aliger
here (similar to VS default) to I sometimes forget it... - Original Message - From: Gert Driesen To: Martin Aliger ; ! nant Sent: Friday, September 12, 2003 1:08 PM Subject: Re: [nant-dev] solution task addin Look very good, but I have some remarks : use BuildElementCollection

  1   2   >