Re: [Nant-users] Potential Patch

2004-12-15 Thread Ian MacLean
Christian Gross wrote: Is it possible in the file SysInfo.cs to add the source code: protected override void ExecuteTask() { ... Properties[ Prefix + "clr.version.major"] = Environment.Version.Major.ToString(); Properties[ Prefix + "clr.version.minor"] = Environment.Version.Minor.ToStrin

[Nant-users] Potential Patch

2004-12-15 Thread Christian Gross
Is it possible in the file SysInfo.cs to add the source code: protected override void ExecuteTask() { ... Properties[ Prefix + "clr.version.major"] = Environment.Version.Major.ToString(); Properties[ Prefix + "clr.version.minor"] = Environment.Version.Minor.ToString(); ... } The reas

RE: [Nant-users] Problem with NDoc when types / members protected with StrongNameIdentityPermission

2004-12-15 Thread Gert Driesen
Bart,   What version of NAnt are you using ?   Gert   PS. Kevin, I remember a similar issue being reported for NDoc earlier. Did you make any changes to resolve this ? From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bart ReadSent: dinsdag 14 december 2004 11:40To:

RE: [Nant-users] task question...How to add a comment?

2004-12-15 Thread Clayton Harbour
Hi Jason, Try using the commandline attribute and passing your message in that way. So: Cheers, Clayton > -Original Message- > From: Morris, Jason [mailto:[EMAIL PROTECTED] > Sent: December 13, 2004 8:41 AM > To: [EMAIL PROTECTED] > Subject: RE: [

[Nant-users] how to merge projects and then build

2004-12-15 Thread Xiao
Hi, Is there anyway I can merge projects? Example: I got project A & B and I want to merge them and put the result in a new folder called C, after that I want nant to built project C. Any suggestions? thanks. H.M __ Do you Yahoo!? Dress up your

[Nant-users] FW: How to pass values betwwen build files

2004-12-15 Thread Ahmad Hadzramin AR
Hi,   Anyone can help me on the abovementioned?   I've tried the followings but no success. What I try to do is to pass param d.output, d.lib & d.dist to other build file.   1. >From tag        2. From tag