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

2004-07-13 Thread Ian MacLean
John Cole wrote: Hello, Is the CSV HEAD Compilable for everyone else? I'm getting the following error: I get the same test failue. It may be connected to the recent fileset changes. I haven't had a chance to look into it. Ian [nant] C:\src\NAnt\tests\NAnt.VSNet\NAnt.VSNet.build test

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

2004-07-13 Thread Gert Driesen
Evan, According to Kevin Downs (NDoc), this issue was fixed in February, and the NDoc binaries in NAnt (cvs) are from April (post beta 1). What version of NAnt are you using ? Gert - Original Message - From: "Bonnett, Evan A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Ju

Re: [Nant-users]

2004-07-13 Thread Gert Driesen
Ian, - Original Message - From: "Ian MacLean" <[EMAIL PROTECTED]> To: "McCullough, Gary" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, July 14, 2004 5:17 AM Subject: Re: [Nant-users]

RE: [Nant-users] oddity

2004-07-13 Thread Hristo Deshev | telerik
Hi Gert, I upgraded to the July 11 nightly build. The problem was still there. I noticed that my build script is inside the dir that I am trying to zip. When I moved it outside, the zip task worked like a charm. The strange thing is that I could not reproduce it with anything other than a co

Re: [Nant-users] Nant - CCC Harvest

