[nant-dev] Error Building Latest NAnt - SourceControl Test failed

2003-06-17 Thread Scott A. Pascoe








I did a clean checkout tonight and the build failed with:

 

  
[nunit2] Tests run: 2, Failures: 2, Not run: 0, Time: 1.8226026 seconds

   


   
Failures:

   
1) Tests.NAnt.SourceControl.Tasks.CheckoutTaskTest.Test_CvsCheckout : Error
Executing Project

  
at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p) in
C:\Library\nant\tests\NAnt.Core\BuildTestBase.cs:line 96

  
at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in
C:\Library\nant\tests\NAnt.Core\BuildTestBase.cs:line 80

       at
Tests.NAnt.SourceControl.Tasks.CheckoutTaskTest.Test_CvsCheckout() in
C:\Library\nant\tests\NAnt.SourceControl\Tasks\CheckoutTaskTest.cs:line 34

   


   
2) Tests.NAnt.SourceControl.Tasks.UpdateTaskTest.Test_CvsUpdate : Error
Executing Project

  
at Tests.NAnt.Core.BuildTestBase.ExecuteProject(Project p) in
C:\Library\nant\tests\NAnt.Core\BuildTestBase.cs:line 96

  
at Tests.NAnt.Core.BuildTestBase.RunBuild(String xml) in
C:\Library\nant\tests\NAnt.Core\BuildTestBase.cs:line 80

  
at Tests.NAnt.SourceControl.Tasks.UpdateTaskTest.Test_CvsUpdate() in
C:\Library\nant\tests\NAnt.SourceControl\Tasks\UpdateTaskTest.cs:line 69

   


    

Thanks,

Scott Pascoe

 

 








---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.487 / Virus Database: 286 - Release Date: 6/1/2003
 

  
NAnt version 0.8.2 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///C:/Library/nant/NAnt.build
 [echo] Using 'net-1.0' Framework

init:

debug:

build:
 [echo] Build Directory is C:\Library\nant/build/nant-0.8.3-debug
[mkdir] Creating directory C:\Library\nant/build/nant-0.8.3-debug/bin
 [copy] Copying 7 files to C:\Library\nant/build/nant-0.8.3-debug/bin
 [nant] src/NAnt.Core/NAnt.Core.build build
Buildfile: file:///C:/Library/nant/src/NAnt.Core/NAnt.Core.build

build:
  [csc] Compiling 81 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.Core.dll

BUILD SUCCEEDED

Total time: 1 seconds
 [nant] src/NAnt.Console/NAnt.Console.build build
Buildfile: file:///C:/Library/nant/src/NAnt.Console/NAnt.Console.build

build:
  [csc] Compiling 3 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.exe
 [copy] Copying 1 file

BUILD SUCCEEDED

Total time: 0 seconds
 [nant] src/NAnt.DotNet/NAnt.DotNet.build build
Buildfile: file:///C:/Library/nant/src/NAnt.DotNet/NAnt.DotNet.build

build:
  [csc] Compiling 14 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.DotNetTasks.dll

BUILD SUCCEEDED

Total time: 0 seconds
 [nant] src/NAnt.Zip/NAnt.Zip.build build
Buildfile: file:///C:/Library/nant/src/NAnt.Zip/NAnt.Zip.build

build:
  [csc] Compiling 4 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.ZipTasks.dll

BUILD SUCCEEDED

Total time: 0 seconds
 [nant] src/NAnt.NUnit/NAnt.NUnit.build build
Buildfile: file:///C:/Library/nant/src/NAnt.NUnit/NAnt.NUnit.build

build:
  [csc] Compiling 6 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.NUnit.dll
  [csc] Compiling 14 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.NUnit1Tasks.dll
  [csc] Compiling 6 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.NUnit2Tasks.dll

BUILD SUCCEEDED

Total time: 1 seconds
 [nant] src/NAnt.SourceControl/NAnt.SourceControl.build build
Buildfile: 
file:///C:/Library/nant/src/NAnt.SourceControl/NAnt.SourceControl.build

