RE: [Nant-users] cvs-checkout vs. SharpCVSLib

2004-07-13 Thread Clayton Harbour
Hi Merrill, This is going to be a larger change, I have added it as a request for enhancement (RFE) in the sharpcvslib project on sourceforge. Cheers, Clayton -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Mon 7/12/2004 12:03 PM To: [EMAIL

RE: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-13 Thread Troy Laurin
Meik, support for compiling with the solution task is still in development... we need to ensure that our projects (including numerous C++ projects, both managed and unmanaged, plus projects that have been upgraded from VC6 and imported into solutions) are built identically to Visual Studio...[1]

RE: [Nant-users] Need help with mail task

2004-07-13 Thread Jean-Michel Theriault
Yes I tried that, as stated in my last email. ( .. code whenever I insert the direct path to the one I want, I get nothing). I dont get the body at all when I try this. Does anyone know of a different way I could call this file. Because I tried everything that I can think of and I cant

RE: [Nant-users] cvs-checkout won't be quiet

2004-07-13 Thread Merrill Cornish
Clayton, Replacing the attribute with read instead seems to solve this issue. Hmmm. I'm not sure what you mean by replacing the readonly attribute with read. The cvs-checkout task documentation mentions the readonly and readwrite boolean attributes, which sound like they are mutually

FW: [Nant-users] csc vs. solution

2004-07-13 Thread Hristo Deshev | telerik
Sorry guys,Imessed up the reply address the first time. From: Hristo Deshev | telerik [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:01To: 'Shawn Knowles'Subject: RE: [Nant-users] csc vs. solution Hi Shawn, NAnt-ers, This is my first post here, so I'd like to introduce

[Nant-users] CVS HEAD not compiling...

2004-07-13 Thread John Cole
Hello, Is the CSV HEAD Compilable for everyone else? I'm getting the following error: [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test Buildfile: file:///C:/src/NAnt/tests/NAnt.VSNet/NAnt.VSNet.build

Re: [Nant-users] zip oddity

2004-07-13 Thread Gert Driesen
- Original Message - From: Hristo Deshev | telerik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:40 PM Subject: [Nant-users] zip oddity Hi guys, I am trying to zip a dir here, and I just can't make it work. I am using the stable 0.84 version of NAnt. My

RE: [Nant-users] Need help with mail task

2004-07-13 Thread Felice Vittoria
Jean-Michel, I'm curious to see what the output of that mail task is. I can't think of anything at this moment. This is very strange. I tried your mail target on my machine (of course I changed the parameters to match my environment) and the htm file was displayed in the body of my email.

Re: [Nant-users] Project with GUID 'xxx' must be included for the build to work error

2004-07-13 Thread Gert Driesen
You could just remove all source files from the project(s) that you're not allowed to send. Gert - Original Message - From: Meik Schuetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 5:20 PM Subject: RE: [Nant-users] Project with GUID 'xxx' must be included for the

RE: [Nant-users] Need help with mail task

2004-07-13 Thread Jean-Michel Theriault
I finally got it to work. I had to put the hard-coded path to my file. Im still not getting one of my attachments; VSSCheckedOut.log. Im working on that right now. But for the body html files everything is fine now. Thanks for your help and time in this matter. I really appreciate. By

RE: [Nant-users] Need help with mail task

2004-07-13 Thread Felice Vittoria
Jean-Michel, The only reasons (I can think of right now) why your VSSCheckedOut.log would not be sentare:1) thepath of the file is incorrect or 2) the file does not exist. Felice -Original Message-From: Jean-Michel Theriault [mailto:[EMAIL PROTECTED]Sent: Tuesday, July

Re: [Nant-users] MailLogger documentation nit

2004-07-13 Thread Gert Driesen
- Original Message - From: Merrill Cornish [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:11 PM Subject: [Nant-users] MailLogger documentation nit FYI: In the nightly build file doc/help/fundamentals/listeners.html, the table listing the MailLogger properties

[Nant-users] Nantpad 0.5 has been released!

2004-07-13 Thread Anthony Brown
Hi, Nantpad 0.5 beta is now out and ready for you to download at www.nantpad.com . Nantpad is an GUI authoring tool for NAnt sripts. A number of features were added, notably: * A new task editor * Support for NAnt 0.84 * XML for the selected task is shown in the status bar * New tool bar

[Nant-users] Determining configurations in the solution task

2004-07-13 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I've been stepping through the solution task code and I found something interesting. The version of NAnt I'm using is: NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004) On line 110 in Solution.cs a Regex is created for finding project configurations in solution files. The

[Nant-users] using functions in 0.85

2004-07-13 Thread Felice Vittoria
Hello, This might be a silly question but how do you use the Functions supplied in 0.85? For example, how do you use version::get-build ? Felice --- This SF.Net email sponsored by Black Hat Briefings Training. Attend Black Hat Briefings

Re: [Nant-users] using functions in 0.85

2004-07-13 Thread Merrill Cornish
${version::get-build} --- This SF.Net email sponsored by Black Hat Briefings Training. Attend Black Hat Briefings Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking

Re: [Nant-users] using functions in 0.85

2004-07-13 Thread Merrill Cornish
Ooops. I should have paid closer attention. It would be ${version::get-build(arg)} Merrill --- This SF.Net email sponsored by Black Hat Briefings Training. Attend Black Hat Briefings Training, Las Vegas July 24-29 - digital self

RE: [Nant-users] Need help with mail task

2004-07-13 Thread Felice Vittoria
Jean-Michel, One way to do this is by running nant 2x. However, leave out the mail task out of the build but put it in it's own target That is,a simple BATCH file could look something like this: nant /f:somebuild.build buildall -l:build.log nant /f:somebuild.build sendemail -l:other.log

[Nant-users] Ftp task?

2004-07-13 Thread Bonnett, Evan A
Title: Ftp task? Is there a need for an ftp task? I tar up all my files and ftp them to my servers. Now that I am getting close to putting Nant into production, I am thinking about an ftp and a tar task. Is this something anyone would be interested in? Just curious. Evan A. Bonnett

RE: [Nant-users] Ftp task?

2004-07-13 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Title: Ftp task? At one point I had thought of using webdav to upload files to our site. It's not any more secure than FTP but the functionality would have allowed our team to "auto-post" build/testing results to our intranet team SharePoint website. IMHO,aftp (and/or webdav) task could be

RE: [Nant-users] style bug

2004-07-13 Thread Felice Vittoria
Have you tried this w/ the current 0.85 build? The latest nightly one is 20040711. -Original Message-From: McCullough, Gary [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 13, 2004 3:25 PMTo: McCullough, Gary; [EMAIL PROTECTED]Subject: RE: [Nant-users] style bug I did

Re: [Nant-users] Ftp task?

2004-07-13 Thread Scott Hernandez
Title: Ftp task? There is an scp/* task in nantcontrib... That is a secure transfer for files. It also allows for compression during the send. It pretty much just wraps scp.exe. There was also talk of a webdav/ task being pulled from the solution/ code, but I don't think anyone ever did it.

Re: [Nant-users] style bug

2004-07-13 Thread Gert Driesen
Gary, If you can create a small repro for this issue, please submit a bug report and attach the repro to it. Gert - Original Message - From: McCullough, Gary [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:48 PM Subject: [Nant-users] style bug I think I have a

Re: [Nant-users] Ftp task?

2004-07-13 Thread Gert Driesen
- Original Message - From: Bonnett, Evan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:37 PM Subject: [Nant-users] Ftp task? Is there a need for an ftp task? I tar up all my files and ftp them to my servers. Now that I am getting close to putting Nant into

Re: [Nant-users] RE: Issue with references nested element in csc task

2004-07-13 Thread Gert Driesen
Ravi, Can you package up a zip file containing the minimum set of files necessary to reproduce this issue, and attach it to a bug report ? Thanks, Gert - Original Message - From: Gangadat, Ravindra K [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:01 PM Subject:

RE: [Nant-users] Ftp task?

2004-07-13 Thread Bonnett, Evan A
Title: RE: [Nant-users] Ftp task? Let me know when you look into this. I would be glad to contribute to the cause by spearheading the tar/ task. For now, I am going to use the exec / but would like it to be a little cleaner. As soon as I get my build running smooth, I will start to work on

Re: [Nant-users] Need help with mail task

2004-07-13 Thread Gert Driesen
What process is writing to that file ? If its actually a NAnt build log, you might be better off using the MailLogger (http://nant.sourceforge.net/nightly/help/fundamentals/listeners.html). Gert - Original Message - From: Felice Vittoria [EMAIL PROTECTED] To: Jean-Michel Theriault

[Nant-users] Ndoc errors - It can't access an xslt because it's being used by another process

2004-07-13 Thread Bonnett, Evan A
Title: Ndoc errors - It can't access an xslt because it's being used by another process I understand this is a known issue. The Ndoc folks say it is fixed but that the ndoc task uses an out of date version of ndoc. Can someone shed some light on this? Here is the exact error...

[Nant-users] Issue with references nested element in csc task

2004-07-13 Thread Gangadat, Ravindra K
Title: Issue with references nested element in csc task Issue with references nested element in csc task: I am trying to reuse a common target for compilation across all of my components. I have created a fileset for references and passed the refid to the references nested element within

[Nant-users] (no subject)

2004-07-13 Thread Brian Yeo
Hi Gert, The build with -verbose highlighted an error coming from NUnit2Task.cs. Can you help? NAnt version 0.85 Cheers, Brian ** log Nunit-Test-DB: [echo] Nunit-Test-DB [solution] Starting solution build. [solution] Included projects: [solution] -

[Nant-users] Sample on VSSGet

2004-07-13 Thread Brian Yeo
Sample on VSS vssget user=${user} password=${pwd} localpath=${drive}\${src.path.sysmgr} recursive=true replace=true writable=true failonerror=true

Re: [Nant-users] style bug

2004-07-13 Thread Ian MacLean
McCullough, Gary wrote: I did a little more testing. I can simplify the problem. Just execute the same style task twice in succession. The 2nd one doesn't execute. If the 2nd time uses the same output file then it will skip because it considers it up to date. The style task probably needs a

[Nant-users] Nant - CCC Harvest

2004-07-13 Thread sriram.rajamanuri
Hi, Is there any support in Nant to talk to CCC Harvest(a tool similar to VSS)? Thanks Sriram --- This SF.Net email sponsored by Black Hat Briefings Training. Attend Black Hat Briefings Training, Las Vegas July 24-29 - digital self