RE: [Nant-users] Automatic quoting.

2005-01-26 Thread pierre . thorey
| | To: Pierre THOREY/ress/fr/[EMAIL PROTECTED], NANT-USERS@lists.sourceforge.net

[Nant-users] Automatic quoting.

2005-01-24 Thread pierre . thorey
Hi, I'm using nant-0.85-rc1 . I want to realize a check-out on a given tag. I'm trying this : I got this : [cvs-checkout] Using ssh binary: [cvs-checkout] Using .cvspass file: [cvs-checkout] Working directory: c:\checkout [cvs-checkout] Executable: cvs.exe [cvs-checkout] Argument

Re: [Nant-users] Mailinging the build log

2004-10-08 Thread pierre . thorey
Hello, you can use the "record" task from nant-contrib project. You have just to stop recording just before sending the mail. Pierre. |-+--> | | [EMAIL PROTECTED] | | | Sent by: | |

Re: [Nant-users] very odd issue on licence task

2004-10-08 Thread pierre . thorey
t. Pierre. - Forwarded by Pierre THOREY/ress/fr/socgen on 08/10/04 11:40 - |-+> | | Pierre THOREY| | || | | 0

Re: [Nant-users] very odd issue on licence task

2004-10-08 Thread pierre . thorey
8/10/04 11:13 | | || |-+> >--| | | | To: [EMAIL PROTECTED], Pierre THOREY/ress/

[Nant-users] very odd issue on licence task

2004-10-08 Thread pierre . thorey
Hi , I got a very odd problem when launching licence task on nant latest build. (with a very old version, nant 0.84 there was no problem) . If I sum up, when lc.exe processes , it crashes with the message "System.InvalidOperationException: DragDrop registration failed. ---> System.Threading.Thre

RE: [Nant-users] cvs-checkout task problem

2004-10-07 Thread pierre . thorey
| 30/09/04 16:54 | | | | |-+--> >--| | | |

RE: [Nant-users] cvs-checkout task problem

2004-09-29 Thread pierre . thorey
| | To: Pierre THOREY/ress/fr/[EMAIL PROTECTED], [EMAIL PROTECTED] | | cc: | |

[Nant-users] cvs-checkout task problem

2004-09-29 Thread pierre . thorey
Hi, I was using nant-0.84 for a long time. In my build.xml, I have something like this : And this worked with the old nant version. I downloaded nant-0.85 latest built 2004-09-28-0.85 . When I launched the same task, I got this message : [cvs-checkout] [Console.ConsoleMain:Except

[Nant-users] NDoc issue ...

2004-01-16 Thread pierre . thorey
Hi, has anyone experienced this problem when launching a ndoc task ? "The path is too long after being fully qualified. Make sure path is less than 260 characters." Does this mean I have to reduce the length of some methods names ? Thanks, Pierre

[Nant-users] temporary files generated by nant.

2004-01-09 Thread pierre . thorey
Hi, I've just found an interessant problem. When you do something like this : In order to generate the resource, nant creates a temporary file name foo.bar.res . And once bar.exe ha

Re: [Nant-users] 0.8.4 -projecthelp was (no subject)

2004-01-08 Thread pierre . thorey
works fine on my computer with 0.84 and 0.83 release. Pierre. hmm - works fine with latest cvs. Not sure why it would be failing on 0.84. Ian Kevin Dickover wrote: >I am also experiencing this problem. This was working on daily builds from >November as I recall. > >Kevin Dickover > > >---

Re: [Nant-users] resourcefileset issue ?

2004-01-08 Thread pierre . thorey
It's working, thanks a lot, Pierre. Well spotted Gert ! *smacks forehead* doh ! Ian >> > >you should not use the resourcefileset level, and move its attribute and >nested elements to the node like this : > > > > > >I know this isn't very clear in the generated docs... > >Gert >

[Nant-users] resourcefileset issue ?

2004-01-08 Thread pierre . thorey
Hi, I need to add a resource with a prefix (foo in the example) I try to do that by this way :

Re: [Nant-users] How to redirect the output of a nant task ?

2004-01-06 Thread pierre . thorey
It works ! Thanks a lot, Pierre |-+--> | | [EMAIL PROTECTED]| | | Sent by: | | | [EMAIL PROTECTED]| | | ceforge.net| | |

RE: [Nant-users] Mailing build results

2004-01-06 Thread pierre . thorey
Eventually, you can do this : nAnt -filename:C:\log.txt mainTarget nant mailTarget where mainTarget performs all your operations except sending a mail and mailTarget only sends the c:\log.txt. |-+--> | | [EMAIL PROTECTED]| |

[Nant-users] How to redirect the output of a nant task ?

2004-01-06 Thread pierre . thorey
Hi everybody, in my build file, I use the "nant" task like this. I would like to redirect the build log messages of this task in a file and not in the standard output. I have tried this : buf it doesn't work. Any idea ? Thanks, Pierre. ***

Re: new #cvslib binary - fixes CVS\Entries problem; RE: [Nant-users] problem with the cvs-update task :: System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType=[Repository]Filenotfound.

2003-12-15 Thread pierre . thorey
> Do I have to change a default config ? > > Pierre > > > > > |-+--> > | | [EMAIL PROTECTED]| > | | adicism.com| > | | | > | |

Re: new #cvslib binary - fixes CVS\Entries problem; RE: [Nant-users] problem with the cvs-update task :: System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType=[Repository]Filenotfound.

2003-12-12 Thread pierre . thorey
To: Pierre THOREY/ress/fr/[EMAIL PROTECTED] | | cc: [EMAIL PROTECTED], [EMAIL PROTECTED], | |[EMAIL

RE: [Nant-users] problem with the cvs-update task :: System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType=[Repository]Filenot found.

2003-12-12 Thread pierre . thorey
adicism.com| | | | | | 11/12/03 16:58 | | | | |-+--> >--| | | | To: Pier

[Nant-users] problem with the cvs-update task :: System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType=[Repository]File not found.

2003-12-11 Thread pierre . thorey
Hello, I got the following issue. I'm using a cvs server (version 1.11.5) . Whis this target, I get the following error : src.update: BUILD FAILED INTERNAL ERROR System.IO.FileNotFoundException: path=[c:\main\night\HelloWorld]fileType =[Repository]File not found. at ICSharp