[Nant-users] Do licx files get auto-compiled ?

2005-10-28 Thread Pillai, Gishu R (GE Energy)
Hi, On my build server, I am using CC.Net to build a solution which needs 3 third party controls. One of those Dundas Charts was giving me issues with licensing. Mails back n forth and the guy said that you need to put a licx file (and NOT add it to the solution) in the project folder (where

RE: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-28 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Martin Gainty > Sent: vrijdag 28 oktober 2005 17:00 > To: Pillai, Gishu R (GE Energy); nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] RE: Weird NAnt build failures that > go away af

Re: [Nant-users] RE: Weird NAnt build failures that go away after an IDE build

2005-10-28 Thread Martin Gainty
I am having difficulty compiling with mcs ...I have no idea what this binary does plus the build breaks on the latest source dropSpecifically build:   [echo] Build Directory is C:\Nant\nant-0.85-rc3/build/net-2.0.win32/nant-0.85-debug [nant] C:\Nant\nant-0.85-rc3\src\NAnt.Core\NAnt.

Re: [Nant-users] Resx files

2005-10-28 Thread Gert Driesen
Paul, The satellite assembly should be built automatically. Send me a small repro if you see different results. Gert - Original Message - From: "Paul Cowan" <[EMAIL PROTECTED]> To: Sent: Friday, October 28, 2005 10:31 AM Subject: RE: [Nant-users] Resx files But this does not specify t

RE: [Nant-users] Resx files

2005-10-28 Thread Paul Cowan
But this does not specify the building of the satellite assembly. Do I need to use al.exe?? -Original Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: 27 October 2005 19:35 To: Paul Cowan; nant-users@lists.sourceforge.net Subject: RE: [Nant-users] Resx files Paul, Have a loo

Re: [Nant-users] overwriting properties when calling anothe build script

2005-10-28 Thread Thibaut Barrère
Hi Filip could you try to define the property with overwrite set to false in your slave script ? I'm using this from the command line but it may also work when invoking a slave script (to be tested) see http://nant.sourceforge.net/nightly/latest/help/tasks/property.html iv. Define a property, bu