Continuum

Take care of the platform's default encoding when building continuum

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.3.1 (Alpha)
  • Fix Version/s: 1.3.2 (Beta)
  • Component/s: None
  • Labels:
    None
  • Complexity:
    Intermediate
  • Number of attachments :
    0

Description

When building continuum-1.3.1, the platform's default encoding is used when copying resources. If this platform encoding is something like LANG="C", lots of german umlauts will get converted to question marks.

...
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
...

Umlauts are ok with continuum 1.2.3 but not with 1.3.1! I think it should be sufficient to add a corresponding encoding to the resources plugin or just use an UTF-8 platform encoding when building continuum releases (export LANG=en_US.UTF-8 before building).

Activity

Hide
Christian Schulte added a comment -

export LANG=en_US.UTF-8 not only before building, also before doing the svn checkout cause subversion also uses the platform's default encoding, I think.

Show
Christian Schulte added a comment - export LANG=en_US.UTF-8 not only before building, also before doing the svn checkout cause subversion also uses the platform's default encoding, I think.
Hide
Jose Morales Martinez added a comment -

I think this issue is related to CONTINUUM-2053. It was fixed in 1.3.2.

problems continue in this version?

Show
Jose Morales Martinez added a comment - I think this issue is related to CONTINUUM-2053. It was fixed in 1.3.2. problems continue in this version?
Hide
Christian Schulte added a comment -

Verified by building continuum trunk.

export LANG="C"
svn checkout ...
mvn install
./continuum start

works, as well as

export LANG="en_US.UTF-8"
svn checkout ...
mvn install
./continuum start

Show
Christian Schulte added a comment - Verified by building continuum trunk. export LANG="C" svn checkout ... mvn install ./continuum start works, as well as export LANG="en_US.UTF-8" svn checkout ... mvn install ./continuum start

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: