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
      <setenv>
         <variable name="PATH">
            <path>
               <pathelement dir="..."/>
               <pathelement path="%PATH%"/>
            </path>
         </variable>
      </setenv>
'.' is an entry in %PATH% before setenv
but not after setenv.

Although an entry '.' is implicitely used on
Windows this is not the case for UNIX and
therefore not in a cygwin environment.
I'd prefere that setenv leaves the contents
of <pathelement path="%variable%"/> unchanged. 

Best regards
Helmut Dipper

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to