Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Burgess, Michael
how to use ms_build Regards, Boni -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burgess, Michael Sent: Dienstag, 8. August 2006 14:37 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Factoring out a 'devenv' call i

Re: [NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Burgess, Michael
eldman Sent: 08 August 2006 13:39 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Factoring out a 'devenv' call into 'csc' Burgess, Michael wrote: > > This may be less a NAnt problem and more an MS issue, but I'm sure you > guys would be able to help.

[NAnt-users] Factoring out a 'devenv' call into 'csc'

2006-08-08 Thread Burgess, Michael
This may be less a NAnt problem and more an MS issue, but I’m sure you guys would be able to help.   If I’m currently calling ‘devenv’ through the exec task and realise that it’s pretty inefficient.   Is there any kind of thing to consider when porting my scripts to build using ‘csc’? A

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
ight be nice to make that work. I use the task for building all the code, then use exec to call devenv to make the installers. (Because the MSI task is outrageously complicated) Cheers, Karl P -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burges

RE: [NAnt-users] task issue

2006-05-04 Thread Burgess, Michael
. From: [EMAIL PROTECTED] on behalf of Burgess, Michael Sent: Tue 18/04/2006 21:19 To: nant-users@lists.sourceforge.net Subject: RE: [NAnt-users] task issue Hi - thanks for the reply. I've just tried the latest nightly build of NAnt and it's still the same unfortunat

[NAnt-users] NAnt Arrays

2006-04-24 Thread Burgess, Michael
Hi there, In NAnt, how can I can create arrays upon which I can use a 'foreach' command? For example, I want to be able to specify a few arrays to say then be used like so: for each solution s in solutions: for each release r in releases build collate Sorry for the naff pseudo code there!

RE: [NAnt-users] File operations

2006-04-19 Thread Burgess, Michael
Have you checked NAntContrib also? I'm fairly new to this, but if you can't find a task, you can either write your own or use the task or similar to call up pre-written scripts etc to do the work. More experienced users - please correct any nonsense I've come out with there! Cheers, Mike.

RE: [NAnt-users] task issue

2006-04-18 Thread Burgess, Michael
or for DevEnv. Cheers, Mike. From: [EMAIL PROTECTED] on behalf of Gary Feldman Sent: Tue 18/04/2006 19:04 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] task issue Burgess, Michael wrote: > Hi there. I'm putting together my first attempt at

[NAnt-users] task issue

2006-04-18 Thread Burgess, Michael
Hi there. I’m putting together my first attempt at a CI system and NAnt build script to replace the _vbscript_ at present. I’ve got one question regarding compilation.   Our mail solution is compiled at present using the ‘devenv’ exec at the command line.   If I try to use the task

[NAnt-users] NAnt Solution Help Needed

2006-04-05 Thread Burgess, Michael
Hi there, I'm totally new to NAnt, but am looking to develop a solution and I'm hoping someone may have some initial pointers. I've just taken over the role of config management on a project and I'm looking to replace the existing VB script and command line solution with something a little m