Re: [Nant-users] Does .NET Framework SDK is necessary for nant?

2004-10-12 Thread Ian MacLean
Are you sure you installed the Framework SDK and not just the core framework ? They are 2 seperate installers. The visual studio CD won't contain the SDK installer. Try the download from the link I posted previously - there is a simplified chinese version available here: http://www.microsoft.co

[Nant-users] IRC channel

2004-10-12 Thread Urs Muff
Title: IRC channel Is there an IRC channel where nant users and developers hang out?  I'm used to other open-source projects like mono and cocoa# where the main devs hang out on IRC and we can ask live questions, which is very practical. - Urs C. Muff Software Architect  - Research Lab, Q

[Nant-users] creating csproj file with nant

2004-10-12 Thread Urs Muff
Title: creating csproj file with nant I'm trying to create/update a csproj file with nant, since I'm producing asmx(.cs) files from a tool. First of I tried to use xmlpoke but adding references and files seems not possible with xmlpoke, since the parent node has to exist for xmlpoke to work.

[Nant-users] Suppress certain vb.net compiler warnings

2004-10-12 Thread Angus Grant
I have a nant build script (running 0.85 from the 6th October 2004), and it returns the warning "vbc : Command line warning BC2024 : the default assembly reference 'Microsoft.VisualBasic.dll' has already been automatically added; ignored" Is there any way to suppress this warning? I am also usin

RE: [Nant-users] Best way to record step fail/success status

2004-10-12 Thread Young, Jason \(GE Infrastructure\)
It does cause the build to fail. There are specific tasks that I would like to know if they passed or failed. If I use the nant.onfailure, I won't know which target to record as failing. I guess I could keep a property that keeps track of the last task that was being attempted, so I can write it

Re: [Nant-users] Does .NET Framework SDK is necessary for nant?

2004-10-12 Thread Luo Jiaolong
Dear Ian, Thank you for your help! But so strange, I reinstalled the Framework 1.1 from my Visual Studio 2003 disk , it appeared no SDK in "C:\Program Files\Microsoft.NET". My Framework is Simpled Chinese Version. I resolve this problem by copy the resgen.exe from visual studio to "C:\FrameWor

Re: [Nant-users] Best way to record step fail/success status

2004-10-12 Thread Merrill Cornish
If one of your steps fails, does that cause the build to fail? If so, then you can use the nant.onfailure property to specify a "cleanup" task, which will only be run after the main build if finished. In your case, that cleanup task would write the fail record to the SQL database. Merrill -

[Nant-users] Best way to record step fail/success status

2004-10-12 Thread Young, Jason \(GE Infrastructure\)
I have a build system that records each step of a build process. If a step succeeds, I add a row to a sql table with a status of 1. If it fails, I add that row with a status of 0. What is the easiest way to determine if a step succeeded or failed? Expressions maybe? One important thing to note

RE: [Nant-users] solution task and app.config copy issue

2004-10-12 Thread Pieter Jansen van Vuuren
Title: solution task and app.config copy issue Hi,   I also had problems with the solution task. Use the latest nightly build, that sorted out the problems for me.   Cheers   Pieter     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Urs MuffSent: 12 October 2004 09:15 PMTo:

[Nant-users] solution task and app.config copy issue

2004-10-12 Thread Urs Muff
Title: solution task and app.config copy issue Hi, I'm relatively new to nant (I'm using 0.84) and I'm using the solution task to copy my projects, having no issue with the compile and even cross project references.  However the app.config file is not copied into the outputdir specified, do I

RE: [Nant-users] Mailinging the build log

2004-10-12 Thread Merrill Cornish
Felice, I didn't see any funny characters, but I did notice that the block you identified occurs twice. The second time it is over 1800 lines into the file. Does the mailer you are using have a limit? One way of checking for a length limit would be to temporarily comment out a couple of the

RE: [SPAM] - RE: [Nant-users] Mailinging the build log - Email found in subject

