All,

 

I'm running NAnt (0.85) on a Windows 2003 64-bit install, and having
issues with this line:

 

    <property name="ProgramFiles" 

        value="${environment::get-variable('ProgramFiles')}" />

 

Given that the value of %PROGRAMFILES% is "C:\Program Files" on my
machine, I would expect the value of ${ProgramFiles} to be "C:\Program
Files" .  However, the value persists as "C:\Program Files (x86)", which
is the 32-bit program files folder. 

 

Has anyone else seen this?  More importantly, do you have a nice
solution :-)

 

--c

-------------------------------------------------------------------------
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