You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Emmanuel Fouché <em...@atosorigin.com> on 2002/11/07 18:34:25 UTC

RE : echo task encoding

Actually, if I remove the init task dependance, I obtain the same
output as before.

<target name="usage" > <!--depends="init"-->
    	<echo message="test des accents: àéè"/>
</target>

usage:
     [echo] test des accents: ÓÚÞ

BUILD SUCCESSFUL
Total time: 1 second

But to answer your question, I have put in the init task
all the initialization stuff: properties and references declaration
(the ones that are not to be configured externally).

I guess there's some Win2K encoding mess for shell console cmd.exe

Regards, 
	Emmanuel


> -----Message d'origine-----
> De : mastrori@medias.cnes.fr [mailto:mastrori@medias.cnes.fr] 
> Envoyé : jeudi 7 novembre 2002 15:40
> À : Ant Users List
> Objet : Re: echo task encoding
> 
> 
> Works fine for me, ant 1.5, jdk1.2.2 on linux RedHat7.3
> 
> Buildfile: build.xml
> 
> usage:
>      [echo] test des accents: àéè
> 
> BUILD SUCCESSFUL
> Total time: 1 second
> 
> What's in your init task?
> 
> Laurence
> 
> 


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>