Hi Roland,
sorry. My mail client was out of sync. When I wrote the mail, no response to
your post was visible to me.
In this case it sounds like something very special.
You can check...
... if you have any specific profiles in your POM that are OS dependent but I
doubt that it is related
... if you have the exact same JVM version on both systems (maybe on linux you
even have a different JVM implementation underhood, depending on your distro)
... if there is some effect by the VCS client that you use to checkout the
sources on linux or windows. You can probably check with a hex-editor or
get both versions on an usb-stick and diff them.
Just some toughts but after all I am clue-less.
Regards
Jörg
On 02.11.2010 19:03, Asmann, Roland wrote:
Hi,
As I've written in another reply in this thread, I have set
'project.build.sourceEncoding', but it isn't working!
Roland
On 02-11-10 18:52, Jörg Hohwiller wrote:
Hi Roland,
On 01.11.2010 18:03, Asmann, Roland wrote:
> configure Maven to already fail the build on
> Windows or have it configured so that it works on Linux? I want the
> behavior of the two builds to be the same -- as it should be!
>
I suppose the difference comes from the different default encodings of
the OS
(check your locale settings on Linux, e.g. LC_ALL).
However to be OS-independant please use
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
http://docs.codehaus.org/display/MAVENUSER/POM+Element+for+Source+File+Encoding
Regards
Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]