Re: [Nant-users]

2004-06-21 Thread Ian MacLean
Hi John, I recall that the docbook stylesheets utilize certain extensions that are available on libxslt but not in the .net xslt classes. I'm not sure if that is still the case. Could you post a small samle build file and a link to the docbook stylesheets you are using and I'll check it out. Ian

RE: [Nant-users] grep.exe problems...

2004-06-21 Thread Jean-Michel Theriault
Title: Message Merci bcp Jean,   This worked out for me. ( output = ) Once again you guys came through!!! Thanks alot!!! Merci encore Jean   JMT   Jean Michel Thériault     Configuration and Installation Application Developer (COOP)     Cactus Commerce   http://www

RE: [Nant-users] grep.exe problems...

2004-06-21 Thread Jean Rajotte
Title: Message jean-michel,   in v 0.8.3 of nant, has an output=  attribute where you name the output file of interest. however, in v 0.8.3, that feature doesn't work well (you have to also say append="true" or you only get the last line of the output. but you still don't get line breaks be

RE: [Nant-users] Doesn't finish it's target once it finds an error??!!

2004-06-21 Thread Jean-Michel Theriault
Excellent Noel!!! I got to bypass the error with failonerror = “false”. This was perfect for my project. Thanx again!!!   JMT   Jean Michel Thériault     Configuration and Installation Application Developer (COOP)     Cactus Commerce   http://www.cactuscommerce.com 

[Nant-users] grep.exe problems...

2004-06-21 Thread Jean-Michel Theriault
Hello helpful friends!!   It’s me again. This time I’m having trouble with the grep program. I want to search this file (${sys.env.ProjectBase}\build\compile.log) for this string(: error), and write the result in this file (${sys.env.ProjectBase}\build\error.log). I tried 2 methods alread

AW: [Nant-users] Build failed.

2004-06-21 Thread Florian Benischke
Yep, that’s a configuration problem. Check your nant-config file, it’s documented there how to enable the 1.1 .NET Framwork.         Best Regards / Mit freundlichen Grüßen   Florian Benischke Softwareentwickler Technical Applications __ http:/

[Nant-users] Build failed.

2004-06-21 Thread Arun Prakash Balakrishnan
Hi,   I am trying to build a project directory with nant. I am getting build failed. It says. unable to find the file csc.exe   It is looking for the csc.exe in v1.0.0334( not exactly sure.. but v1.0 ) of .Net frramework. ( this folder doesnt have csc.exe ). the current version of .Net framework i

RE: [Nant-users] Errors with installed programs

2004-06-21 Thread Jean-Michel Theriault
Thanks a lot Noel !! This really helped me understand a lot more of NAnt and builds. I’m now working on catching the error or bypassing it with failonerror. The reply you gave me on the other post. I really appreciate all the help!! Have a good one!!   Jean Michel Thériault  

RE: [Nant-users] Non of the functions work

2004-06-21 Thread Noel Gifford
You aren't using the most current nightly build. Functions weren't implemented until after the 0.84 release. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 18, 2004 5:40 AM To: [EMAIL PROTECTED] Subject:

RE: [Nant-users] Problems since changing versions of NAnt...

2004-06-21 Thread Noel Gifford
Jean-Michel, You need to download the latest NAntContrib and copy the contents of the Bin directory into the NAnt Bin directory. The tasks mentioned are not part of the core NAnt tasks. NAntContrib can be found at nantcontrib.sourceforge.net Noel -Original Message- From: [EMAIL PROT