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
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
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:
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: [
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
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