[Nant-users] Nant and Nunit v2.2.2

2005-01-10 Thread Markus.Mannevaara
Hello all, I am trying to get Nant to work with Nunit v2.2.2. I'm using the nightly build 'nant-0.85-nightly-2005-01-09', and it seems to be compiled against Nunit 2.2.0. I've tried to recompile the nant nightly against Nunit v2.2.2, but it seems Nunit's interfaces have changed between those r

RE: [Nant-users] Ndoc Documenter VS.NET 2003

2005-01-10 Thread Gert Driesen
Frank,   See the note in the task doc :   http://nant.sourceforge.net/nightly/latest/help/tasks/ndoc.html   Hope this helps,   Gert   PS. Only the recent NAnt nightly builds (http://nant.sourceforge.net/nightly/latest) ship with NDoc 1.3. NAnt 0.85 RC1 ships with NDoc 1.3 RC1 and NAnt 0.84 s

RE: [Nant-users] config file missing

2005-01-10 Thread Gert Driesen
This should be fixed in recent nightly builds (http://nant.sourceforge.net/nightly/latest).   Let me know if that fixed the problem for you.   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]Sent: maandag 10 januari 2005 21:28To: nant-users

[Nant-users] config file missing

2005-01-10 Thread peters
Hi There, My .net project has an app.comfig, the myApp.config is created under release via VS compilation. But the NAnt build doesn't create this config file. why? my script:                                 Thx

[Nant-users] Ndoc Documenter VS.NET 2003

2005-01-10 Thread Frank Striegel
Hallo,   how can I use the documenter VS.NET 2003 within the ndoc-Task?   Thanks

[Nant-users] System Process Lockup

2005-01-10 Thread McElhatten, Jeremy
I am having a problem in NAnt that when I am running my script it occasionally locks up the System Process. My build process is rather lengthy so I have broken the script into many different modules so that I can add or remove modules depending on what needs done. I hope that this is not what

Re: [Nant-users] NAnt and VC++ options.

2005-01-10 Thread Ian MacLean
Bill Arnette wrote: See this: http://sourceforge.net/tracker/index.php?func=detail&aid=1096614&group_id=31 650&atid=402868 The only solution currently is to set INCLUDE and LIB environment variables. This can be done in the shell before invoking Nant, or you can use this script task (oringally post

RE: [Nant-users] NAnt and VC++ options.

2005-01-10 Thread Bill Arnette
See this: http://sourceforge.net/tracker/index.php?func=detail&aid=1096614&group_id=31 650&atid=402868 The only solution currently is to set INCLUDE and LIB environment variables. This can be done in the shell before invoking Nant, or you can use this script task (oringally posted by another list

[Nant-users] NAnt and VC++ options.

2005-01-10 Thread Pablo Zurita
Hello. I'm new to NAnt, in fact this is my first day trying it. So far everything looks good except for a little problem, I don't know how to make NAnt read my VC++ options. In VS I have under Options->Projects->VC++ Directories so dirs specified to a few libraries that all my project share. The p

RE: [Nant-users] Will my application compile?

2005-01-10 Thread Clayton Harbour
Hi Bill, you could use the task and then put a condition on your , to build only if the property you set exists. Take a look at the task docs and the function docs property::exists (take note of the need for quotes around your property name for this function). Cheers, Clayton > -Original

[Nant-users] Re: Building VC++ projects

2005-01-10 Thread Gert Driesen
Bala, You might want to try a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/latest). Support for Visual C++ projects has improved quite a lot recently. If you still have problems, please send us a small repro (meaning, a solution/project that allows us to reproduce your probl

[Nant-users] Re: Building VC++ projects

2005-01-10 Thread Bala
Hi, I currently building my vc++ components with NANT . When i compiled the code with NANT, the dll file outputed is around 400KB. If the same is outputted using .NET IDE , the size is around 200kb. Moreover, if i compile with nant some components are not able to open by other components. Bu

[Nant-users] Will my application compile?

2005-01-10 Thread Bill.Martin
Hi folks, I am changing my build scripts to use to dynamically generate the AssemblyInfo files, however this is giving me a problem. Because the file is generated, then my compiled DLL is always out of date with respect to the source and so always gets build. What I want to do is to put a condi