On 7/20/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote:
I never tried
Maven 1.1 bundles ant 1.6.5. I don't know if it can fix your problem. Did
you test ?

Based on your suggestion, I downloaded ant 1.5.3-1 (the version
bundled with maven), 1.5.4 and 1.6.2 and ran the following sample
build.xml with each:

<?xml version='1.0'?>
<project name="HelloAnt" default="testgoal" basedir=".">

 <property environment="env"/>

 <target name="testgoal">
        <echo>Testing!</echo>
 </target>

</project>

What I noticed was that, it works fine when IBM_JAVA_OPTIONS is unset,
but spews ASCII text when IBM_JAVA_OPTIONS is set to:

-Dfile.encoding=ISO8859-1 -Dconsole.encoding=IBM-1047 -Xnoargsconversion

Maven, unfortunately requires IBM_JAVA_OPTIONS to be set as all the
maven.xml's and java files are in ISO8859-1.

This might be a problem better addressed on the ant mailing lists, but
if anybody knows a possible workaround for this, I'd appreciate it.

Thanks,
Anuradha

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to