[Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Michael Håkansson
I det the following error when I try to run bin\nant.exe [nant] tests/NAnt.VisualCpp/NAnt.VisualCpp.build test Buildfile: file:///E:/Projects/bilpool/nant/tests/NAnt.V isualCpp/NAnt.VisualCpp.build build:

[Nant-users] help with ASP.NET builds

2003-10-09 Thread David Bibayoff
On my box which has both 1.0 and 1.1 CLR versions on it, I can successfully build Windows applications with NANT but get this error when building a simple ASP.NET page:     NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net   settings warning: frameworki

[Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
hi folks, i have a problem with the slingshot task. i'm using this little tool to convert my solution files to nant buildfiles. the problem is the following: if i'm using slingshot from the commandline, all works fine. but if i use slingshot with the corresponding nant task like this. << snip

Re: [Nant-users] slingshot task - problem

2003-10-09 Thread Gert Driesen
Alex, This is a know issue which is fixed in cvs. Can you use the latest nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) and NAntContrib (http://nantcontrib.sourceforge.net/nightly/builds) instead ? Thanks, Gert - Original Message - From: "Eckert, Alexander" <[EMAIL

AW: [Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
ok, i will try the nightly builds. are there any known problems with the builds? alex -Ursprüngliche Nachricht- Von: Gert Driesen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. Oktober 2003 14:23 An: Eckert, Alexander; [EMAIL PROTECTED] Sourceforge. Net (E-Mail) Betreff: Re: [Nant-

Re: [Nant-users] slingshot task - problem

2003-10-09 Thread Gert Driesen
Well, the solution task still has some issues, but in general the 0.8.4 nightly builds are more stable than the 0.8.3 release :-) Gert - Original Message - From: "Eckert, Alexander" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "[EMAIL PROTECTED] Sourceforge. Net (E-Mail)" <

AW: [Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
hi gert, i compiled the nightly builds and the slingshot task work fine now. nice, thx for the tip... greetz alex -Ursprüngliche Nachricht- Von: Gert Driesen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. Oktober 2003 15:00 An: Eckert, Alexander; [EMAIL PROTECTED] Sourceforge. Net

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Gert Driesen
This means that the Visual C++ commandline tools, or libraries are not in your path. You can fix this by executing "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\vsvars32.bat" in the command prompt sessions in which you're launching the NAnt build But in fact you don't really h

[Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
Hi, I have gotten the latest stuff from cvs which includes the new Nunit2 2.1.4 integration, and something seems to have gone wrong. Where previously I specified a NUnit2/Test/Testname which took 20 seconds to run, the same testname now goes on indefinitely with no output whatsoever. I also tri

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Gert Driesen
Daniel, What output are you missing ? I changed the way the nunit2 task is working with regards to the output results xml file, if you want the output result you need to specify a formatter for the output format you want. when you want the output of the tests to be available in xml format (persi

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Ian MacLean
I wonder if we could make this a bit nicer. There is an easy enough work-around but for every person asking this question on the list the are probably a few others giving up on using the tool. The quick and dirty way is to skip those tests by default. It would be nicer to try to detect the locat

AW: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Eckert, Alexander
hi, i had the same problem. try the current daily builds for nant and nantContrib. they compiled nicely without any errors. hope it works for you... http://nant.sourceforge.net/nightly/builds http://nantcontrib.sourceforge.net/nightly/builds greetz alex -Ursprüngliche Nachricht- Von:

Re: [Nant-users] task

2003-10-09 Thread Ian MacLean
And now they have it - just committed. The flatten attribute combined with todir will copy/move the files to todir ignoring the structure of the source tree. Let me know if there are any problems with it, Ian The copy and move tasks need a flatten attribute - the same a Ant has. This would gra

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Gert Driesen
> - Original Message - > From: "Ian MacLean" <[EMAIL PROTECTED]> > To: "Gert Driesen" <[EMAIL PROTECTED]> > Cc: "Michael Håkansson" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, October 09, 2003 5:04 PM > Subject: Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTes

RE: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Bill Stout
- New user here - I was just about to toss DracoNET/NAnt when I read this thread. Good thing I subscribed. Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ian MacLean Sent: Thursday, October 09, 2003 8:05 AM To: Gert Driesen Cc: Michael Håkansson;

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread William E Caputo
Gert: >However, I agree that we should somehow find a solution for this problem ... What if those tests were marked with the [Ignore] attrbute? That way it will be clear that they are there (as they will show up in the NUnit output as warnings) and then those who wish to run them, can simply un

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
Following up on that,i have compiled my assemblies using 2.1 nunit.framework.dll .Iam using Nant version 0.8.4,(from nightly build dated nant-20030928). Iam using nunit2 task.. When i run my nunit task it now says that it says file or assembly name nunit.framework,or one of its dependencies , w

Re: [Nant-users] Nunit2 Task with 'No TestFixtures' Error

2003-10-09 Thread arif mohammed
Nant 0.8.4. Nunit2.1 , Nunit2 Task After going through the mail archives,i copied the nunit.framework.dll from nant/bin folder to the folder where my Test Case Assembly resides and ran the task again ,then it throws the same error as earlier.. > NUnit 2.0 Error: > D:\Temp\AESTest\Common\

[Nant-users] Solution task Problem

2003-10-09 Thread Dmitriy Bezugliy
Title: [Nant-users] Solution task Problem Hi all I try use Solution task and got >INTERNAL ERROR > System.NullReferenceException: Object reference not set to an instance of an object. Log attached Regards, Dmitry Bezuglyy [EMAIL PROTECTED] NAnt version 0.8

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread Ian MacLean
Good idea. Is there a way to force [Ignore]d tests to run ? It would be nice to have the regular build run the core tests and then a 'test-all' target that forces any questionable ones to run. Our test output should probably also indicate the source of the problem - ie 'cl.exe not detected on t

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Daniel Granath
I'm not talking about the test logs which nunit produce, (although I don't get them either in these latest builds). The 'outputdir' fix you made was working perfectly before I tried these new builds. I'm talking about output which you write to stdout in the testcases themself, like using System.Con

Re: [Nant-users] NUnit2 and the latest nant (cvs and nightlies)

2003-10-09 Thread Ian MacLean
Daniel, Would it be possible to put together a small sample of tests that hang like this. All the tests inside nant itself run fine. Actually could you verify that this is the case on your machine by running : nant test thanks, Ian I'm not talking about the test logs which nunit produce, (althou