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 inconvinient, especially when the
function path::get-file-name is applied onto the
result of path::get-full-path.

Consider the result of
<echo message="${path::get-full-path('.')}"/>
<echo message="${path::get-full-path('..')}"/>

Best regards
Helmut

----------------------------------+-----------------------------
Helmut Dipper                     | AED-SICAD Aktiengesellschaft

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to