Re: [Nant-users] task timing out.

2003-09-22 Thread Gert Driesen
I added a timeout attribute to the task. Should be available in the next nightly build. Gert - Original Message - From: "Nick Varacalli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 23, 2003 7:32 AM Subject: [Nant-users] task timing out. > Running Nant 0.83 F

[Nant-users] task timing out.

2003-09-22 Thread Nick Varacalli
Running Nant 0.83 Final, .Net Framework 1.1. I'm running the task against an aspx page that crawls our site and returns any aspx compilation errors. This normally takes about 5 minutes to run. When using the get task, I get the following error: [get] Timeout: System.Net.WebException: The operat

RE: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Nick Varacalli
>>* The task has an annoying feature of generating an error and >>stopping when you try to delete a file or a directory which is not there. >>For instance, a typical target might look like this: >you can solve this by setting the failonerror attribute of the delete task >to false: > This doesn

[Nant-users] Antw: Nant-users digest, Vol 1 #420 - 10 msgs (Urlaub/Vacation)

2003-09-22 Thread Michael Buchberger
Hallo, bin vom 22.09.2003 bis 10.09.2003 im Urlaub. --- I am on vacation from September 22 until October 10. Tschuess/Bye Michael Buchberger --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

Re: [Nant-users] embedding resources

2003-09-22 Thread Scott Hernandez
This works really easily using the element of csc. But there are a few tricks you need to apply. You need to add the dynamicprefix attribute of true if you want the directory names prepended to the resourcename. Optionally, as I have done above, you can also specify a prefix val

[Nant-users] embedding resources

2003-09-22 Thread Scott Hernandez
Okay, I have the following directory structure that I want to embed into a resource file. -Resources -Files -Valid file1.xml -Invalid file1.xml ... I want to be able to access the resources programmatically by their director

RE: [Nant-users] Nant-Users cvs-checkout question

2003-09-22 Thread Clayton Harbour
I am currently working on this and there are some changes in cvs but I would label these experimental. I will be committing something later this week that will be more stable. Clayton -Original Message- From: Chris Hogan Sent: Mon 9/22/2003 8:53 AM To: [EMAIL PROTECTED] Cc:

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Gert Driesen
- Original Message - From: "Thomas Michael Koch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 22, 2003 10:29 AM Subject: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3 > Hi - first of all, thank you for a very nice tool. > > > I am using NAnt v. 0.8

[Nant-users] Nant-Users cvs-checkout question

2003-09-22 Thread Chris Hogan
I need to know if the nant cvs-check out task has the ability to pull a given tag/label from cvs? Thanks Chris _ Add MSN 8 Internet Software to your existing Internet access and enjoy patented spam protection and more. Sign up no

[Nant-users] VSSGet Labeling bug

2003-09-22 Thread Michael Dang
Hi, I am using Nant 0.8.3 and VSS6.0c. Here is the issue. When I recursively label a whole project with many subprojects and with files at the root of the project and do a vssget by the label, the vssget task works correctly. The second time I apply a different label on the same project but w

Re: [Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread N. V.
Hi thomas, * The task has an annoying feature of generating an error and stopping when you try to delete a file or a directory which is not there. For instance, a typical target might look like this: you can solve this by setting the failonerror attribute of the delete task to false: * It wou

RE: [Nant-users] Antw: Nant-users digest, Vol 1 #419 - 2 msgs (Urlaub/Vacation)

2003-09-22 Thread Erv Walter
Can an administrator please unsubscribe this guy, so that we don't get these emails everyday for the next 20 days...? -Original Message- From: Michael Buchberger [mailto:[EMAIL PROTECTED] Sent: Sunday, September 21, 2003 10:15 PM To: [EMAIL PROTECTED] Subject: [Nant-users] Antw: Nant-use

[Nant-users] Bug report and feature requests in NAnt v. 0.8.3

2003-09-22 Thread Thomas Michael Koch
Hi - first of all, thank you for a very nice tool. I am using NAnt v. 0.8.3.50105 and have the following experiences, which I hope others might find useful: * First of all, it seems there's a bug in the way a fileset in the target is handled: In the manifest this is transforme