Re: [Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Ian MacLean
Arif , can you please post the error output from nant so that we can see the point of failure. Ian Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows.

RE: [Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Nick Varacalli
The first time I tried something like this, I got tripped up because the copy task only copies *newer* files. Could your timestamps be at issue? Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arif Mohammed Sent: Tuesday, September 23, 2003 23:46 To:

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out from Visual

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out fro

Re: [Nant-users] Questions

2003-09-23 Thread Scott Hernandez
Yes, these are both bugs and I have already fixed the comment one in an unrelated change. I will also make sure the error propagates to the top as it should. Sorry for the problems this caused. Thanks for reporting them. This code will be available in tonight's build. - Original Message

[Nant-users] cvs revision checkout/ override directory

2003-09-23 Thread Clayton Harbour
Hi, I have a first cut of the cvs revision (sticky-tag) checkout in the nant cvs repository. Unfortunately I introduced an issue with file times being set to the current date and time which I will try to resolve this week. There may be other issues as this is under heavy development but it is

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

2003-09-23 Thread Ian MacLean
Thomas, Its fixed in cvs - or the next nightly build. We were using the string.Replace method so that in the rare case where your resources's filename was repeated again in the extension it would be replaced twice. so jpg.jpg => prefix.jpg.prefix.jpg Now we only replace the first occurance of th

Re: [Nant-users] Resgen Task & Prefix

2003-09-23 Thread Ian MacLean
Hugues, Both of these are known issues. The good news is that resgen now allows a prefix to be set. This change is in the current cvs or you can download a daily build at : http://nant.sourceforge.net/builds/ Adding support for internationalisation to the csc ( and other compiler ) tasks is on

[Nant-users] Resgen Task & Prefix

2003-09-23 Thread Hugues Lismonde
Hi, First of all, I would like to greet NAnt team for bringing us a tool which saves hours of pain here at work. Now for the request: When trying to localize a project, I came accross a difficulty. If I compile satellite assemblies with CSC task, I can prefix resources to add but not localize

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

2003-09-23 Thread Ian MacLean
Thomas, Could you post a small sample demonstrating the problem. I see the 2nd entry is the incorrect one. Are those files .resx files ? Ian * First of all, it seems there's a bug in the way a fileset in the target is handled: In the manifest this is transformed to: .mresource pub

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

2003-09-23 Thread Ian MacLean
Done 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: Na

[Nant-users] Bug report and feature references in NAnt v. 0.8.3.50105

2003-09-23 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

[Nant-users] Nant 0.8.3 Final - Build NAnt Fail

2003-09-23 Thread Keat-Hau Cheong
Hi All, Please help!! I am very green in Nant, I have downloaded the final version of 0.8.3, but could not build it in my machine. I have a .Net Framework version 1.0.3705 in my PC as well as the the .Net Studio, when I build the NAnt for the first time I got error with Nant.VisualCPP.build. I have