Re: [Nant-users] Using libraries in the GAC to compile

2005-06-23 Thread Marcin Hoppe
On 6/24/05, Julien Sobrier <[EMAIL PROTECTED]> wrote: > Is it possible to use the GAC to reference libraries needed to compile > my files? I went through the NAnt documentation, I couldn't figure out > to make a reference to a library in the GAC. Can you do it with C# compiler from the command lin

[Nant-users] Strategies of dividing NAnt build files

2005-06-05 Thread Marcin Hoppe
Hi! Build file of a project I am currently working on grew up in a few past days and I am thinking about its division into a few smaller chunks. Do you have any thoughts on how to do this do get scalable and manageable set of build files? Tasks done by this build file include: building the code, s

Re: [Nant-users] Load tasks acting weird

2005-06-03 Thread Marcin Hoppe
On 6/3/05, Troy Laurin <[EMAIL PROTECTED]> wrote: > There was some noise on the list > earlier about a task to set environment variables, but I don't recall > if anyone actually wrote the task... I have written a very simple task for writing to the registry. If anyone is interested, I sent it a fe

Re: [Nant-users] [Fwd: Nightly build]

2005-05-25 Thread Marcin Hoppe
On 5/24/05, Ian MacLean <[EMAIL PROTECTED]> wrote: > What's the best way to run Nant as a nightly build?? As a scheduled job in an operating system or with CruiseControl.NET or some other Continuous Integration tool. I use the second option and it works brilliant. Best regards! Marcin -

Re: [Nant-users] PATH not set when running nant from a Service

2005-04-18 Thread Marcin Hoppe
folks found some solution to address this problem. My to-read list of emails is rather long right now so I'm not entirely up-to-date with all the news :(. Please consult ccnet-users mailing list. -- Marcin Hoppe http://hopson.blogspot.com ---

Re: [Nant-users] versioning dll's using csc

2005-04-12 Thread Marcin Hoppe
task as an ordinary C# source file. Hope this helps! -- Marcin Hoppe http://hopson.blogspot.com --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which

[Nant-users] Solution task - Couldn't find Primary Interop Assembly "stdole"

2005-03-09 Thread Marcin Hoppe
Hi! I'm using NAnt to compile VS.NET solutions on the build machine. The project relies on some 3rd party COM components. These components were set up in the same manner on two machines: my workstation and a build server. There's no VS.NET installation on the build machine. It gets easily built o

[Nant-users] How to tell to be quiet?

2005-02-04 Thread Marcin Hoppe
I have a problem with task. I would like it to act similarly to the following CVS command: cvs.exe -d ":pserver:[EMAIL PROTECTED]:/rep" -q update -P -d How can I achieve such a functionality? Regards, Marcin --- This SF.Net email is sponsored