build:
  [csc] Compiling 3 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.SourceControlTasks.dll

BUILD SUCCEEDED

Total time: 0 seconds
 [nant] src/NAnt.Win32/NAnt.Win32.build build
Buildfile: file:///C:/Library/nant/src/NAnt.Win32/NAnt.Win32.build

build:
  [csc] Compiling 4 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.Win32Tasks.dll

BUILD SUCCEEDED

Total time: 0 seconds
 [nant] src/NAnt.VSNet/NAnt.VSNet.build build
Buildfile: file:///C:/Library/nant/src/NAnt.VSNet/NAnt.VSNet.build

build:
  [csc] Compiling 10 files to 
C:\Library\nant\build\nant-0.8.3-debug\bin\NAnt.VSNetTasks.dll

BU

Re: [nant-dev] Error building latest NAnt

2003-06-17 Thread Ian MacLean
Clayton Harbour wrote:

Thanks Ian.

I think you are right about the temp path, I have changed them.  I have
attached the two test files.  One note, I could not complete a full test
on them because the nant cvs server (where I run the tests against) was
a little unresponsive.  I will look at making this configurable tonight.
I have noticed this in the past as well (i.e. not a problem with the
code move), has anyone else noticed it?
 

Yeah - I saw the same thing and I noticed that the cvs tasks seem to be 
a little more sensitive that the commandline client. Is that just a 
timeout setting or somthing like that ?

Ian

Clayton

-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED] 
Sent: June 16, 2003 11:18 PM
To: Clayton Harbour
Cc: Nant-Developers (E-mail)
Subject: Re: [nant-dev] Error building latest NAnt

Comitted - thanks Clayton. Do you think it would be a good idea to use 
Path.GetTempPath rather than hardcoding c:\temp in the test build files
?

Ian

 

Hi,

I have attached a patch for the UpdateTaskTest.  Thanks,

Clayton

-Original Message-
From: Geurts, James [mailto:[EMAIL PROTECTED] 
Sent: June 16, 2003 10:15 AM
To: 'Nant-Developers (E-mail)'
Subject: [nant-dev] Error building latest NAnt

Hey all...

I'm having some troubles building the latest NAnt.  The attached output
is from me running: "bin\nant -buildfile:nightly.xml release nightly"
   

from a fresh checkout this morning.  Also, I must apologize for the
 

nightly builds.  I have been having a lot of grief trying to get wincvs
& draco to cooperate.  If anyone thinks they can get a build machine
setup instead, please let me know. 

Jim



   



 





---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Error building latest NAnt

2003-06-17 Thread Anthony LoveFrancisco
And I thought it was just TortoiseCVS timing out too soon... I usually get
Tortoise to succeed on the 3rd or 4rth try.

- Ants

| -Original Message-
| From: [EMAIL PROTECTED] 
| [mailto:[EMAIL PROTECTED] On 
| Behalf Of Clayton Harbour
| Sent: Tuesday, 17 June, 2003 07:27
| To: Ian MacLean
| Cc: Nant-Developers (E-mail)
| Subject: RE: [nant-dev] Error building latest NAnt
| 
| 
| Thanks Ian.
| 
| I think you are right about the temp path, I have changed 
| them.  I have attached the two test files.  One note, I could 
| not complete a full test on them because the nant cvs server 
| (where I run the tests against) was a little unresponsive.  I 
| will look at making this configurable tonight.
| 
| 
| I have noticed this in the past as well (i.e. not a problem 
| with the code move), has anyone else noticed it?
| 
| 
| 
| Clayton
| 
| -Original Message-
| From: Ian MacLean [mailto:[EMAIL PROTECTED] 
| Sent: June 16, 2003 11:18 PM
| To: Clayton Harbour
| Cc: Nant-Developers (E-mail)
| Subject: Re: [nant-dev] Error building latest NAnt
| 
| Comitted - thanks Clayton. Do you think it would be a good 
| idea to use 
| Path.GetTempPath rather than hardcoding c:\temp in the test 
| build files ?
| 
| Ian
| 
| >Hi,
| >
| >I have attached a patch for the UpdateTaskTest.  Thanks,
| >
| >
| >Clayton
| >
| >-Original Message-
| >From: Geurts, James [mailto:[EMAIL PROTECTED]
| >Sent: June 16, 2003 10:15 AM
| >To: 'Nant-Developers (E-mail)'
| >Subject: [nant-dev] Error building latest NAnt
| >
| >Hey all...
| >
| >I'm having some troubles building the latest NAnt.  The 
| attached output 
| >is from me running: "bin\nant -buildfile:nightly.xml release 
| nightly" 
| >from a fresh checkout this morning.  Also, I must apologize for the 
| >nightly builds.  I have been having a lot of grief trying to 
| get wincvs 
| >& draco to cooperate.  If anyone thinks they can get a build machine 
| >setup instead, please let me know.
| >
| >Jim
| >
| >  
| >
| 
| 
| 
| 



---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] Error building latest NAnt

2003-06-17 Thread Clayton Harbour
Thanks Ian.

I think you are right about the temp path, I have changed them.  I have
attached the two test files.  One note, I could not complete a full test
on them because the nant cvs server (where I run the tests against) was
a little unresponsive.  I will look at making this configurable tonight.


I have noticed this in the past as well (i.e. not a problem with the
code move), has anyone else noticed it?



Clayton

-Original Message-
From: Ian MacLean [mailto:[EMAIL PROTECTED] 
Sent: June 16, 2003 11:18 PM
To: Clayton Harbour
Cc: Nant-Developers (E-mail)
Subject: Re: [nant-dev] Error building latest NAnt

Comitted - thanks Clayton. Do you think it would be a good idea to use 
Path.GetTempPath rather than hardcoding c:\temp in the test build files
?

Ian

>Hi,
>
>I have attached a patch for the UpdateTaskTest.  Thanks,
>
>
>Clayton
>
>-Original Message-
>From: Geurts, James [mailto:[EMAIL PROTECTED] 
>Sent: June 16, 2003 10:15 AM
>To: 'Nant-Developers (E-mail)'
>Subject: [nant-dev] Error building latest NAnt
>
>Hey all...
>
>I'm having some troubles building the latest NAnt.  The attached output
>is from me running: "bin\nant -buildfile:nightly.xml release nightly"
>from a fresh checkout this morning.  Also, I must apologize for the
>nightly builds.  I have been having a lot of grief trying to get wincvs
>& draco to cooperate.  If anyone thinks they can get a build machine
>setup instead, please let me know. 
>
>Jim
>
>  
>




UpdateTaskTest.cs
Description: UpdateTaskTest.cs


CheckoutTaskTest.cs
Description: CheckoutTaskTest.cs


Re: [nant-dev] Fileset references

2003-06-17 Thread Ian MacLean
Sorry about the delay Guis - I'm getting to it this week.

Ian

Hi all,

does anybody know how far is the implementation of
fileset refereces?
(see 
www.mail-archive.com/[EMAIL PROTECTED]/msg01418.html
for more info)

Gius_.

Giuseppe Greco
T-Systems CS AG
Birkenstrasse 21
8306 Brüttisellen
Phone: +41 (0) 1 805 57 20
Fax:   +41 (0) 1 805 55 45
Email: [EMAIL PROTECTED]
Web:   www.t-systems.ch




---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
___
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


[nant-dev] Fileset references

2003-06-17 Thread Greco Giuseppe
Title: Fileset references





Hi all,


does anybody know how far is the implementation of
fileset refereces?


(see www.mail-archive.com/[EMAIL PROTECTED]/msg01418.html
for more info)


Gius_.


Giuseppe Greco
T-Systems CS AG
Birkenstrasse 21
8306 Brüttisellen


Phone: +41 (0) 1 805 57 20
Fax:   +41 (0) 1 805 55 45
Email: [EMAIL PROTECTED]
Web:   www.t-systems.ch