Re: [Nant-users] Remove "release" folder from the path while copying files

2005-06-06 Thread Troy Laurin
On 6/3/05, Sandeep <[EMAIL PROTECTED]> wrote: > Please let me know if you have any idea to handle this problem more > elegantly. In Ant, this would be handled using a custom mapper[1] on the copy task. Personally, I think that's a little heavy-handed, and ultimately hard to maintain, just becaus

RE: [Nant-users] Support for NUnit categories

2005-06-06 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Gary Feldman > Sent: vrijdag 3 juni 2005 15:51 > To: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] Support for NUnit categories > > Gert Driesen wrote: > > >>-Original Message

RE: [Nant-users] Strategies of dividing NAnt build files

2005-06-06 Thread McKenna, Simon (RGH)
Hi Marcin, -> 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: -

Re: [Nant-users] environment::get-variable usage

2005-06-06 Thread Clayton Harbour
Hi there, it looks like your second variable should be referenced as a property, so something like the following should work: Kevin Kirkpatrick wrote: Thanks Bill and Merrill for your responses. I tried putting quotes around the variable ‘build’ and got the following error. Se

RE: [Nant-users] environment::get-variable usage

2005-06-06 Thread Kevin Kirkpatrick
Thanks Bill and Merrill for your responses.  I tried putting quotes around the variable ‘build’ and got the following error.   Secondly, does anyone know where to find better documentation/help?     value="${environment::get-variable('BUILD')}"/

Re: [Nant-users] environment::get-variable usage

2005-06-06 Thread Merrill Cornish
Kevin, Everything inside the ${ ... } will be evaluated UNLESS it is quoted. Since I assume BLOCK is the name of an environment variable rather than of a property to be evaluated, try single quotes around it. Merrill --- This SF.Net email i

RE: [Nant-users] environment::get-variable usage

2005-06-06 Thread Bill Martin
You need single quotes round the variable name, otherwise NAnt will try to evaluate it as a property:       I'm pretty sure that the environment variable lookup is not case sensitive so 'BUILD' and 'build' should both work.   HTH,   Bill   -Original Message-From: [EMAIL PROTECT

[Nant-users] environment::get-variable usage

2005-06-06 Thread Kevin Kirkpatrick
I have a really stupid question.  Is the correct usage for this function, environment::get-variable?       value="${environment::get-variable(BUILD)}"/>           Thanks.

RE: [Nant-users] problem with system dlls in mono 1.1

2005-06-06 Thread Philip Nelson
Yup, I clicked on the resource link in the csc task and was reading the help for assemblyfileset. Thanks. --- Gert Driesen <[EMAIL PROTECTED]> wrote: > Philip, > > The child element is only intented to be used for specifying > directories in which the compiler task can search for assemblies th

Re: [Nant-users] OT - Where is MSVBDPCA.DLL?

2005-06-06 Thread Jim Geurts
http://cvs.sourceforge.net/viewcvs.py/nantcontrib/NAntContrib/Tools/InstallRequirements/MSVBDPCA.DLL?rev=1.1&view=auto On 6/5/05, Alejandro Calbazana <[EMAIL PROTECTED]> wrote: Hello,This may be a little off topic for this list, but maybe someone can helpme.  I am looking for a copy of MSVBDPCA.D