> -Original Message-
> From: Gert Driesen [mailto:[EMAIL PROTECTED]
> Sent: zondag 23 april 2006 11:14
> To: 'Trevor Misfeldt'; 'nant-developers@lists.sourceforge.net'
> Subject: RE: [nant-dev] Internal error: illegal characters in
> exec call
>
>
>
> > -Original Message-
>
Sanjiv,
There have been reports of similar issues in the past, and these were always
caused by a bad install of the .NET Framework.
Can you trying reinstalling the .NET Framework 1.1 redistributable?
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Trevor Misfeldt
> Sent: maandag 27 maart 2006 6:01
> To: nant-developers@lists.sourceforge.net
> Subject: [nant-dev] Internal error: illegal characters in exec call
>
>
> I got this error with t
Righardt,
This is now fixed in cvs, and the fix will be part of the next nightly build
or release.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Marais Righardt
> Sent: woensdag 12 april 2006 11:09
> To: 'nant-developers@lists.sourcefor
Michael,
This is now fixed in cvs, and will be part of the next nightly build or
release.
Gert
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Michael George
> Sent: dinsdag 11 april 2006 21:30
> To: nant-developers@lists.sourceforge.net
> Sub
Harmon,
Expansion of environment variables in path should not be part done in
FileUtils, as this is not something that should to be done for all paths.
The modifications should be limited to the task's support for C++
(meaning src\NAnt.VSNet\Vc*.cs).
Can you also make that patch against NAnt cv