[Nant-users] Warning from the unwary

2004-06-30 Thread Troy Laurin
I started getting errors trying to run my build file today... I thought it might have something to do with re-installing VS.Net 2003, but other build files have worked since the re-install... When I ran the build file directly and it worked fine, I looked at my bootstrap batch file. Turns out I

Re: [Nant-users] Release Plan

2004-06-30 Thread Gert Driesen
- Original Message - From: "Ryan Cromwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 5:26 AM Subject: [Nant-users] Release Plan > I realize this has been put on the floor before, but is there a concensus as to some target dates for completing a next releas

Re: [Nant-users] Referencing assemblies in the GAC

2004-06-30 Thread Gert Driesen
- Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Tom Lathrop" <[EMAIL PROTECTED]> Sent: Thursday, July 01, 2004 3:37 AM Subject: Re: [Nant-users] Referencing assemblies in the GAC > Gert Driesen wrote: > > >Ian,

[Nant-users] Release Plan

2004-06-30 Thread Ryan Cromwell
I realize this has been put on the floor before, but is there a concensus as to some target dates for completing a next release?  There seems to be a significant amount left in the 0.8.x task list, but I would propose that between bug fixes, task updates, and expressions a release is within sight. 

[Nant-users] Optional attributes based on properties

2004-06-30 Thread Troy Laurin
I've noticed something appearing a few times in my build files, and I'm just wondering if other people have had similar issues, or if there's a better approach to doing this... Basically I'm coming up against situations in which I want to set an _attribute_ or not (of a task) based on some test.

Re: [Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Ian MacLean
/ I mean 'It would help ...'/ I would help if you also post the text of the exception you get form the Solution task built version. Also - do the built binaries differ in file size ? We've had issues previously where resources weren't compiled in properly causing a runtime exception. Ian Shawn

Re: [Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Ian MacLean
Shawn, I would help if you also post the text of the exception you get form the Solution task built version. Also - do the built binaries differ in file size ? We've had issues previously where resources weren't compiled in properly causing a runtime exception. Ian Shawn Knowles wrote: I would

RE: [Nant-users] Example .build file for building .vdproj?

2004-06-30 Thread James Geurts
Hi Mikkel,   I wrote the VDProjConverter and know a little bit about the NAnt msi/msm tasks... Unfortunately, I based the Wix syntax, that VDProjConverter generates, off of Dark, which generated broken syntax.  I didn’t know that it was incorrect at the time and I just haven’t had the cha

[Nant-users] Newbie question: VBC vs. Solution task

2004-06-30 Thread Shawn Knowles
I would prefer building my solution using the solution task as opposed to the VBC task but I have been unsuccessful in doing so.  I know I am missing something because when I compile using VBC and specify all includes and imports the exe works fine.  Using the SOLUTION task, the exe compile

[Nant-users] Example .build file for building .vdproj?

2004-06-30 Thread Faarup, Mikkel
Is there an easy way of doing this or do you have to use Wix or similar?   The VDProjConverter generates a very large xml for my project which results in a bunch of errors when wired into Wix…   My sln is a clean C#.net with aprox 20 web projects and 30 class libraries – no custom actio

Re: [Nant-users] Referencing assemblies in the GAC

2004-06-30 Thread Ian MacLean
Gert Driesen wrote: Ian, What do you think about this topic ? Can we continue to ignore this ? Ignore what ? Are you suggesting we start allowing references directly from the gac ? I still think that is a *bad* idea for all the same reasons mention previously. For any sort of reproducable bui

Re: [Nant-users] Installing NAnt Error

2004-06-30 Thread N K
Sure. Here's the full output: NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///C:/NANT/NAnt.build Target(s) specified: test [echo] Using 'net-1.1' framework on 'win32' platform. init: debug: set-

Re: [Nant-users] Referencing assemblies in the GAC

2004-06-30 Thread Gert Driesen
Ian, What do you think about this topic ? Can we continue to ignore this ? Thanks, Gert - Original Message - From: "Tom Lathrop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 9:32 PM Subject: [Nant-users] Referencing assemblies in the GAC > On May 31 Gert

[Nant-users] Referencing assemblies in the GAC

2004-06-30 Thread Tom Lathrop
On May 31 Gert Driesen said: > NAnt tries to resolve assemblies assemblies that cannot be located in the > current base directory, in the assembly directory of the current target > framework. It does not try to reference assemblies in the GAC. This is a problem for me. I'm using the Microsoft Ent

Re: [Nant-users] Assembly references in NDoc

2004-06-30 Thread Gert Driesen
Bill, You can use the ReferencesPath property of the NDoc documenters to set a semi-colon limited set of directory to check for referenced assemblies. However, it would be great if NDoc actually support a mechanism similar to filesets for assembly references. Gert PS. I'm copying the Ndoc dev l

Re: [Nant-users] Installing NAnt Error

2004-06-30 Thread Gert Driesen
- Original Message - From: "N K" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 4:22 PM Subject: [Nant-users] Installing NAnt Error > Hi, > I just began using NAnt. I downloaded and unzipped v0.84, included the > nant\bin folder in the system path, and then w

Re: [Nant-users] Cannot build solution with .mdproj projects?

2004-06-30 Thread Gert Driesen
- Original Message - From: "Matt Hulse" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 5:07 PM Subject: RE: [Nant-users] Cannot build solution with .mdproj projects? > Gert, > > I am using the latest build at the link y

RE: [Nant-users] Cannot build solution with .mdproj projects?

2004-06-30 Thread Matt Hulse
Gert, I am using the latest build at the link you gave me from June 19th, 2004. I understand that there are limitations in support for visual c++ projects. The reason I am trying to exclude that project is that it won't compile correctly using the solution task. Is there a way to get a more rec

Re: [Nant-users] Cannot build solution with .mdproj projects?

2004-06-30 Thread Gert Driesen
- Original Message - From: "Matt Hulse" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; "'Faarup, Mikkel'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 2004 4:50 PM Subject: RE: [Nant-users] Cannot build solution with .mdproj projects? > I am having th

RE: [Nant-users] Cannot build solution with .mdproj projects?

2004-06-30 Thread Matt Hulse
I am having the same problem as Mikkel using excludeprojects when building my solution. I am using the full path to the project to exclude. Any other ideas? Is anyone using excludeprojects successfully? Here is my .build section: Thanks, Matt Hulse [EMAIL PROTECTED] -Original

[Nant-users] Installing NAnt Error

2004-06-30 Thread N K
Hi, I just began using NAnt. I downloaded and unzipped v0.84, included the nant\bin folder in the system path, and then went to launch it by typing "nant". the build was unsuccessful and i got the following error: BUILD FAILED [csc] C:\WINNT\Microsoft.NET\Framework\v1.0.3705\csc.exe failed to

[Nant-users] Assembly references in NDoc

2004-06-30 Thread Bill.Martin
Hi, I'm implementing NDoc for the first time to compile the comments in my code, however I am hitting a bit of a problem. When I compile the docs, I get an error from NDoc that it cannot find some of my referenced assemblies. If I copy the referenced assemblies to the folder with my assembly the