We have a script that fails if using certain characters in the variables The script has a simple portion like this
<exec program="net"> <arg line="use"/> <arg line="${project.mappeddir}"/> <arg line="${project.release}"/> <arg line="${domain.pass}"/> <arg line="/user:${domain.user}"/> </exec> The property for domain.user is straight forward and looks like this <property name="domain.user" value="[EMAIL PROTECTED]"/> <property name="domain.pass" value="password"/> This works fine as is. If we change domain.user to include a username that has special characters in it like the Ø character, the build script fails to pass the validation checks before executing. How can I support these non-english characters in variables in our scripts? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ NAnt-users mailing list NAnt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users