RE: [Nant-users] No more development?

2005-09-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Schneider > Sent: maandag 26 september 2005 15:34 > To: nant-users@lists.sourceforge.net > Subject: RE: [Nant-users] No more development? > > > > > > builds take place when there are new

[Nant-users] FW: nunit2 task and exec nunit-console report different test results

2005-09-26 Thread Owen Evans
Hi all   I have a Test Assembly which does some negative testing on non existent files (i.e. ensuring the application fails gracefully, I originally had these tests being called through nunit-console, where by they passed fine, but when I migrated the call over to nunit2 task the tests th

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Bill_Martin
Hmm.  That certainly looks right Mark.   I don't have VS2005 on my work machine, so I'll have to have a play when I get home tonight.  I don't know if it has changed in 2005 now you can have unreferenced forms, but in 2003, you still had a void Main in the startup form that started the applicatio

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Mark Howell
Hi Bill, Here is the build script:

Re: [Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Bill_Martin
What are you specifying for the target attribute of  This needs to be "winexe" of it is a winforms appplication.  If you specify "exe" the compiler will treat it as a comnole applicaiton and therefore look for a void Main().  Can you post an example of your build script? Cheers, Bill Ma

[Nant-users] Visual Studio 2005 Beta 2

2005-09-26 Thread Mark Howell
I am having trouble building my VB.NET 2005 solution. This is just an example windows application with a single form. I have tried: build: [solution] Starting solution build. BUILD FAILED Microsoft Visual Studio.NET 2005 solutions are not supported. Total ti

[Nant-users] Incorrect XMLNS causes errors

2005-09-26 Thread Evans, Jonathan (2)
If you include an XMLNS reference in the project element of you build file, and it points to the wrong place, then you build may well fail. I just spent an hour tracking downa weird bug which finally turned out to be caused by the xmlns entry. The problem I was having was caused by an INCLUDE

RE: [Nant-users] Post-build events in .NET csproj causing build failures

2005-09-26 Thread Mark . Gibson
My choice has been not to use PostBuild steps wherever possible.  I don't like them as they are opaque to the build process, especially when run within NAnt.  I always write targets in any NAnt build scripts to handle this sort of post build processing.  Reasons are:       - it's a lot easie

Re: [Nant-users] No more development?

2005-09-26 Thread Ivo Limmen
I share your concen, I also would like to keep using NANT, as much as I love avoiding using Microsoft products :).On 9/26/05, Hart, Leo < [EMAIL PROTECTED]> wrote:It's a reasonable question I think.  Besides, there are plenty of feature requests already logged:http://sourceforge.net/tracker/?atid=4

RE: [Nant-users] No more development?

2005-09-26 Thread Hart, Leo
It's a reasonable question I think. Besides, there are plenty of feature requests already logged: http://sourceforge.net/tracker/?atid=402871&group_id=31650&func=browse As well as bugs: http://sourceforge.net/tracker/?atid=402868&group_id=31650&func=browse I'm sure there are many of us wonderi

RE: [Nant-users] No more development?

2005-09-26 Thread Robert Schneider
> > builds take place when there are new features to add > So which features do you want to add??? I didn't want to push anyone. I was just wondering why there are no nightly builds anymore. However, I would expect that if an RC3 exists a final version is following soon - without adding new fe

Re: [Nant-users] No more development?

2005-09-26 Thread Martin Gainty
Good Morning Rob- builds take place when there are new features to add So which features do you want to add??? Martin- - Original Message - From: "Robert Schneider" <[EMAIL PROTECTED]> To: Sent: Monday, September 26, 2005 8:17 AM Subject: [Nant-users] No more development? I'm just

RE: [Nant-users] No more development?

2005-09-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Robert Schneider > Sent: maandag 26 september 2005 14:18 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] No more development? > > I'm just exploring nant. Great tool as it seems. B

[Nant-users] No more development?

2005-09-26 Thread Robert Schneider
I'm just exploring nant. Great tool as it seems. But I'm wondering if it is developed any more. There are no nightly builds since 24-Jul-2005 (that's what I see here: http://nant.sourceforge.net/nightly/latest/). And the RC3 is now 5 months old. Can anyone tell me what is happening? Cheers, Robert

[Nant-users] FW: NAnt Wiki has been hijacked.

2005-09-26 Thread Mark . Gibson
> I wasn't sure where else to send this... > > Unfortunately, the NAnt Wiki has been hijacked by spammers. All links from > the front page lead to absolute rubbish. Hope someone can fix it. > > Mark Visit our website at http://www.ubs.com This message contains confidential information and

[Nant-users] Post-build events in .NET csproj causing build failures

2005-09-26 Thread Pillai, Gishu R (GE Energy)
Hi, I was able to get to the root of this problem but I don't know the reason for this. The problem seems to be this. I have a simple copy command which copies a tlb (auto-generated) from the proj output folder to the common binaries folder. This is specified as a post-build event in the C

RE: [Nant-users] NAnt project

2005-09-26 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > yamuna jayawardena > Sent: maandag 26 september 2005 9:30 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] NAnt project > > > hi, > I am developing a NAnt build tool using c#. > I

[Nant-users] NAnt project

2005-09-26 Thread yamuna jayawardena
hi, I am developing a NAnt build tool using c#. I want to create a NAnt.Core.Project object. This gives a run time error "The current run time framework "net-1.1" is not correctly configured in the NAnt configuration file." Does anybody of you know the solution? ___