[NAnt-users] minor problem with path::get-full-path

2008-12-02 Thread Dipper, Helmut
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

Re: [NAnt-users] INTERNAL ERROR withbroloco.NAntScript.1.0.0.0.net-2.0

2008-08-27 Thread Dipper, Helmut
: 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

[NAnt-users] INTERNAL ERROR with broloco.NAntScript.1.0.0.0.net-2.0

2008-08-26 Thread Dipper, Helmut
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

[NAnt-users] problem with task msi from NAntContrib 0.85 release

2008-07-25 Thread Dipper, Helmut
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

[NAnt-users] problematic behaviour of task setenv

2006-12-12 Thread Dipper, Helmut
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