Re: [Nant-users] Issue w/ version 0.8.3-rc2 and version 0.8.4(from CVS)

2003-08-21 Thread Gert Driesen
I applied a patch supplied by Tom Cabanski yesterday evening that will fix at least one of your issues ... Gert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 5:14 PM Subject: [Nant-users] Issue w/ version 0.8.3-rc2 and version 0.8.

RE: [Nant-users] Replace Task in Nant

2003-08-21 Thread Mark Colburn
Especially since the point of N/Ant is to get away from the "exec an external tool model". -mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Duncan Godwin Sent: Wednesday, August 20, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: Re: [Nant-users] Repla

[Nant-users] ndoc and html in a property's value

2003-08-21 Thread Jean Rajotte
allo yall, question: how can i set html into a property's value? i'd like to do the functional equivalent of the following illegal xml: then i use this in a ndoc task as follows: i've tried the following 2 approaches: and

Re: [Nant-users] Replace Task in Nant

Duncan Godwin wrote: We have the copy task so far, filtering would need to be added. I seem to remember John Lam has implemented this for his own version of NAnt but I haven't seen the code anywhere. I just think where a parallel for similar functionality exists (in Ant) it should be used if p

RE: [Nant-users] Deployment of asp.net app using Nant

Daya, I am currently implementing the same thing. The approach that I have working is: 1) Nant build script to run on our integration server, build the ASP.NET application and its dependent assemblies and then deploy the web application to the integration server's wwwroot. (default.bu

[Nant-users] Issue w/ version 0.8.3-rc2 and version 0.8.4(from CVS)

I'm not sure if this should be in the dev list but here goes: After having some minor issues with building one of my .Net projects, I decided to get the latest source from CVS and build it to maybe resolve my issue. Well after building the latest 0.8.4 from CVS, I am having an issue with resource

[Nant-users] Named filesets. Documentation bluez. And other nfg whining.

The Fine Manual says, "File Sets can appear inside tasks that support this feature or at the project level, i.e., as children of project." But I had trouble figuring out how to use the children of project feature... to keep as much of the build script to cut-paste-and-pray as possible. What I want

[Nant-users] Output of NUnit2 task and subtask test

Hi All I was wondering how can I capture the output of a NUnit2 task in my build script. Can it be captured as a xml file which I can later transform into HTML?? Something like this I am using Nant 0.8.3-rc2. Thanks in advance. -daya -

[Nant-users] CSC Task doc attribute not generating file

Hi All, I was wondering if anyone has had problems with Nant v0.8.3 RC2 CSC Task doc attribute? I can generate the assembly but it will not generate the xml doc that I specified. I have a few other csc tasks that generate the doc file, but for this one assembly it doesn't generate it. Only thin

[Nant-users] linux nant make failure

Hello, As per suggestions from some very nice folks on this list I checked out the CVS version of NAnt and tried to build it from source on my linux machine. I have mono 0.26 installed. The bootstrap target in the makefile works fine: make linux-bootstrap but when I try to: make linux-nant