On 23/03/2009, ant elder <antel...@apache.org> wrote:
> On Mon, Mar 23, 2009 at 9:20 PM, sebb <seb...@gmail.com> wrote:
>
>  > Also, the encoding needs to be specified:
>  >
>  > [WARNING] Using platform encoding (Cp1252 actually) to copy filtered
>  > resources, i.e. build is platform dependent!
>  >
>
>
> I don't see that warning when i build, do you know where its coming
>  from or how to fix it?
>

I think it comes from the resources plugin.

The following fixed it for me.
Add the following to the <properties> section in the top-level POM:

        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

>
>    ...ant
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org
>  For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: bsf-dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: bsf-dev-h...@jakarta.apache.org

Reply via email to