Hi All, I am encountering what appears to be some character set conversion issues when running maven 1.0.2 on z/OS under USS. I've set the following IBM_JAVA_OPTIONS:
-Dfile.encoding=ISO8859-1 -Dconsole.encoding=IBM-1047 -Xnoargsconversion When attempting to access the environment using the <property environment> tag, some ASCII encoded text is displayed and the properties are "ignored". The ASCII encoded text, when converted to EBCDIC appear to be environment variables. The change log from ant 1.5beta1 to 1.5beta2 states that "<property environment=... /> now works on z/OS", but the version bundled with maven 1.0.2 seems to 1.5.3-1, and yet still doesn't seem to work. Has anyone experienced this before? Any hints / workarounds appreciated. Regards, Anuradha --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
