Hi Shawn,
The update and checkout should be recursive by default if you specify a
directory (similar to cvs). However if you tell me what version of NAnt
you are working with, and give me a sample of your build file I should
be able to help out more.
Cheers,
Clayton
> -Original Message--
Does anyone know how to get the cvs-update or cvs-checkout NAnt tasks to act
recursively?
Thanks!
shawn
---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo te
Peter,
Can you submit a bug report for this issue here :
http://sourceforge.net/tracker/?atid=402868&group_id=31650&func=browse ?
Thanks,
Gert
- Original Message -
From: "Peter McEvoy" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>; "Tom Lathrop"
<[EMAIL PROTECTED]>
Cc: <[E
for issue 2 : the c# compiler first tries to resolves the path in the
AssemblyKeyFile as a path relative to the current directory, and if the file
does not exist in that location it will consider the path in the
AssemblyKeyFile as a path relative to the output file.
Gert
- Original Message --
Alex,
I assume the layout would be one file per line.
Can you please file a bug report for this here
http://sourceforge.net/tracker/?atid=402868&group_id=31650&func=browse, so
we don't forget to document this ?
Gert
- Original Message -
From: "Osbun, Alex" <[EMAIL PROTECTED]>
To: <[EMA
Hi,
The following example is found in the NAnt Task Reference docs for nunit2.
Run all tests in files listed in the tests.txt file.
I
Big apologies for point 1 - It was me being stupid. I had closed the vbc
tag in the wrong place with a bit of cut and paste so my default namespace
was not getting set therefore the imported namespace didn't exist.
Issue 2 is still a problem though if anyone has any thoughts.
Cheers,
Bill
Hi Folks,
I'm having a couple of problems with the vbc task and wonder if anyone can
shed any light on them:
1) In one of the projects, the author has defines a class with static
methods on it. This is then imported into a second class so the methods may
be used without reference to the clas