RE: [Nant-users] compiling in release mode with define:DEBUG flag
Hi Bert-Jan, If you're running NAnt 0.85 RC3 or later, you can use this: or Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Jan LappenschaarSent: donderdag 12 mei 2005 14:33To: nant-users@lists.sourceforge.netSubject: [Nant-users] compilin
[Nant-users] compiling in release mode with define:DEBUG flag
Hi, I want to compile an assembly in release mode and also produce a .PDB file. Reason is that if there is a .PDB file, line numbers are included in stack traces that come with exceptions. I tried adding a define="DEBUG" attribute to the CSC task in my Nant scripts but to no avail.
RE: [Nant-users] Referenced assembly ... could not be loaded: Culture name 'neutral' is not supported.
Eugene, What's the framework that NAnt is running on ? Could it be that you're running NAnt on MS.NET 1.0 ? PS. I'm not talking about the target framework here. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eugene VentimigliaSent: vrijdag 13 mei 20
RE: [Nant-users] Handling "content" in a web project
I would second this request. VS.NET has a "deploy website" (or some such) command that you give it server and it will copy just the content files and dependencies from the local machine to the server. Granted, you don't want VS.NET on your build server, but if anyone knows what this menu command
[Nant-users] Handling "content" in a web project
Is there a facility to look at a web project and "copy" the files marked as "Content" to a given location? This is kind of a deployment of a web project - but we need to deploy to an intermediate directory rather than an IIS install. We could, of course, copy file patterns. However, one thing w
[Nant-users] Referenced assembly ... could not be loaded: Culture name 'neutral' is not supported.
Can anyone tell me what this means? I'm running nant -t:net1-1 Here's my build log Buildfile: file:///C:/temp/nant/html.buildTarget framework: Microsoft .NET Framework 1.1Target(s) specified: build getlatest: [vssget] Getting '$/Solutions/411Song' to 'C:\temp\nant\source'... build: [so
RE: [Nant-users]
Hi Gary, None of the Deployment.xsl or Deployment.xml file changes but I do change the parameter value (say environment="prod") in NAnt script. This should generate entirely different output, but it remains silent for the second time. Looks to me more like a bug considering the support for XSL pa
Re: [Nant-users] Problem with solution build, additional ressources....
Anyone an idea? The main problem is that I want to keep away from integrating these fiöles, which belong to a library, from being "specially traeted" in the client.exe project. OTOH, VS.NET is unable to copy them to the client,exe output automatically. As we talk of a third party control, we a
[Nant-users] nant quiet and debug values. Turning off-on inside a .BUILD file
nant quiet and debug values. Turning off-on inside a .BUILD file? Is this possible? Good morning, I just started to run my buildfile using -quiet option and I just debug off. I needed to do this because my build logs were becoming huge. However, I want to see everything when I call the soluti
Re: [Nant-users] mixing call and depends
Ian MacLean wrote: note that this has been through some revision - originally dependencies were not executed by default and there was a "force" attribute if you did want to execute them. It was subsequently decided that executing dependencies was the more common - less surprising behaviour. It
Re: [Nant-users] Dynamically execute a target when it exists....
Ian MacLean wrote: from within a task ? that would be a neat trick - or did Thomas mean from within a *target* I couldn't think of any reasonable interpretation of "within a task" that didn't imply he was already within a custom task. Hence I interpreted it as "with a task," which I suppose is
Re: [Nant-users] problems
Julian Suggate wrote: ... @echo off SET BUILD_PATH=C:\Dev nant -v -buildfile:HF.build %1 Using different batch files on different machines, developers can have different build locations (out of convenience for the team). The Problem --- In the NAnt build script, I have the following
Re: [Nant-users]
Sandeep wrote: The task does not execute if there is already a file with name specified in out parameter. I am running the following script and style task runs only for the first time. When I run the script again, style task remains silent (no log / output).
[Nant-users] hi pls unsubscribe me
hi, I want to unsubscribe my self from your mailing list please do needfull. Regards Neelash Kukreti Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony ---
Re: [Nant-users] mixing call and depends
thanks all for the clarifications. the doc update does help explain things. it was surprising for me, but that was just because i hadn't looked closely at the output from our automated build until that point. changing the tasks into depends enabled me to shave 2 minutes off our build time, whic
[Nant-users] Problem with solution build, additional ressources....
Title: Problem with solution build, additional ressources I have a problem with a project organizaition have here that makes me sorrows trying to move into Nant. Situation: * We have a library in one of our projects that does use a third party control. * This third party control uses
[Nant-users] csc task not working (as expected)
Hi there, this is probably a daft one, but I don't seem to be able to figure it out. I have a pretty simple task set up as such: