Re: [NAnt-users] NAnt Arrays

2006-04-24 Thread William_Martin
If you want an array of files (such as solution files), then the best way to do it is probably with a fileset.  e.g.     then use:                                 for your releases array, as Si says, it's probably best to just use a comma delimited string. HTH, Bill Fr

Re: [NAnt-users] NAnt Arrays

2006-04-24 Thread si
Hi Michael, > In NAnt, how can I can create arrays upon which I can use a 'foreach' command? What about using (quoted) comma delimited strings? Something like: I do something similar to loop through various Subversion repositories and it works fin

Re: [NAnt-users] NAnt and CA Harvest

2006-04-24 Thread Giscard Biamby
Never heard of Harvest before, but does it have a command line interface? If so you can use it from nant with the task. Google "nant task reference " for description of how to use the exec task. --- "Ahmed, Shabana" <[EMAIL PROTECTED]> wrote: > Hi All, > >Has anybody used NAnt as a buil

[NAnt-users] Trying to pass CCNetLabel to exec task argument

2006-04-24 Thread Chris Weiss
I'm trying to pass the CCNetLabel property as an argument in an Exec task, but what's actually being passed is $(CCNetLabel}. The relevant bits look like: Build number is ${build.number}

[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] project.get-name

2006-04-24 Thread Rod Ayers
Try this:  ${project::get-name()} -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Ahmed, ShabanaSent: Monday, April 24, 2006 1:28 PMTo: nant-users@lists.sourceforge.netSubject: [NAnt-users] project.get-name Hi All,      I am curren

[NAnt-users] NAnt and CA Harvest

2006-04-24 Thread Ahmed, Shabana
Hi All,      Has anybody used NAnt as a build tool while having Harvest as the Source Control? Ins other words, are NAnt and CCNEt compatible with Harvest?     Please let me know at your convenience.   Thanks, Shabana

[NAnt-users] project.get-name

2006-04-24 Thread Ahmed, Shabana
Hi All,      I am currently working with NANT 0.85. I want to replace nant.project.name in the code below to "project.get-name()". I am trying to lookup the syntax/examples to use this. Anybody , figured it out already. Please let me know.   [NAnt-users] Re: [nant-dev] Command line error BC2008: No Input Sources specified
Ahmed, Shabana wrote: First, I've redirected this to the nant-uses list, as it's reall more appropriate there. The NAnt-dev list is for people developing the NAnt project. Hi All, When I run my .build file, I get the following error "[vbc] vbc : Command line error BC2008: No Input Sour

RE : [NAnt-users] Problem with license task

Hi, How should I do if I have a licx file with more than 1 licence in it ? Thanks for your reply Sophie -Message d'origine- De : Gert Driesen [mailto:[EMAIL PROTECTED] Envoyé : vendredi 14 avril 2006 17:35 À : Parisot Sophie; nant-users@lists.sourceforge.net Objet : RE: [NAnt-users] Pr