Re: [Nant-users] Named filesets. Documentation bluez. And othernfg whining.

2003-08-22 Thread Ian MacLean
David Reed wrote: The Fine Manual says, "File Sets can appear inside tasks that support this feature or at the project level, i.e., as children of project." But I had trouble figuring out how to use the children of project feature... to keep as much of the build script to cut-paste-and-pray as pos

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Willem J.W. Semmelink
>>-Original Message- >>From: Bernard Vander Beken [mailto:[EMAIL PROTECTED] >>Sent: 22 August 2003 12:18 PM >>To: Willem J.W. Semmelink; [EMAIL PROTECTED] >>Subject: RE: [Nant-users] NDOC Task: Namespace summary missing? >>Hello Willem, >>You need to use a separate file Thanks, Bernard

RE: [Nant-users] FxCop Task

2003-08-22 Thread Brett Michael
Good stuff, can you post to the mailing list when it is available? Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arjen Poutsma Sent: Friday, 22 August 2003 7:41 PM To: Brett Michael; [EMAIL PROTECTED] Subject: RE: [Nant-users] FxCop Task Hi, I

Re: [Nant-users] linux nant make failure

2003-08-22 Thread Gert Driesen
Hi Jess, You actually first have to do a make clean, so what you want is : make clean && make all Hope this helps, Gert - Original Message - From: "Jesse S. A. Bridgewater" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 20, 2003 10:58 PM Subject: [Nant-users] linu

Re: [Nant-users] Problem in installing nAnt.

2003-08-22 Thread Gert Driesen
Hi Ravi, This is a known issue for the 0.8.3 rc2 release. This has been corrected in cvs. I uploaded a new "daily" build of the 0.8.4 release yesterday, so you can always use that one. Gert - Original Message - From: "Ravi Gulhane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thur

[Nant-users] Problem in installing nAnt.

2003-08-22 Thread Ravi Gulhane
Hi, I am first time trying to use this tool. I download the nant-0.8.3-rc2.zip I am using the framework 1.0.3705. I make changes in NAnt.exe.Config as defaultframework="net-1.0" When i im tyring to open the solution it is giving me error like.It does not have the project NAnt.Tests.csproj

[Nant-users] RE: ndoc and html in a property's value

2003-08-22 Thread Jean Rajotte
answering my own question... i see in the ndoc task that it writes out a temp ndoc project file that's full of nodes. since this file is created using the .net xml classes, any <> char would be rendered in &; notation, regardless of the original contents. since ndoc then works off the temp proje

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Jean Rajotte
when i got the same problem, i fixed it as follows: 1) no namespaces tag in the ndoc task 2) reference other xml file in summaries ... ... 3) ${file.namespaces} looks like this: Business objects and logic native to the framework. ...

RE: [Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Jonathan . Cogley
Willem, I have my namespace summary being included in the ndoc task using an external namespacesummary.xml file with the summaries tag. ... It is shown like this in the docs too. http://nant.sourceforge.net/help/tasks/ndoctask.html Nice to see a fellow S

RE: [Nant-users] FxCop Task

2003-08-22 Thread Arjen Poutsma
Hi, I made one. But in it's current state it's not very useful, since you cannot dissable individual rules, only rule files. However, I hope to fix this soon, and if the result is to Gert's approval ;-), you will find it in cvs. Best, Arjen -Original Message- From: Brett Michael [ma

[Nant-users] FxCop Task

2003-08-22 Thread Brett Michael
Title: Message I am hunting around for a FxCop task for Nant. I have found a few random posts about people wanting to do it, but no one appears to have actually released anything. I am willing to try my hand at coding this (filesets and all), but don't want to start anything if there is alr

[Nant-users] NDOC Task: Namespace summary missing?

2003-08-22 Thread Willem J.W. Semmelink
Hi all Could someone please advise me on the tags in the NDOC task? I copied the example code for the NDOC task from the Nant documentation to my project and it results in excellent documentation files, but the namespace summary is indicated as missing. /* Obviously, because namespace summaries

RE: [Nant-users] Solution task fails for ASP.NET project

2003-08-22 Thread Williams, Kevin
Title: Message I found something which almost works. I'll share what I found with everyone.     --  Michael, I didn't have to depend on environmental variables, but they are easy to use - check out