2004-10-12 Thread Felice Vittoria
I ran 3 tests ... hmmm .. from the 3 email tests the mail stops after this: compile: [echo] Compiling: C:\VSS\Development\Components\ECL\SVPS\Common\Data Access\ECL.SVPS.Data.vbproj [exec] [exec] Microsoft (R) Development Environment Version 7.10.3077. [exec] Copyright (C)

RE: [Nant-users] Mailinging the build log

2004-10-12 Thread Merrill Cornish
Felice, Gert beat me to it. If part, but not all, of the log is sent, and it's the same part each time, then there is probably a control character or a character with the high order bit set in the file somewhere. The log file you attached is quite long. Can you give us an idea of where in th

Re: [Nant-users] Mailinging the build log

2004-10-12 Thread Felice Vittoria
Ok ... before I send out the file, how do I check to see if it includes null characters? I have notepad, wordpad, vs.net and Word installed on my PC. Can any of these tools do the job? If so, how? If not, what tool do you recommend? -Original Message- From: Gert Driesen [mailto:[

Re: [Nant-users] Mailinging the build log

2004-10-12 Thread Gert Driesen
Felice, Check if the content that you're logging includes any null characters (\0). Any text that appears after such a character is not sent. About the repro: you can always give the zip file another extension. Gert - Original Message - From: "Felice Vittoria" <[EMAIL PROTECTED]> To: "Me

RE: [Nant-users] Mailinging the build log

2004-10-12 Thread Felice Vittoria
Merrill, I did some more digging into the problem. It appears that the problem is NOT with creating the file but with sending the file. MailLogger AND the mail task have the problem where it will not display the entire contents of the logfile in the body of the email message. I have a zip

RE: [Nant-users] Status is Green when Exception is thrown in CC.NET Server

2004-10-12 Thread Felice Vittoria
Michael, I think you need to post this to the CC.NET user group. I don't think this is a NAnt issue. Felice -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hedgpeth, Michael Sent: Tuesday, October 12, 2004 8:55 AM To: [EMAIL PROTECTED] Subject: [Nant-user

RE: [Nant-users] [Newbie] Using ndoc task to generate chm file only?

2004-10-12 Thread Einar.Host
Hi Thibaut, I didn't figure out the "right" way to do it, so I settled for one that worked. Essentially I generate all the output (chm file and html files) to a temp folder, copy the chm file to my real documentation folder, and then delete the temp folder. It's brute force, but it works. Rega

Re: [Nant-users] Status is Green when Exception is thrown in CC.NET Server

2004-10-12 Thread Gert Driesen
Michael, Please report this to the CC.NET team. Gert - Original Message - From: "Hedgpeth, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 3:55 PM Subject: [Nant-users] Status is Green when Exception is thrown in CC.NET Server Greetings, I have just d

[Nant-users] Status is Green when Exception is thrown in CC.NET Server

2004-10-12 Thread Hedgpeth, Michael
Greetings, I have just dealt with an issue where an exception was thrown when VSS couldn't access a file. I understand how that exception was thrown, but what I didn't like was that the CC.NET server kept telling my CCTray application everything was fine when it clearly wasn't. I can see how you

Re: [Nant-users] Does .NET Framework SDK is necessary for nant?

2004-10-12 Thread Ian MacLean
Luo, To answer the question in your subject line, yes the framework SDK is requred to build a c# solution. However Visual Studio is *not* required. You can install the framework SDK without Visual Studio and it will work fine. However if you *do* install Visual Studio it puts the SDK in the dir

[Nant-users] Problems with pre-build event

2004-10-12 Thread Nicola Iuretigh
Hi Gert, While preparing the files for the zip I discovered some things that I missed because I was concentrated on build-events problems. 1.) It seems that if I build the project with MSVS, then successive modifications of the test.cpp file are not detected from nant; in particular if I introduc

Re: [Nant-users] Problems with pre-build event

2004-10-12 Thread Gert Driesen
- Original Message - From: "Nicola Iuretigh" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 10:16 AM Subject: Re: [Nant-users] Problems with pre-build event Hi Gert, While preparing the files for the zip I discovered som