Hello,
I think I detected a minor problem in
"NAnt 0.85 (Build 0.85.2478.0; release; 14-Oct-06)"
with the function path::get-full-path
If path::get-full-path is applied onto a path ending
in ".." it delivers a trailing '\'. In other cases it
delivers a path without trailing '\'.
This behaviour is
: Richard (Google) [mailto:[EMAIL PROTECTED]
Gesendet: Tuesday, August 26, 2008 14:51
An: Gert Driesen; Dipper, Helmut; nant-users@lists.sourceforge.net
Betreff: Re: [NAnt-users] INTERNAL ERROR withbroloco.NAntScript.1.0.0.0.net-2.0
Yup, cheers Gert tried it with the contrib tasks added and it ran OK
Hi,
I made some tests with broloco.NAntScript.1.0.0.0.net-2.0,
a tool to create private tasks, and get an "INTERNAL ERROR":
see attached build-file and logging from "nant -v".
It seems to be a problem of nant, not of broloco.
Best regards
Helmut Dipper
test.build
Description: test.build
test
essorArchitecture' for an assembly for .NET 2.0
is missing.
A missing 'processorArchitecture' attribute prevents
the assembly from being uninstalled from the GAC
via msiexec /x.
How can I add the missing attribute to the entries i
Hello,
I use nant release 0.85 from 14. October 2006.
It seems that task setenv skips an entry '.'
when resetting a path-like variable via
'.' is an entry in %PATH% before setenv
but not after setenv.
Alt