2004-07-13 Thread Gert Driesen
You might want to start by looking at the implementation of the cvs tasks in NAnt. The sources for these tasks are available from cvs, or as part of the nightly builds (http://nant.sourceforge.net/nightly/builds). Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]

Re: [Nant-users] Nant - CCC Harvest

2004-07-13 Thread Gert Driesen
> - Original Message - > From: <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 14, 2004 5:44 AM > Subject: [Nant-users] Nant - CCC Harvest > > Hi, > > Is there any support in Nant to talk to CCC Harvest(a tool similar to > VSS)? No, but you're free to provide patche

Re: [Nant-users] sample on - copy, mkdir, property exists

2004-07-13 Thread Gert Driesen
- Original Message - From: "Brian Yeo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 10:47 AM Subject: [Nant-users] sample on - copy, mkdir, property exists > Sample script for all to use if they are appropriate to use. Credit to Gert. Not sure why you give me

[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 defens

Re: [Nant-users]

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 'fo

[Nant-users] sample on - copy, mkdir, property exists

2004-07-13 Thread Brian Yeo
Sample script for all to use if they are appropriate to use. Credit to Gert. Regards, Brian Yeo Registered user at SF _ SEEK: Now with over 50,000 dream jobs! Click here: http://ninemsn.seek.com.au?hotmail

[Nant-users] Sample on VSSGet

2004-07-13 Thread Brian Yeo
Sample on VSS Regards, Brian Yeo _ SEEK: Now with over 50,000 dream jobs! Click here: http://ninemsn.seek.com.au?hotmail --- This SF.Net email sponsored by Black Hat Briefings &

[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] - C:\DotNet\Nunit\Enterprise\PTA.ENTERPRISE.

[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 (called commonbuild) for compilation across all of my components.  I have created a fileset for  references and passed the refid to the references n

[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 t

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

2004-07-13 Thread Clayton Harbour
Hi Merrill, Sorry for the confusing email. I tried replacing the attribute readonly with just read, and last night this seemed to work. When I had a chance to look at it this morning I realized that the project loader was just not picking up the readonly attribute in my test case (and conclud

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

2004-07-13 Thread Gary Feldman
I've seen this message caused by reasons unrelated to NAnt. Specifically, some changes to solution and/or project files done out of synch sometimes cause one of the entries in the solution file to be corrupted. My only approach to fixing this has been to recreate the solution file from scratch.

[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...  c:\temp\

Re: [Nant-users] Need help with

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"

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 task.  For now, I am going to use the   but would like it to be a little cleaner.  As soon as I get my build running smooth, I will start to work on the task.

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 Subj

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 Na

Re: [Nant-users]

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]

Re: [Nant-users] Ftp task?

2004-07-13 Thread Scott Hernandez
Title: Ftp task? There is an * 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 task being pulled from the code, but I don't think anyone ever did it. If someone would,

RE: [Nant-users]

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]

RE: [Nant-users]

2004-07-13 Thread McCullough, Gary
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.   Gary McCullough  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of McCullough, Gary Sent: Tuesday, July 13, 2004 3:

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, a  (and/or ) task could be a real

RE: [Nant-users] Ftp task?

2004-07-13 Thread Dan Pupek
Title: Ftp task? FTP is very unsecure (most of the time) and I believe this is the reason no real effort has been made in this regard.   I, personally, wouldn't use it for production code.   Dan Pupek Software Engineer Advanced Systems Technology, Inc [EMAIL PROTECTED] (850) 475-4038 -

[Nant-users]

2004-07-13 Thread McCullough, Gary
I think I have a bug. I have a foreach task that calls a style task repetitively, passing different parameters to the stylesheet each time. However, the style task only executes on the 1st loop. Every other time, nant just skips it. No errors, no output, nothing, like it isn’t even there.

[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 Reyno

Re: [Nant-users] Nantpad 0.5 has been released!

2004-07-13 Thread Jaroslaw Kowalski
Hi Anthony! Are you going to add support for nant::functions to NAntpad? Having an intellisense-like interface would be cool. Jarek - Original Message - From: "Anthony Brown" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 13, 2004 6:46 PM Subject: [Nant-users] Nantpad 0

RE: [Nant-users] Need help with

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

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

2004-07-13 Thread Gangadat, Ravindra K
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 the CSC task. However, it seems that the fileset is being ig

RE: [Nant-users] Need help with

2004-07-13 Thread Jean-Michel Theriault
Hi all!!   I’m getting this message from my log file. It’s concerning the mail task.   [mail] File 'T:\er\build\proj\build.log' NOT attached to message. Invalid mail attachment 'T:\er\build\proj\build.log'.   I was wondering what does the “ Invalid mail attachment “ tag can tell me.

RE: [Nant-users] using functions in 0.85

2004-07-13 Thread Felice Vittoria
Ok .. thanks :) -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 1:54 PM To: Merrill Cornish; Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] using functions in 0.85 Ooops. I should have paid closer attention. It would be ${

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 defens

RE: [Nant-users] using functions in 0.85

2004-07-13 Thread Felice Vittoria
Thanks -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 1:52 PM To: Felice Vittoria; Nant-Users (E-mail) Subject: Re: [Nant-users] using functions in 0.85 ${version::get-build} --- This S

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 opportu

[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

[Nant-users] Determining configurations in the task

2004-07-13 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I've been stepping through the 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 particular bit of

[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 b

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 proper

RE: [Nant-users] Need help with

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

RE: [Nant-users] Need help with

2004-07-13 Thread Jean-Michel Theriault
I finally got it to work. I had to put the hard-coded path to my file. I’m still not getting one of my attachments; VSSCheckedOut.log. I’m 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 a

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 fo

RE: [Nant-users] Need help with

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 em

[Nant-users] re: csc vs. solution

2004-07-13 Thread John Ludlow
I believe the task allows you to exclude certain projects. I have a large solution with around twenty projects, so having to specify each of them would be really annoying, and specifying them by wildcard would give similar results to the task, but be a bit more complicated to use. It's a mat

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

2004-07-13 Thread Meik Schuetz
Hi Gert, Thank you very much for your quick response! Unfortunally I can't send the project, so I tried to create a solution having some projects inside referencing one to another. Strangely Nant has no problem compiling the dummy solution, even though I do not see any difference from our "Main

Re: [Nant-users] 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] 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.

[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

[Nant-users] oddity

2004-07-13 Thread Hristo Deshev | telerik
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 script looks simple:      I get a zip archive, but it looks corrupt.  When I "explore" it with windows XP's explorer I can see that all the files and d

FW: [Nant-users] csc vs. solution

2004-07-13 Thread Hristo Deshev | telerik
Sorry guys, I messed 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 myse

RE: [Nant-users] 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 mutu

[Nant-users] MailLogger documentation nit

2004-07-13 Thread Merrill Cornish
FYI: In the nightly build file doc/help/fundamentals/listeners.html, the table listing the MailLogger properties had mailhost listed twice: once at the time and once at the bottom. Merrill --- This SF.Net email sponsored by Black Hat Briefi

RE: [Nant-users] Need help with

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 don’t 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 can’t

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 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] to deal w

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

2004-07-13 Thread Gert Driesen
Meik, If you allow to share the project (and its sources) with us, please send us a zip file containing the minimum set of files necessary to reproduce it. Gert PS. You are using a recent nightly build of NAnt, right ? If not, please try the latest nightly build : http://nant.sourceforge.net/nig

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

2004-07-13 Thread Meik Schuetz
Hello all, Before I begin, I have to confess that I only started working with Nant some days ago and I'm pretty unsure about how it works and what its possibilities are. However, I encountered a problem that keeps me away from continuing implementing Nant and further learning; I already looked up

RE: [Nant-users] commandline attribute

2004-07-13 Thread Clayton Harbour
Hi, The commandline attributes should be additive. I have updated the documentation and added an example (please confirm that it is clear). Thanks for the report! Cheers, Clayton -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Mon 7/12/2004 1:59 PM To:

RE: [Nant-users] 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 PROTECTED

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

2004-07-13 Thread Clayton Harbour
Hi Merrill, Very curious, the readonly attribute seems to be causing the bug, probably because it is a reserved word. Replacing the attribute with read instead seems to solve this issue. Cheers, Clayton -Original Message- From: Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: